Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from insightface.app import FaceAnalysis
|
|
7 |
import gradio as gr
|
8 |
import cv2
|
9 |
|
10 |
-
base_model_path = "SG161222/
|
11 |
vae_model_path = "stabilityai/sd-vae-ft-mse"
|
12 |
ip_ckpt = hf_hub_download(repo_id='h94/IP-Adapter-FaceID', filename="ip-adapter-faceid_sd15.bin", repo_type="model")
|
13 |
|
|
|
7 |
import gradio as gr
|
8 |
import cv2
|
9 |
|
10 |
+
base_model_path = "SG161222/Realistic_Vision_V6.0_B1_noVAE"
|
11 |
vae_model_path = "stabilityai/sd-vae-ft-mse"
|
12 |
ip_ckpt = hf_hub_download(repo_id='h94/IP-Adapter-FaceID', filename="ip-adapter-faceid_sd15.bin", repo_type="model")
|
13 |
|