A HiDiffusion node for ComfyUI
HiDiffusion From: link
Update
09/08
Previous updates
*修复runwaybug / 去掉repo加载模型的方式 /自动选择模型的类别
*fix runway error/del repo /auto choice model type
1.Installation
1.1 In the .\ComfyUI \ custom_node directory, run the following:
“` python
git clone https://github.com/smthemex/ComfyUI_HiDiffusion_Pro.git
“`
1.2 using it
2.requirements
diffusers >=0.28.0 #is best
yaml
3 About models
3.1 base ckpt
├──comfyUI/models/checkpoints/
| ├──sd1.5 or sd2.1 or sdxl or playground
├──comfyUI/models/vae/
| ├──any vae fit ckpt
3.2 if using SDXL controlnet
├──comfyUI/models/controlnet/
| ├──any SDXL controlnet
3.3 if using lighting Unet
├──comfyUI/models/unet/
| ├──any SDXL lighting Unet
3.4 if using adapter style
├── ComfyUI/models/photomaker
| ├── ip-adapter_sd15.bin
| ├── ip-adapter_sdxl.bin
├── ComfyUI/models/clip_vision
| ├── sdxl_model.safetensors # rename from sd15/ncoder/model.safetensors
| ├── sdm_model.safetensors # rename from sdxl/encoder/model.safetensors
4 example
new workflow example new
sd1.5 using ip_adapter_style 使用ip_adapter_style
img2img use lora 图生图和lora
img2img + controlnet 图生图加controlnet
img2img use Hyper unet 图生图加加速unet
6 Citation