Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ import gradio as gr
|
|
11 |
import cv2
|
12 |
|
13 |
base_model_paths = {
|
|
|
14 |
"RealisticVisionV6": "SG161222/Realistic_Vision_V6.0_B1_noVAE",
|
15 |
"Deliberate": "Yntec/Deliberate",
|
16 |
"DeliberateV2": "Yntec/Deliberate2",
|
@@ -18,6 +19,7 @@ base_model_paths = {
|
|
18 |
"EpicRealism": "emilianJR/epiCRealism"
|
19 |
}
|
20 |
|
|
|
21 |
vae_model_path = "stabilityai/sd-vae-ft-mse"
|
22 |
image_encoder_path = "laion/CLIP-ViT-H-14-laion2B-s32B-b79K"
|
23 |
ip_ckpt = hf_hub_download(repo_id="h94/IP-Adapter-FaceID", filename="ip-adapter-faceid_sd15.bin", repo_type="model")
|
|
|
11 |
import cv2
|
12 |
|
13 |
base_model_paths = {
|
14 |
+
"RealisticVisionV4": "SG161222/Realistic_Vision_V4.0_noVAE",
|
15 |
"RealisticVisionV6": "SG161222/Realistic_Vision_V6.0_B1_noVAE",
|
16 |
"Deliberate": "Yntec/Deliberate",
|
17 |
"DeliberateV2": "Yntec/Deliberate2",
|
|
|
19 |
"EpicRealism": "emilianJR/epiCRealism"
|
20 |
}
|
21 |
|
22 |
+
|
23 |
vae_model_path = "stabilityai/sd-vae-ft-mse"
|
24 |
image_encoder_path = "laion/CLIP-ViT-H-14-laion2B-s32B-b79K"
|
25 |
ip_ckpt = hf_hub_download(repo_id="h94/IP-Adapter-FaceID", filename="ip-adapter-faceid_sd15.bin", repo_type="model")
|