Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidev authored Jan 22, 2025
1 parent 47a160c commit edfd60d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Provides tools for applying and removing fisheye lens effects from images.

## Installation

### Using ComfyUI Manager
You can simply find and install this node from the "Custom Nodes Manager" inside the ComfyUI Manager menu

### Manually
1. Clone this repository into your ComfyUI custom_nodes folder:
```bash
cd ComfyUI/custom_nodes
Expand All @@ -28,7 +32,7 @@ Provides tools for applying and removing fisheye lens effects from images.
cd ComfyUI-Fisheye-effects
python install.py
# Or using venv of ComfyUI
source ../../.venv/bin/activate
source [venv]/bin/activate
pip install -r requirements.txt
```

Expand Down

0 comments on commit edfd60d

Please sign in to comment.