ComfyUI-PhotoDoodle

ComfyUI-PhotoDoodle
★ 3

ComfyUIPhotoDoodle模型集成草图生成
为PhotoDoodle模型提供的一组ComfyUI节点,便于在ComfyUI中集成、部署与运行PhotoDoodle进行草图/涂鸦到图像的生成,简化安装与工作流程。
💡 在ComfyUI内快速搭建PhotoDoodle草图到图像的生成流程。
🍴 2 Forks💻 Python🔄 2025-02-28
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/a9fb3a59e10c
📦 requirements.txt
accelerate==0.33.0
transformers==4.44.0
diffusers[torch]==0.25.0
ftfy==6.1.1
#
albumentations==1.3.0
opencv-python==4.8.1.78
einops==0.7.0
pytorch-lightning==1.9.0
bitsandbytes==0.44.0
prodigyopt==1.0
lion-pytorch==0.0.6
came_pytorch==0.1.3
schedulefree==1.4
tensorboard
safetensors==0.4.4
#
for
gradio
gradio==3.6
altair==4.2.2
easygui==0.98.3
toml==0.10.2
voluptuous==0.13.1
huggingface-hub==0.24.5
#
for
Image
utils
imagesize==1.4.1
numpy<=2.0
rich==13.7.0
#
for
T5XXL
tokenizer
(SD3/FLUX)
sentencepiece==0.2.0
📄 README

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