Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.21 KB

README_EN.md

File metadata and controls

42 lines (29 loc) · 1.21 KB

中文文档

StableDelight is a cutting-edge solution for specular reflection removal from textured surfaces.

Note: According to my tests, the objects will change a lot, especially semi transparent objects such as light bulbs and glass in the sample. Looking forward to future improvements.

Preview

save api extended

Install

  • Manual
    cd custom_nodes
    git clone https://github.com/lldacing/ComfyUI_StableDelight_ll.git
    cd ComfyUI_StableDelight_ll
    # restart ComfyUI

Model

From HuggingFace download all files to ComfyUI/models/diffusers/Stable-X--yoso-delight-v0-4-base directory.

Suggest using huggingface-cli to download

# Start the command line in the ComfyUI/models/diffusers directory and execute the following command
huggingface-cli download Stable-X/yoso-delight-v0-4-base --local-dir Stable-X--yoso-delight-v0-4-base

The directory structure is as follows:

ComfyUI
  └─models
      └─diffusers
          └─Stable-X--yoso-delight-v0-4-base

Thanks

Original Project Stable-X/StableDelight