Spaces:
Sleeping
Sleeping
Update src/util/params.py
Browse files- src/util/params.py +1 -1
src/util/params.py
CHANGED
@@ -15,7 +15,7 @@ torch_device = "cuda" if torch.cuda.is_available() else "cpu"
|
|
15 |
isLCM = False
|
16 |
HF_ACCESS_TOKEN = ""
|
17 |
|
18 |
-
model_path = "stabilityai/stable-diffusion-
|
19 |
inpaint_model_path = "Lykon/dreamshaper-8-inpainting"
|
20 |
prompt = "Self-portrait oil painting, a beautiful cyborg with golden hair, 8k"
|
21 |
promptA = "Self-portrait oil painting, a beautiful man with golden hair, 8k"
|
|
|
15 |
isLCM = False
|
16 |
HF_ACCESS_TOKEN = ""
|
17 |
|
18 |
+
model_path = "stabilityai/stable-diffusion-2-1"
|
19 |
inpaint_model_path = "Lykon/dreamshaper-8-inpainting"
|
20 |
prompt = "Self-portrait oil painting, a beautiful cyborg with golden hair, 8k"
|
21 |
promptA = "Self-portrait oil painting, a beautiful man with golden hair, 8k"
|