How to use it in diffusers
#33
by
Lisenly
- opened
I want to use it in diffusers, but it seems like I need a config.json file. Where can I get this file or what method can I use it in diffusers
Hi, in my case, I need to use recolor ControlNet Lora with diffusers, I found a checkpoint provided the same function with model.json file: https://huggingface.co/r3gm/controlnet-recolor-sdxl-fp16/tree/main I test it in ComfyUI (give similar result) and load successfully with diffusers.
Hi, I download the https://huggingface.co/r3gm/controlnet-recolor-sdxl-fp16/tree/main, and load it with diffusers. But I failed to color the image with it. Can you show me your code?