Spaces:
Runtime error
Runtime error
Update video_diffusion/inpaint_zoom/zoom_out_app.py
Browse files
video_diffusion/inpaint_zoom/zoom_out_app.py
CHANGED
@@ -15,7 +15,12 @@ from video_diffusion.inpaint_zoom.utils.zoom_out_utils import (
|
|
15 |
os.environ["CUDA_VISIBLE_DEVICES"] = "0"
|
16 |
|
17 |
|
18 |
-
stable_paint_model_list = [
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
stable_paint_prompt_list = [
|
21 |
"children running in the forest , sunny, bright, by studio ghibli painting, superior quality, masterpiece, traditional Japanese colors, by Grzegorz Rutkowski, concept art",
|
|
|
15 |
os.environ["CUDA_VISIBLE_DEVICES"] = "0"
|
16 |
|
17 |
|
18 |
+
stable_paint_model_list = [
|
19 |
+
"stabilityai/stable-diffusion-2-inpainting",
|
20 |
+
"runwayml/stable-diffusion-inpainting",
|
21 |
+
"SG161222/Realistic_Vision_V5.1_noVAE",
|
22 |
+
"SimianLuo/LCM_Dreamshaper_v7"
|
23 |
+
]
|
24 |
|
25 |
stable_paint_prompt_list = [
|
26 |
"children running in the forest , sunny, bright, by studio ghibli painting, superior quality, masterpiece, traditional Japanese colors, by Grzegorz Rutkowski, concept art",
|