jacktheporsche commited on
Commit
e6e2a20
1 Parent(s): 9cdc61c

updated models available

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -39,10 +39,10 @@ DEFAULT_STYLE_NAME = "Japanese Anime"
39
  global models_dict
40
  use_va = True
41
  models_dict = {
42
- # "Juggernaut": "RunDiffusion/Juggernaut-XL-v8",
43
- # "RealVision": "SG161222/RealVisXL_V4.0" ,
44
- # "SDXL":"stabilityai/stable-diffusion-xl-base-1.0" ,
45
- "Unstable": "stablediffusionapi/sdxl-unstable-diffusers-y"
46
  }
47
  photomaker_path = hf_hub_download(repo_id="TencentARC/PhotoMaker", filename="photomaker-v1.bin", repo_type="model")
48
  MAX_SEED = np.iinfo(np.int32).max
 
39
  global models_dict
40
  use_va = True
41
  models_dict = {
42
+ "Juggernaut": "RunDiffusion/Juggernaut-XL-v8",
43
+ "RealVision": "SG161222/RealVisXL_V4.0" ,
44
+ "SDXL":"stabilityai/stable-diffusion-xl-base-1.0" ,
45
+ "Unstable": "stablediffusionapi/sdxl-unstable-diffusers-y"
46
  }
47
  photomaker_path = hf_hub_download(repo_id="TencentARC/PhotoMaker", filename="photomaker-v1.bin", repo_type="model")
48
  MAX_SEED = np.iinfo(np.int32).max