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("wtcherr/sd-unsplash_10k_canny-model-control-lora")
pipe = StableDiffusionControlNetPipeline.from_pretrained(
	"runwayml/stable-diffusion-v1-5", controlnet=controlnet
)

ControlLoRA text2image fine-tuning - https://huggingface.co/wtcherr/sd-unsplash_10k_canny-model-control-lora

These are ControlLoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were fine-tuned on the wtcherr/unsplash_10k_canny dataset. You can find some example images in the following.

img_0 img_1 img_2

Downloads last month
3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for wtcherr/sd-unsplash_10k_canny-model-control-lora

Adapter
(2741)
this model