Spaces:
Paused
Paused
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 = "
|
| 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-xl-base-1.0"
|
| 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"
|