Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • 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 Settings
  • Draw Things
  • DiffusionBee
ControlLoRA / docs /imgs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
HighCWu's picture
HighCWu
update README.md
e3731d3 over 3 years ago
  • 7.png
    363 kB
    update README.md over 3 years ago
  • validation_25000_6b3f8b37f2268ec0c09e.png
    580 kB
    init commits over 3 years ago
  • validation_25100_fe0b49075b45efdc311c.png
    501 kB
    init commits over 3 years ago