from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
controlnet = ControlNetModel.from_pretrained("ThiennNguyen/ControlNet_Finetuning")
pipe = StableDiffusionControlNetPipeline.from_pretrained(
"runwayml/stable-diffusion-v1-5", controlnet=controlnet
)controlnet-ThiennNguyen/ControlNet_Finetuning
These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning.
You can find some example images below.
prompt: there are some very tall rocks in the desert with trees
prompt: araffe on a cruise ship with a pool and people on deck

- Downloads last month
- 13
Model tree for ThiennNguyen/ControlNet_Finetuning
Base model
runwayml/stable-diffusion-v1-5