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

controlnet-kmaksatk/cn21_my_data

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: High qualityphoto of male gymnast in a blue sport outfit in the forest images_0) prompt: High qualityphoto of male gymnast in a blue sport outfit in the forest images_1) prompt: High qualityphoto of male gymnast in a blue sport outfit in the forest images_2)

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

Model tree for kmaksatk/cn21_my_data

Adapter
(711)
this model