naomiKenKorem commited on
Commit
73c090b
1 Parent(s): 0683bdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +21 -21
app.py CHANGED
@@ -38,27 +38,27 @@ examples = [
38
  "worst quality, low quality, nsfw, logo",
39
  512, 512, 32, "13204175718326964000"
40
  ],
41
- # 2-EpicRealism
42
- [
43
- "epiCRealismNaturalSin.safetensors",
44
- "photo of coastline, rocks, storm weather, wind, waves, lightning, 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3",
45
- "blur, haze, deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime, mutated hands and fingers, deformed, distorted, disfigured, poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, disconnected limbs, mutation, mutated, ugly, disgusting, amputation",
46
- 512, 512, 32, "1490157606650685400"
47
- ],
48
- # 3-EpicRealism
49
- [
50
- "epiCRealismNaturalSin.safetensors",
51
- "a young man is dancing in a paris nice street",
52
- "wrong anatomy, extra limb, missing limb, floating limbs, disconnected limbs, mutation, mutated, ugly, disgusting, amputation render, illustration, deformed, distorted, disfigured, doll, poorly drawn, bad anatomy, wrong anatomy deformed, naked, nude, breast (worst quality low quality: 1.4)",
53
- 512, 512, 32, "1"
54
- ],
55
- # 4-EpicRealism
56
- [
57
- "epiCRealismNaturalSin.safetensors",
58
- "photo of coastline, rocks, storm weather, wind, waves, lightning, 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3",
59
- "blur, haze, deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime, mutated hands and fingers, deformed, distorted, disfigured, poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, disconnected limbs, mutation, mutated, ugly, disgusting, amputation",
60
- 512, 512, 32, "13100322578370451493"
61
- ]
62
  ]
63
  print(f"### Cleaning cached examples ...")
64
  os.system(f"rm -rf gradio_cached_examples/")
 
38
  "worst quality, low quality, nsfw, logo",
39
  512, 512, 32, "13204175718326964000"
40
  ],
41
+ # # 2-EpicRealism
42
+ # [
43
+ # "epiCRealismNaturalSin.safetensors",
44
+ # "photo of coastline, rocks, storm weather, wind, waves, lightning, 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3",
45
+ # "blur, haze, deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime, mutated hands and fingers, deformed, distorted, disfigured, poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, disconnected limbs, mutation, mutated, ugly, disgusting, amputation",
46
+ # 512, 512, 32, "1490157606650685400"
47
+ # ],
48
+ # # 3-EpicRealism
49
+ # [
50
+ # "epiCRealismNaturalSin.safetensors",
51
+ # "a young man is dancing in a paris nice street",
52
+ # "wrong anatomy, extra limb, missing limb, floating limbs, disconnected limbs, mutation, mutated, ugly, disgusting, amputation render, illustration, deformed, distorted, disfigured, doll, poorly drawn, bad anatomy, wrong anatomy deformed, naked, nude, breast (worst quality low quality: 1.4)",
53
+ # 512, 512, 32, "1"
54
+ # ],
55
+ # # 4-EpicRealism
56
+ # [
57
+ # "epiCRealismNaturalSin.safetensors",
58
+ # "photo of coastline, rocks, storm weather, wind, waves, lightning, 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3",
59
+ # "blur, haze, deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime, mutated hands and fingers, deformed, distorted, disfigured, poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, disconnected limbs, mutation, mutated, ugly, disgusting, amputation",
60
+ # 512, 512, 32, "13100322578370451493"
61
+ # ]
62
  ]
63
  print(f"### Cleaning cached examples ...")
64
  os.system(f"rm -rf gradio_cached_examples/")