Nodes Browser
ComfyDeploy: How ComfyUI-PhotoDoodle works in ComfyUI?
What is ComfyUI-PhotoDoodle?
ComfyUI nodes for PhotoDoodle model.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI-PhotoDoodle
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI-PhotoDoodle
Make PhotoDoodle avialbe in ComfyUI.
PhotoDoodle: Learning Artistic Image Editing from Few-Shot Pairwise Data.
Installation
-
Make sure you have ComfyUI installed
-
Clone this repository into your ComfyUI's custom_nodes directory:
cd ComfyUI/custom_nodes
git clone https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle.git
- 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