Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse filesupdate realistic vision
app.py
CHANGED
|
@@ -10,7 +10,7 @@ from insightface.utils import face_align
|
|
| 10 |
import gradio as gr
|
| 11 |
import cv2
|
| 12 |
|
| 13 |
-
base_model_path = "SG161222/
|
| 14 |
vae_model_path = "stabilityai/sd-vae-ft-mse"
|
| 15 |
image_encoder_path = "laion/CLIP-ViT-H-14-laion2B-s32B-b79K"
|
| 16 |
ip_ckpt = hf_hub_download(repo_id="h94/IP-Adapter-FaceID", filename="ip-adapter-faceid_sd15.bin", repo_type="model")
|
|
|
|
| 10 |
import gradio as gr
|
| 11 |
import cv2
|
| 12 |
|
| 13 |
+
base_model_path = "SG161222/Realistic_Vision_V5.1_noVAE"
|
| 14 |
vae_model_path = "stabilityai/sd-vae-ft-mse"
|
| 15 |
image_encoder_path = "laion/CLIP-ViT-H-14-laion2B-s32B-b79K"
|
| 16 |
ip_ckpt = hf_hub_download(repo_id="h94/IP-Adapter-FaceID", filename="ip-adapter-faceid_sd15.bin", repo_type="model")
|