Spaces:
Sleeping
Sleeping
TianxingWu
commited on
Commit
•
abe04aa
1
Parent(s):
9fc83bd
update app
Browse files
app.py
CHANGED
@@ -34,13 +34,23 @@ css = """
|
|
34 |
"""
|
35 |
|
36 |
examples = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
# 1-ToonYou
|
38 |
[
|
39 |
"toonyou_beta3.safetensors",
|
40 |
"mm_sd_v14.ckpt",
|
41 |
-
"(best quality, masterpiece),
|
42 |
-
"worst quality, low quality
|
43 |
-
512, 512, "
|
44 |
"butterworth", 0.25, 0.25, 3,
|
45 |
["use_fp16"]
|
46 |
],
|
@@ -50,7 +60,7 @@ examples = [
|
|
50 |
"mm_sd_v14.ckpt",
|
51 |
"hypercars cyberpunk moving, muted colors, swirling color smokes, legend, cityscape, space",
|
52 |
"3d, cartoon, anime, sketches, worst quality, low quality, nsfw, logo",
|
53 |
-
512, 512, "
|
54 |
"butterworth", 0.25, 0.25, 3,
|
55 |
["use_fp16"]
|
56 |
],
|
@@ -60,7 +70,7 @@ examples = [
|
|
60 |
"mm_sd_v14.ckpt",
|
61 |
"A cute raccoon playing guitar in a boat on the ocean",
|
62 |
"worst quality, low quality, nsfw, logo",
|
63 |
-
512, 512, "
|
64 |
"butterworth", 0.25, 0.25, 3,
|
65 |
["use_fp16"]
|
66 |
],
|
@@ -69,7 +79,7 @@ examples = [
|
|
69 |
"majicmixRealistic_v5Preview.safetensors",
|
70 |
"mm_sd_v14.ckpt",
|
71 |
"1girl, reading book",
|
72 |
-
"
|
73 |
512, 512, "2005563494988190",
|
74 |
"butterworth", 0.25, 0.25, 3,
|
75 |
["use_fp16"]
|
@@ -84,16 +94,6 @@ examples = [
|
|
84 |
# "butterworth", 0.25, 0.25, 3,
|
85 |
# ["use_fp16"]
|
86 |
# ]
|
87 |
-
# 5-RealisticVision
|
88 |
-
[
|
89 |
-
"realisticVisionV51_v20Novae.safetensors",
|
90 |
-
"mm_sd_v14.ckpt",
|
91 |
-
"b&w photo of 42 y.o man in black clothes, bald, face, half body, body, high detailed skin, skin pores, coastline, overcast weather, wind, waves, 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3",
|
92 |
-
"(semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck",
|
93 |
-
512, 512, "1566149281915957",
|
94 |
-
"butterworth", 0.25, 0.25, 3,
|
95 |
-
["use_fp16"]
|
96 |
-
]
|
97 |
]
|
98 |
|
99 |
# clean unrelated ckpts
|
@@ -371,7 +371,7 @@ def ui():
|
|
371 |
gr.Markdown(
|
372 |
"""
|
373 |
Official Gradio Demo for ***FreeInit: Bridging Initialization Gap in Video Diffusion Models***.
|
374 |
-
FreeInit improves time consistency of diffusion-based video generation at inference time. In this demo, we apply FreeInit on [AnimateDiff v1](https://github.com/guoyww/AnimateDiff) as an example.<br>
|
375 |
"""
|
376 |
)
|
377 |
|
@@ -399,7 +399,7 @@ def ui():
|
|
399 |
*Prompt Tips:*
|
400 |
|
401 |
For each personalized model in `Model Settings`, you can refer to their webpage on CivitAI to learn how to write good prompts for them:
|
402 |
-
- [`realisticVisionV51_v20Novae.safetensors`](https://civitai.com/models/4201?modelVersionId=
|
403 |
- [`toonyou_beta3.safetensors`](https://civitai.com/models/30240?modelVersionId=78775)
|
404 |
- [`lyriel_v16.safetensors`](https://civitai.com/models/22922/lyriel)
|
405 |
- [`rcnzCartoon3d_v10.safetensors`](https://civitai.com/models/66347?modelVersionId=71009)
|
|
|
34 |
"""
|
35 |
|
36 |
examples = [
|
37 |
+
# 0-RealisticVision
|
38 |
+
[
|
39 |
+
"realisticVisionV51_v20Novae.safetensors",
|
40 |
+
"mm_sd_v14.ckpt",
|
41 |
+
"A panda standing on a surfboard in the ocean under moonlight.",
|
42 |
+
"worst quality, low quality, nsfw, logo",
|
43 |
+
512, 512, "2005563494988190",
|
44 |
+
"butterworth", 0.25, 0.25, 3,
|
45 |
+
["use_fp16"]
|
46 |
+
]
|
47 |
# 1-ToonYou
|
48 |
[
|
49 |
"toonyou_beta3.safetensors",
|
50 |
"mm_sd_v14.ckpt",
|
51 |
+
"(best quality, masterpiece), 1girl, looking at viewer, blurry background, upper body, contemporary, dress",
|
52 |
+
"(worst quality, low quality)",
|
53 |
+
512, 512, "478028150728261",
|
54 |
"butterworth", 0.25, 0.25, 3,
|
55 |
["use_fp16"]
|
56 |
],
|
|
|
60 |
"mm_sd_v14.ckpt",
|
61 |
"hypercars cyberpunk moving, muted colors, swirling color smokes, legend, cityscape, space",
|
62 |
"3d, cartoon, anime, sketches, worst quality, low quality, nsfw, logo",
|
63 |
+
512, 512, "1566149281915957",
|
64 |
"butterworth", 0.25, 0.25, 3,
|
65 |
["use_fp16"]
|
66 |
],
|
|
|
70 |
"mm_sd_v14.ckpt",
|
71 |
"A cute raccoon playing guitar in a boat on the ocean",
|
72 |
"worst quality, low quality, nsfw, logo",
|
73 |
+
512, 512, "1566149281915957",
|
74 |
"butterworth", 0.25, 0.25, 3,
|
75 |
["use_fp16"]
|
76 |
],
|
|
|
79 |
"majicmixRealistic_v5Preview.safetensors",
|
80 |
"mm_sd_v14.ckpt",
|
81 |
"1girl, reading book",
|
82 |
+
"(ng_deepnegative_v1_75t:1.2), (badhandv4:1), (worst quality:2), (low quality:2), (normal quality:2), lowres, bad anatomy, bad hands, watermark, moles",
|
83 |
512, 512, "2005563494988190",
|
84 |
"butterworth", 0.25, 0.25, 3,
|
85 |
["use_fp16"]
|
|
|
94 |
# "butterworth", 0.25, 0.25, 3,
|
95 |
# ["use_fp16"]
|
96 |
# ]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
]
|
98 |
|
99 |
# clean unrelated ckpts
|
|
|
371 |
gr.Markdown(
|
372 |
"""
|
373 |
Official Gradio Demo for ***FreeInit: Bridging Initialization Gap in Video Diffusion Models***.
|
374 |
+
FreeInit improves time consistency of diffusion-based video generation at inference time. In this demo, we apply FreeInit on [AnimateDiff v1](https://github.com/guoyww/AnimateDiff) as an example. Takes around 80s per prompt.<br>
|
375 |
"""
|
376 |
)
|
377 |
|
|
|
399 |
*Prompt Tips:*
|
400 |
|
401 |
For each personalized model in `Model Settings`, you can refer to their webpage on CivitAI to learn how to write good prompts for them:
|
402 |
+
- [`realisticVisionV51_v20Novae.safetensors`](https://civitai.com/models/4201?modelVersionId=130072)
|
403 |
- [`toonyou_beta3.safetensors`](https://civitai.com/models/30240?modelVersionId=78775)
|
404 |
- [`lyriel_v16.safetensors`](https://civitai.com/models/22922/lyriel)
|
405 |
- [`rcnzCartoon3d_v10.safetensors`](https://civitai.com/models/66347?modelVersionId=71009)
|