Sign In

ControlNet Pre-Trained Difference Models

659
24k
19
Verified:
Pruned SafeTensor
Type
Controlnet
Stats
6,908
Reviews
Uploaded
Feb 17, 2023
Base Model
SD 1.5
Hash
AutoV2
231CE6B276
0
0
0
0

STOP! THESE MODELS ARE NOT FOR PROMPTING/IMAGE GENERATION

These models are extracted from the base ControlNet models in a slightly different way from the others. They produce different results due to a different extraction method.

These are the models required for the ControlNet extension, converted to Safetensor and "pruned" to extract the ControlNet neural network. I have tested them, and they work.

These models are embedded with the neural network data required to make ControlNet function, they will not produce good images unless they are used with ControlNet.

These models were extracted using the extract_controlnet_diff.py script, and produce a slightly different result from the models extracted using the extract_controlnet.py script.

The original version of these models in .pth format can be found here. BUT YOU DO NOT NEED THESE .pth FILES! The files I have uploaded here are direct replacements for these .pth files!

  • control_sd15_canny

  • control_sd15_depth

  • control_sd15_hed

  • control_sd15_scribble

  • control_sd15_normal

  • control_sd15_openpose

  • control_sd15_seg

  • control_sd15_mlsd

Download these models and place them in the \stable-diffusion-webui\extensions\sd-webui-controlnet\models directory.

Note: these models were extracted from the original .pth using the extract_controlnet_diff.py script contained within the extension Github repo. Kohya-ss has them uploaded to HF here.