Update README.md
Browse files
README.md
CHANGED
@@ -83,8 +83,8 @@ To use **Starlight**, load it as a LoRA with your Stable Diffusion 1.5 model. He
|
|
83 |
from diffusers import StableDiffusionPipeline
|
84 |
import torch
|
85 |
|
86 |
-
model_id = "
|
87 |
-
lora_path = "
|
88 |
|
89 |
torch_dtype = torch.float16
|
90 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch_dtype)
|
|
|
83 |
from diffusers import StableDiffusionPipeline
|
84 |
import torch
|
85 |
|
86 |
+
model_id = "HyperX-Sentience/Juggernaut-Reborn"
|
87 |
+
lora_path = "HyperX-Sentience/Starlight"
|
88 |
|
89 |
torch_dtype = torch.float16
|
90 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch_dtype)
|