Eugeoter commited on
Commit
a8a4388
·
1 Parent(s): 3fa5c52
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -18,16 +18,16 @@ DEFAULT_NEGATIVE_PROMPT = "worst quality, abstract, clumsy pose, deformed hand,
18
 
19
  def ui():
20
  device = "cuda" if torch.cuda.is_available() else "cpu"
21
- model_file = hf_hub_download(
22
- repo_id='Lykon/AAM_XL_AnimeMix',
23
- filename='AAM_XL_Anime_Mix.safetensors',
24
- cache_dir=CACHE_DIR,
25
- )
26
  # model_file = hf_hub_download(
27
- # repo_id='Eugeoter/artiwaifu-diffusion-1.0',
28
- # filename='artiwaifu-diffusion-v1.safetensors',
29
  # cache_dir=CACHE_DIR,
30
  # )
 
 
 
 
 
31
  unet_file = hf_hub_download(
32
  repo_id=REPO_ID,
33
  filename=UNET_FILENAME,
 
18
 
19
  def ui():
20
  device = "cuda" if torch.cuda.is_available() else "cpu"
 
 
 
 
 
21
  # model_file = hf_hub_download(
22
+ # repo_id='Lykon/AAM_XL_AnimeMix',
23
+ # filename='AAM_XL_Anime_Mix.safetensors',
24
  # cache_dir=CACHE_DIR,
25
  # )
26
+ model_file = hf_hub_download(
27
+ repo_id='Eugeoter/artiwaifu-diffusion-1.0',
28
+ filename='artiwaifu-diffusion-v1.safetensors',
29
+ cache_dir=CACHE_DIR,
30
+ )
31
  unet_file = hf_hub_download(
32
  repo_id=REPO_ID,
33
  filename=UNET_FILENAME,