sandner commited on
Commit
538b2d3
·
verified ·
1 Parent(s): 747f4a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/YourUsername/n-body-trajectories-for-vrlora](https://huggingface.co/datasets/YourUsername/n-body-trajectories-for-vrlora) (Replace with your link)
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 = "YourUsername/vr-lora-physics-sd15" # Replace with your repo name
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)