Spaces:
Runtime error
Runtime error
updated models available
Browse files
app.py
CHANGED
|
@@ -39,10 +39,10 @@ DEFAULT_STYLE_NAME = "Japanese Anime"
|
|
| 39 |
global models_dict
|
| 40 |
use_va = True
|
| 41 |
models_dict = {
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 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
|