Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

HighCWu
/
ControlLoRA

Text-to-Image
Diffusers
Safetensors
stable-diffusion
stable-diffusion-diffusers
lora
controlnet
control-lora
Model card Files Files and versions
xet
Community
1

Instructions to use HighCWu/ControlLoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use HighCWu/ControlLoRA with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("HighCWu/ControlLoRA")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"runwayml/stable-diffusion-v1-5", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
ControlLoRA / docs /imgs
1.44 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
HighCWu's picture
HighCWu
update README.md
e3731d3 about 3 years ago
  • 7.png
    363 kB
    update README.md about 3 years ago
  • validation_25000_6b3f8b37f2268ec0c09e.png
    580 kB
    init commits about 3 years ago
  • validation_25100_fe0b49075b45efdc311c.png
    501 kB
    init commits about 3 years ago