How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline

controlnet = ControlNetModel.from_pretrained("pseudotools/controlnet-diffusion-pytorch-model")
pipe = StableDiffusionControlNetPipeline.from_pretrained(
	"fill-in-base-model", controlnet=controlnet
)

ControlNet Diffusion PyTorch Model

License Findings

In progress. License terms, permitted use, redistribution, and attribution requirements have not yet been verified.

Evidence

In progress. Source, licensing, lineage, and training-data evidence is being collected.

Rationale

In progress. No risk severity will be assigned until the required evidence review is complete.

Downloads last month
4
Safetensors
Model size
1B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support