Ljzycmd commited on
Commit
1d449c5
·
1 Parent(s): 18438f3

Update gradio_app/app_utils.py

Browse files

Update the link of anything model.

Files changed (1) hide show
  1. 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 = "andite/anything-v4.0"
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",