Update README.md
Browse files
README.md
CHANGED
@@ -93,6 +93,8 @@ from diffusers import StableDiffusionPipeline, EulerAncestralDiscreteScheduler
|
|
93 |
import torch
|
94 |
import os
|
95 |
|
|
|
|
|
96 |
pipe = StableDiffusionPipeline.from_pretrained(
|
97 |
repo_id,
|
98 |
torch_dtype=torch.float16,
|
|
|
93 |
import torch
|
94 |
import os
|
95 |
|
96 |
+
repo_id = "DamarJati/melaura-v1"
|
97 |
+
|
98 |
pipe = StableDiffusionPipeline.from_pretrained(
|
99 |
repo_id,
|
100 |
torch_dtype=torch.float16,
|