Spaces:
Running
on
Zero
Running
on
Zero
Richard Neuschulz
commited on
Commit
•
311eb36
1
Parent(s):
b0583c8
update
Browse files
app.py
CHANGED
@@ -9,7 +9,8 @@ import cv2
|
|
9 |
|
10 |
#base_model_path = "SG161222/RealVisXL_V3.0"
|
11 |
#base_model_path = "cagliostrolab/animagine-xl-3.0"
|
12 |
-
base_model_path = "playgroundai/playground-v2-1024px-aesthetic"
|
|
|
13 |
|
14 |
ip_ckpt = hf_hub_download(repo_id="h94/IP-Adapter-FaceID", filename="ip-adapter-faceid_sdxl.bin", repo_type="model")
|
15 |
device = "cuda"
|
|
|
9 |
|
10 |
#base_model_path = "SG161222/RealVisXL_V3.0"
|
11 |
#base_model_path = "cagliostrolab/animagine-xl-3.0"
|
12 |
+
#base_model_path = "playgroundai/playground-v2-1024px-aesthetic"
|
13 |
+
base_model_path = "frankjoshua/juggernautXL_v8Rundiffusion"
|
14 |
|
15 |
ip_ckpt = hf_hub_download(repo_id="h94/IP-Adapter-FaceID", filename="ip-adapter-faceid_sdxl.bin", repo_type="model")
|
16 |
device = "cuda"
|