Spaces:
Sleeping
Sleeping
Update gradio_app/app_utils.py
Browse filesUpdate the link of anything model.
- gradio_app/app_utils.py +1 -1
gradio_app/app_utils.py
CHANGED
@@ -13,7 +13,7 @@ torch.set_grad_enabled(False)
|
|
13 |
|
14 |
device = torch.device("cuda") if torch.cuda.is_available() else torch.device(
|
15 |
"cpu")
|
16 |
-
model_path = "
|
17 |
scheduler = DDIMScheduler(beta_start=0.00085,
|
18 |
beta_end=0.012,
|
19 |
beta_schedule="scaled_linear",
|
|
|
13 |
|
14 |
device = torch.device("cuda") if torch.cuda.is_available() else torch.device(
|
15 |
"cpu")
|
16 |
+
model_path = "xyn-ai/anything-v4.0"
|
17 |
scheduler = DDIMScheduler(beta_start=0.00085,
|
18 |
beta_end=0.012,
|
19 |
beta_schedule="scaled_linear",
|