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

- Downloads last month
- -
Model tree for kmaksatk/cn21_my_data
Base model
stabilityai/stable-diffusion-2-1-base