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("latentcat/control_v1u_sd15_laplacian")
pipe = StableDiffusionControlNetPipeline.from_pretrained(
	"runwayml/stable-diffusion-v1-5", controlnet=controlnet
)

controlnet- ioclab/control_v1u_sd15_laplacian

These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning. You can find some example images in the following.

prompt: a village in the mountains images_0) prompt: three people walking in an alleyway with hats and pants images_1) prompt: an anime character, natural skin images_2) prompt: a man in a black suit images_3) prompt: the forbidden city in beijing at sunset with a reflection in the water images_4) prompt: a man in a white shirt holding his hand out in front of images_5)

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

Model tree for latentcat/control_v1u_sd15_laplacian

Adapter
(2743)
this model