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

  • Log In
  • Sign Up

sandner
/
vr-lora-physics-sd15

Diffusers
Safetensors
stable-diffusion
lora
scientific-machine-learning
physics-simulation
visual-reasoning
Model card Files Files and versions
xet
Community

Instructions to use sandner/vr-lora-physics-sd15 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use sandner/vr-lora-physics-sd15 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("sandner/vr-lora-physics-sd15")
    
    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
vr-lora-physics-sd15
10.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
sandner's picture
sandner
Upload pytorch_lora_weights.safetensors
7782ebd verified 6 months ago
  • checkpoint-10500
    Upload 25 files 6 months ago
  • checkpoint-12500
    Upload 25 files 6 months ago
  • checkpoint-1500
    Upload 25 files 6 months ago
  • checkpoint-15000
    Upload 5 files 6 months ago
  • checkpoint-5000
    Upload 25 files 6 months ago
  • checkpoint-7500
    Upload 25 files 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    2.32 kB
    Update README.md 6 months ago
  • pytorch_lora_weights.safetensors
    12.8 MB
    xet
    Upload pytorch_lora_weights.safetensors 6 months ago