ChenDY commited on
Commit
bdacff0
·
1 Parent(s): dd16b18
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ pipe.transformer.__class__.set_attn_processor = NagWanTransformer3DModel.set_att
59
  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
  ["A red vintage Porsche convertible flying over a rugged coastal cliff. Monstrous waves violently crashing against the rocks below. A lighthouse stands tall atop the cliff.", 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
  ]
 
59
  pipe.transformer.__class__.forward = NagWanTransformer3DModel.forward
60
 
61
  examples = [
62
+ ["A ginger cat passionately plays eletric guitar with intensity and emotion on a stage. The background is shrouded in deep darkness. Spotlights casts dramatic shadows.", DEFAULT_NAG_NEGATIVE_PROMPT, 11],
63
  ["A red vintage Porsche convertible flying over a rugged coastal cliff. Monstrous waves violently crashing against the rocks below. A lighthouse stands tall atop the cliff.", 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
  ]