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("armanzarei/only_t5_base_controlnet")
pipe = StableDiffusionControlNetPipeline.from_pretrained(
	"stabilityai/stable-diffusion-2-1-base", controlnet=controlnet
)

controlnet-armanzarei/only_t5_base_controlnet

These are controlnet weights trained on stabilityai/stable-diffusion-2-1-base with new type of conditioning. You can find some example images below. prompt: A red book and a yellow vase images_0) prompt: A book on the left of a bird images_1) prompt: A bathroom with green tile and a red shower curtain images_2) prompt: A white car and a red sheep images_3) prompt: two cats and one dog on the grass images_4)

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

Model tree for armanzarei/only_t5_base_controlnet

Adapter
(712)
this model