Spaces:
Sleeping
Sleeping
Commit
•
399fa48
1
Parent(s):
42e179a
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ from diffusers import StableDiffusionPipeline, DDIMScheduler, AutoencoderKL
|
|
4 |
from ip_adapter.ip_adapter_faceid import IPAdapterFaceID
|
5 |
from huggingface_hub import hf_hub_download
|
6 |
from insightface.app import FaceAnalysis
|
|
|
7 |
|
8 |
base_model_path = "SG161222/Realistic_Vision_V4.0_noVAE"
|
9 |
vae_model_path = "stabilityai/sd-vae-ft-mse"
|
|
|
4 |
from ip_adapter.ip_adapter_faceid import IPAdapterFaceID
|
5 |
from huggingface_hub import hf_hub_download
|
6 |
from insightface.app import FaceAnalysis
|
7 |
+
import gradio as gr
|
8 |
|
9 |
base_model_path = "SG161222/Realistic_Vision_V4.0_noVAE"
|
10 |
vae_model_path = "stabilityai/sd-vae-ft-mse"
|