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

controlnet-karoldobiczek/sam-controlnet

These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning. You can find some example images below. prompt: Horses graze in front of a large building amid snow. images_0) prompt: some horses grazing in front of a church images_1) prompt: A dog watches an animal on the television. images_2) prompt: A four engine jet transport airplane flying low. images_3) prompt: The snow covered mountain looks over the small city. images_4) prompt: Close up of a traffic light with three lights, the top illuminated red with a person image, the second down not illuminated, and the bottom on hanging down. images_5) prompt: several men on a street corner repairing a street sign images_6) prompt: An arrow on the sign points the way to the Oil City Restaurant drive thru window. images_7) prompt: A tall two story gray house sitting in front of a street sign that readsd Nirvana Dr. images_8) prompt: several women on a street corner repairing a street sign images_9)

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

Model tree for karoldobiczek/sam-controlnet

Adapter
(2728)
this model