https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle
Make PhotoDoodle avialbe in ComfyUI
https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle
Last synced: 4 months ago
JSON representation
Make PhotoDoodle avialbe in ComfyUI
- Host: GitHub
- URL: https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle
- Owner: Yuan-ManX
- License: mit
- Created: 2025-02-28T03:18:45.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-28T03:47:54.000Z (4 months ago)
- Last Synced: 2025-02-28T11:10:30.626Z (4 months ago)
- Language: Python
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-PhotoDoodle**
README
# ComfyUI-PhotoDoodle
Make [PhotoDoodle](https://github.com/showlab/PhotoDoodle) avialbe in ComfyUI.
[PhotoDoodle](https://arxiv.org/abs/2502.14397): Learning Artistic Image Editing from Few-Shot Pairwise Data.
## Installation
1. Make sure you have ComfyUI installed
2. Clone this repository into your ComfyUI's custom_nodes directory:
```
cd ComfyUI/custom_nodes
git clone https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle.git
```3. Install dependencies:
```
cd ComfyUI-PhotoDoodle
pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu124
pip install --upgrade -r requirements.txt
```