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

hari106
/
sd-1.5-yoga-lora

Diffusers
English
Sanskrit
yoga
poses
lora
sd1.5
Model card Files Files and versions
xet
Community

Instructions to use hari106/sd-1.5-yoga-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use hari106/sd-1.5-yoga-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("hari106/sd-1.5-yoga-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
sd-1.5-yoga-lora
75.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
hari106's picture
hari106
Update README.md
f44983c verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    2.21 kB
    Update README.md about 1 month ago
  • summary_geometry.csv
    8.81 kB
    Upload summary_geometry.csv with huggingface_hub about 2 months ago
  • yoga_poses_lora.safetensors
    75.6 MB
    xet
    Upload yoga_poses_lora.safetensors with huggingface_hub about 2 months ago