Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ The model does not generate images. Instead, it acts as a dynamics engine in lat
|
|
| 23 |
This LoRA was trained for 15,000 steps on a synthetic dataset of 10,000 N-body trajectories.
|
| 24 |
|
| 25 |
* **Research Project Repository:** [https://github.com/sandner-art/SC-Visual-Reasoning](https://github.com/sandner-art/SC-Visual-Reasoning)
|
| 26 |
-
* **Training Dataset:** [huggingface.co/datasets/
|
| 27 |
|
| 28 |
## How to Use
|
| 29 |
|
|
@@ -34,7 +34,7 @@ This LoRA is designed to be used with the evaluation script found in the main re
|
|
| 34 |
from diffusers import StableDiffusionPipeline
|
| 35 |
|
| 36 |
base_model = "runwayml/stable-diffusion-v1-5"
|
| 37 |
-
lora_model = "
|
| 38 |
|
| 39 |
pipeline = StableDiffusionPipeline.from_pretrained(base_model)
|
| 40 |
pipeline.load_lora_weights(lora_model)
|
|
|
|
| 23 |
This LoRA was trained for 15,000 steps on a synthetic dataset of 10,000 N-body trajectories.
|
| 24 |
|
| 25 |
* **Research Project Repository:** [https://github.com/sandner-art/SC-Visual-Reasoning](https://github.com/sandner-art/SC-Visual-Reasoning)
|
| 26 |
+
* **Training Dataset:** [huggingface.co/datasets/sandner/n-body-trajectories-for-vrlora](https://huggingface.co/datasets/sandner/n-body-trajectories-for-vrlora) (Replace with your link)
|
| 27 |
|
| 28 |
## How to Use
|
| 29 |
|
|
|
|
| 34 |
from diffusers import StableDiffusionPipeline
|
| 35 |
|
| 36 |
base_model = "runwayml/stable-diffusion-v1-5"
|
| 37 |
+
lora_model = "sandner/vr-lora-physics-sd15" # Replace with your repo name
|
| 38 |
|
| 39 |
pipeline = StableDiffusionPipeline.from_pretrained(base_model)
|
| 40 |
pipeline.load_lora_weights(lora_model)
|