Nodes Browser
ComfyDeploy: How ComfyUI_StableDelight_ll works in ComfyUI?
What is ComfyUI_StableDelight_ll?
StableDelight: Revealing Hidden Textures by Removing Specular Reflections
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_StableDelight_ll
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
StableDelight 是一种从纹理表面去除镜面反射的尖端解决方案。
注:实测下来,物体变化有点大,特别是半透明的物体,如样例中的灯泡、玻璃。期待原项目的后期改进。
预览
安装
- 手动安装
cd custom_nodes
git clone https://github.com/lldacing/ComfyUI_StableDelight_ll.git
cd ComfyUI_StableDelight_ll
# 重启comfyUI
模型
从HuggingFace下载所有文件放到目录ComfyUI/models/diffusers/Stable-X--yoso-delight-v0-4-base
建议使用huggingface-cli下载
# 设置代理,按需设置,也可开全局代理
set https_proxy=http://127.0.0.1:7890
# 在ComfyUI/models/diffusers/目录下启动命令行执行下面的命令,如果找不到huggingface-cli,huggingface-cli在${python_home}/Scripts目录下,使用全路径
huggingface-cli download Stable-X/yoso-delight-v0-4-base --local-dir Stable-X--yoso-delight-v0-4-base
目录结构如下:
ComfyUI
└─models
└─diffusers
└─Stable-X--yoso-delight-v0-4-base