Diffusers
Safetensors
stable-diffusion
lora
scientific-machine-learning
physics-simulation
visual-reasoning
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 Settings
- Draw Things
Upload pytorch_lora_weights.safetensors
Browse files
pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52c6fedbd5ebf8f199f1397dca1728eeb11e47f82ce79390a7139a7919b9fc47
|
| 3 |
+
size 12792440
|