Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,9 +8,6 @@ from huggingface_hub import hf_hub_download
|
|
| 8 |
import gradio as gr
|
| 9 |
import cv2
|
| 10 |
|
| 11 |
-
base_model_path = "SG161222/Realistic_Vision_V4.0_noVAE"
|
| 12 |
-
vae_model_path = "stabilityai/sd-vae-ft-mse"
|
| 13 |
-
image_encoder_path = "laion/CLIP-ViT-H-14-laion2B-s32B-b79K"
|
| 14 |
ip_ckpt = hf_hub_download(repo_id="CiaraRowles/stylecodes", filename="stylecodes_sd15_v1.bin", repo_type="model")
|
| 15 |
|
| 16 |
|
|
|
|
| 8 |
import gradio as gr
|
| 9 |
import cv2
|
| 10 |
|
|
|
|
|
|
|
|
|
|
| 11 |
ip_ckpt = hf_hub_download(repo_id="CiaraRowles/stylecodes", filename="stylecodes_sd15_v1.bin", repo_type="model")
|
| 12 |
|
| 13 |
|