yijin928 commited on
Commit
b5afed6
·
verified ·
1 Parent(s): 19807db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -209,7 +209,7 @@ def generate_video(positive_prompt, num_frames, input_image):
209
 
210
  cliploader = NODE_CLASS_MAPPINGS["CLIPLoader"]()
211
  cliploader_20 = cliploader.load_clip(
212
- clip_name="t5/google_t5-v1_1-xxl_encoderonly-fp8_e4m3fn.safetensors",
213
  type="sd3",
214
  device="default",
215
  )
@@ -314,7 +314,7 @@ if __name__ == "__main__":
314
 
315
  with gr.Blocks() as app:
316
  with gr.Row():
317
- positive_prompt = gr.Textbox(label="Positive Prompt", lines=2)
318
  with gr.Row():
319
  num_frames = gr.Number(label="Number of Frames", value=60)
320
  with gr.Row():
 
209
 
210
  cliploader = NODE_CLASS_MAPPINGS["CLIPLoader"]()
211
  cliploader_20 = cliploader.load_clip(
212
+ clip_name="google_t5-v1_1-xxl_encoderonly-fp8_e4m3fn.safetensors",
213
  type="sd3",
214
  device="default",
215
  )
 
314
 
315
  with gr.Blocks() as app:
316
  with gr.Row():
317
+ positive_prompt = gr.Textbox(label="Positive Prompt", value="A young Asian man with shoulder-length black hair, wearing a stylish black outfit, playing an acoustic guitar on a dimly lit stage. His full face is visible, showing a calm and focused expression as he strums the guitar. A microphone stand is positioned near him, and a music stand with sheet music is in front of him. The stage lighting casts a soft, warm glow on his face, and the background features an intimate live music setting with visible metal beams and soft blue ambient lighting. The scene captures the artistic mood of a live performance, emphasizing the details of the guitar, the musician’s fingers on the strings, and the relaxed yet passionate vibe of the moment.", lines=2)
318
  with gr.Row():
319
  num_frames = gr.Number(label="Number of Frames", value=60)
320
  with gr.Row():