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

  • Log In
  • Sign Up

rynmurdock
/
CLIP_DRaFT

Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use rynmurdock/CLIP_DRaFT with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("rynmurdock/CLIP_DRaFT")
    
    prompt = "a horse with many eyes"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
CLIP_DRaFT
26 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
rynmurdock's picture
rynmurdock
renamed to avoid confusion
bc0221c verified about 2 years ago
  • images
    images folder over 2 years ago
  • .gitattributes
    2.31 kB
    initial commit over 2 years ago
  • README.md
    437 Bytes
    renamed to avoid confusion about 2 years ago
  • pytorch_lora_weights.safetensors
    25.5 MB
    xet
    Upload 2 files over 2 years ago