Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ move_cache()
|
|
19 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
20 |
|
21 |
# base_model_id = "runwayml/stable-diffusion-v1-5"
|
22 |
-
base_model_id = "
|
23 |
model_id = "LuyangZ/FloorAI"
|
24 |
# model_id = "LuyangZ/controlnet_Neufert4_64_100"
|
25 |
|
|
|
19 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
20 |
|
21 |
# base_model_id = "runwayml/stable-diffusion-v1-5"
|
22 |
+
base_model_id = "benjamin-paine/stable-diffusion-v1-5"
|
23 |
model_id = "LuyangZ/FloorAI"
|
24 |
# model_id = "LuyangZ/controlnet_Neufert4_64_100"
|
25 |
|