A HiDiffusion node for ComfyUI.
A HiDiffusion node for ComfyUI
09/08
Previous updates *修复runwaybug / 去掉repo加载模型的方式 /自动选择模型的类别
*fix runway error/del repo /auto choice model type
1.1 In the .\ComfyUI \ custom_node directory, run the following:
git clone https://github.com/smthemex/ComfyUI_HiDiffusion_Pro.git
1.2 using it
diffusers >=0.28.0 #is best yaml
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
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
@article{zhang2023hidiffusion,
title={HiDiffusion: Unlocking Higher-Resolution Creativity and Efficiency in Pretrained Diffusion Models},
author={Zhang, Shen and Chen, Zhaowei and Zhao, Zhenyu and Chen, Yuhao and Tang, Yao and Liang, Jiajun},
journal={arXiv preprint arXiv:2311.17528},
year={2023}
}