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

  • Log In
  • Sign Up

SurAyush
/
StableEmote_LoRA

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

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

  • Libraries
  • Diffusers

    How to use SurAyush/StableEmote_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("stable-diffusion-v1-5/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("SurAyush/StableEmote_LoRA")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
StableEmote_LoRA
45.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
SurAyush's picture
SurAyush
End of training
08793b0 verified 6 months ago
  • checkpoint-1000
    End of training 6 months ago
  • checkpoint-1500
    End of training 6 months ago
  • checkpoint-2000
    End of training 6 months ago
  • checkpoint-2500
    End of training 6 months ago
  • checkpoint-3000
    End of training 6 months ago
  • checkpoint-3500
    End of training 6 months ago
  • checkpoint-4000
    End of training 6 months ago
  • checkpoint-4500
    End of training 6 months ago
  • checkpoint-500
    End of training 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    961 Bytes
    End of training 6 months ago