Instructions to use latentcat/control_v1u_sd15_laplacian with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use latentcat/control_v1u_sd15_laplacian with Diffusers:
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 ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
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
prompt: three people walking in an alleyway with hats and pants
prompt: an anime character, natural skin
prompt: a man in a black suit
prompt: the forbidden city in beijing at sunset with a reflection in the water
prompt: a man in a white shirt holding his hand out in front of

- Downloads last month
- -
Model tree for latentcat/control_v1u_sd15_laplacian
Base model
runwayml/stable-diffusion-v1-5