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

  • Log In
  • Sign Up

cutycat2000x
/
LoRA

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

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

  • Libraries
  • Diffusers

    How to use cutycat2000x/LoRA with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("cutycat2000x/InterDiffusion-3.8", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("cutycat2000x/LoRA")
    
    prompt = "a smiling girl with sparkles in her eyes, walking in a garden, in the morning --style anime"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
LoRA
470 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
cutycat2000x's picture
cutycat2000x
Update README.md
c313b5e verified almost 2 years ago
  • .gitattributes
    2.31 kB
    initial commit almost 2 years ago
  • README.md
    1.55 kB
    Update README.md almost 2 years ago
  • example1.png
    1.3 MB
    xet
    Upload 9 files almost 2 years ago
  • example2.png
    1.54 MB
    xet
    Upload 9 files almost 2 years ago
  • example3.png
    1.14 MB
    xet
    Upload 9 files almost 2 years ago
  • example4.png
    1.25 MB
    xet
    Upload 9 files almost 2 years ago
  • example5.png
    1.5 MB
    xet
    Upload 9 files almost 2 years ago
  • example6.png
    1.73 MB
    xet
    Upload 9 files almost 2 years ago
  • example7.png
    1.95 MB
    xet
    Upload 9 files almost 2 years ago
  • example8.png
    972 kB
    xet
    Upload 9 files almost 2 years ago
  • example9.png
    1.06 MB
    xet
    Upload 9 files almost 2 years ago
  • lora.safetensors
    458 MB
    xet
    Add 10 files almost 2 years ago