Spaces:
Running
on
Zero
Running
on
Zero
Richard Neuschulz
commited on
Commit
•
a60f6b6
1
Parent(s):
531a2cf
Update base model path to playground-v2-1024px
Browse files
app.py
CHANGED
@@ -8,7 +8,9 @@ import gradio as gr
|
|
8 |
import cv2
|
9 |
|
10 |
#base_model_path = "SG161222/RealVisXL_V3.0"
|
11 |
-
base_model_path = "cagliostrolab/animagine-xl-3.0"
|
|
|
|
|
12 |
ip_ckpt = hf_hub_download(repo_id="h94/IP-Adapter-FaceID", filename="ip-adapter-faceid_sdxl.bin", repo_type="model")
|
13 |
device = "cuda"
|
14 |
|
|
|
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"
|
16 |
|