ChenDY commited on
Commit
e9421b7
·
1 Parent(s): 901d673
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ pipe.transformer.__class__.forward = NagWanTransformer3DModel.forward
60
 
61
  examples = [
62
  ["A ginger cat passionately plays a violin with intensity and emotion on a classical concert stage. The background is shrouded in deep darkness. Soft spotlights casts dramatic shadows.", DEFAULT_NAG_NEGATIVE_PROMPT, 11],
63
- ["Static, motionless, unmoving, frozen, lifeless, unnatural motion, moving backwards, still picture, still background, ugly, bad quality, worst quality, poorly drawn, low resolution, blurry, no details, lack of details, JPEG compression residue, cartoon, anime", DEFAULT_NAG_NEGATIVE_PROMPT, 11],
64
  ["Enormous glowing jellyfish float slowly across a sky filled with soft clouds. Their tentacles shimmer with iridescent light as they drift above a peaceful mountain landscape. Magical and dreamlike, captured in a wide shot. Surreal realism style with detailed textures.", DEFAULT_NAG_NEGATIVE_PROMPT, 11],
65
  ]
66
 
 
60
 
61
  examples = [
62
  ["A ginger cat passionately plays a violin with intensity and emotion on a classical concert stage. The background is shrouded in deep darkness. Soft spotlights casts dramatic shadows.", DEFAULT_NAG_NEGATIVE_PROMPT, 11],
63
+ ["A red Porsche speeding along a rugged coastal cliff, with powerful waves crashing below. Realistic lighting, high dynamic range (HDR), film-grade depth of field.", DEFAULT_NAG_NEGATIVE_PROMPT, 11],
64
  ["Enormous glowing jellyfish float slowly across a sky filled with soft clouds. Their tentacles shimmer with iridescent light as they drift above a peaceful mountain landscape. Magical and dreamlike, captured in a wide shot. Surreal realism style with detailed textures.", DEFAULT_NAG_NEGATIVE_PROMPT, 11],
65
  ]
66