TianxingWu commited on
Commit
f63f07e
1 Parent(s): 104ba8e

update app

Browse files
Files changed (1) hide show
  1. app.py +7 -5
app.py CHANGED
@@ -86,7 +86,7 @@ examples = [
86
  # ]
87
  # 5-RealisticVision
88
  [
89
- "realisticVisionV20_v20.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",
@@ -359,6 +359,9 @@ def ui():
359
  <a title="Video" href="https://youtu.be/lS5IYbAqriI" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
360
  <img src="https://img.shields.io/badge/YouTube-Video-red?logo=youtube&logoColor=red">
361
  </a>
 
 
 
362
  </p>
363
  """
364
  # <a title="Visitor" href="https://hits.seeyoufarm.com" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
@@ -367,9 +370,8 @@ def ui():
367
  )
368
  gr.Markdown(
369
  """
370
- Official Gradio Demo for ***FreeInit: Bridging Initialization Gap in Video Diffusion Models***.<br>
371
- FreeInit improves time consistency of diffusion-based video generation at inference time.
372
- In this demo, we apply FreeInit on [AnimateDiff v1](https://github.com/guoyww/AnimateDiff) as an example.<br>
373
  """
374
  )
375
 
@@ -397,7 +399,7 @@ def ui():
397
  *Prompt Tips:*
398
 
399
  For each personalized model in `Model Settings`, you can refer to their webpage on CivitAI to learn how to write good prompts for them:
400
- - [`realisticVisionV20_v20.safetensors`](https://civitai.com/models/4201?modelVersionId=29460)
401
  - [`toonyou_beta3.safetensors`](https://civitai.com/models/30240?modelVersionId=78775)
402
  - [`lyriel_v16.safetensors`](https://civitai.com/models/22922/lyriel)
403
  - [`rcnzCartoon3d_v10.safetensors`](https://civitai.com/models/66347?modelVersionId=71009)
 
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",
 
359
  <a title="Video" href="https://youtu.be/lS5IYbAqriI" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
360
  <img src="https://img.shields.io/badge/YouTube-Video-red?logo=youtube&logoColor=red">
361
  </a>
362
+ <a title="Visitor" href="https://hits.seeyoufarm.com" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
363
+ <img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fhuggingface.co%2Fspaces%2FTianxingWu%2FFreeInit&count_bg=%23678F74&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false">
364
+ </a>
365
  </p>
366
  """
367
  # <a title="Visitor" href="https://hits.seeyoufarm.com" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
 
370
  )
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
  *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=29460)
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)