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("reza-alipour/Controlnet-HQ")
pipe = StableDiffusionControlNetPipeline.from_pretrained(
	"runwayml/stable-diffusion-v1-5", controlnet=controlnet
)

controlnet-reza-alipour/Controlnet-HQ

These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning. You can find some example images below.

Caption: Her high cheekbones accentuate her facial structure. She wears heavy makeup and lipstick. images_0) Caption: This man has a big nose and wears a hat. He has a beard, goatee, and sideburns. images_1) Caption: This young woman has straight hair and big lips. She wears eyeglasses and has a big nose. images_2) Caption: This young woman has wavy hair and is wearing lipstick. Her mouth is slightly open. images_3)

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

Model tree for reza-alipour/Controlnet-HQ

Adapter
(2741)
this model