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

controlnet-killah-t-cell/boxes_cn

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: Two men wearing hats with trees in the background images_0) prompt: Two Girls smiling, professional dslr photograph, dark background, studio lights, high quality images_1) prompt: a clown, oil on canvas, bittersweet expression images_2)

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

Model tree for killah-t-cell/boxes_cn

Adapter
(712)
this model