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

  • Log In
  • Sign Up

hanlincs
/
Ctrl-Adapter

Diffusers
Safetensors
Model card Files Files and versions
xet
Community
2

Instructions to use hanlincs/Ctrl-Adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use hanlincs/Ctrl-Adapter with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("hanlincs/Ctrl-Adapter", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
Ctrl-Adapter
23.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 24 commits
hanlincs's picture
hanlincs
improved version of svd
258e1cc verified about 2 years ago
  • assets
    Upload teaser.gif about 2 years ago
  • i2vgenxl_canny
    Upload 6 files about 2 years ago
  • i2vgenxl_depth
    Upload diffusion_pytorch_model.safetensors about 2 years ago
  • i2vgenxl_multi_control_adapter
    Upload 4 files about 2 years ago
  • i2vgenxl_multi_control_router
    Upload 4 files about 2 years ago
  • i2vgenxl_scribble_sparse
    Upload 2 files about 2 years ago
  • i2vgenxl_softedge
    Upload 6 files about 2 years ago
  • sdxl_canny
    Upload 4 files about 2 years ago
  • sdxl_depth
    Upload 4 files about 2 years ago
  • sdxl_lineart
    Upload 8 files about 2 years ago
  • sdxl_normal
    Upload 8 files about 2 years ago
  • sdxl_scribble
    Upload 8 files about 2 years ago
  • sdxl_segmentation
    Upload 8 files about 2 years ago
  • sdxl_softedge
    more sdxl checkpoint about 2 years ago
  • svd_canny
    improved version of svd about 2 years ago
  • svd_depth
    improved version of svd about 2 years ago
  • svd_softedge
    improved version of svd about 2 years ago
  • .gitattributes
    1.57 kB
    Upload 2 files about 2 years ago
  • README.md
    1.62 kB
    Update README.md about 2 years ago
  • checkpoints_will_be_added_here.txt
    0 Bytes
    Upload checkpoints_will_be_added_here.txt about 2 years ago