ControlNet-for-Diffusers icon indicating copy to clipboard operation
ControlNet-for-Diffusers copied to clipboard

Transfer the ControlNet with any basemodel in diffusers🔥

Results 28 ControlNet-for-Diffusers issues
Sort by recently updated
recently updated
newest added

Sorry to bother you.When i try to python ./scripts/convert_controlnet_to_diffusers.py --checkpoint_path ../models/control_any3_openpose.pth --dump_path control_any3_openpose --device cpu. Something went wrong. global_step key not found in model Traceback (most recent call last): File...

how can i get LORA module in the ControlNet-for-Diffusers?

Hello, I have an urgent issue that I need to resolve. Why am I getting an error that says "tmp not found" when I'm using pth conversion? Please, if you...

hi, after I convert the pretrained .pth file (from original controlnet) to diffusers like file(get "diffusion_pytorch_model.bin" and "config.json"), and run controlnet inference, it returns error"Error no file named model_index.json found...

It seems that diffusers provide official implement to convert the controlnet model into a module called **ControlNetModel**. Please refer to https://github.com/huggingface/diffusers/issues/2550 to see related command. This is compatible to the...

Hi @haofanwang , This repo would require significant update to work with the latest version of diffusers, given the considerable development of the controlnet pipeline in the month of March....

if you replace imports like `from ...models import AutoencoderKL, UNet2DConditionModel` with `from diffusers.models import AutoencoderKL, UNet2DConditionModel` you can copy paste the pipeline files in your code and simply run it...

Hi mate, when I was using tool_transfer_control.py, I got the segmentation fault error, all the models were downloaded from official link. Do you have any idea to solve it?

Continuing from an earlier issue, but has now spread to every argument. Have been getting this error every single time, after a great deal of debugging in an effort to...