akhaliq HF staff commited on
Commit
669af6e
1 Parent(s): 970bd80
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -1192,7 +1192,7 @@ class Model:
1192
  video_raw_text=text,
1193
  video_guidance_text='视频',
1194
  image_text_suffix=' 高清摄影',
1195
- batch_size=self.args.batch_size
1196
  image_prompt=image_prompt)
1197
  if not only_first_stage:
1198
  _, res = self.process_stage2(
 
1192
  video_raw_text=text,
1193
  video_guidance_text='视频',
1194
  image_text_suffix=' 高清摄影',
1195
+ batch_size=self.args.batch_size,
1196
  image_prompt=image_prompt)
1197
  if not only_first_stage:
1198
  _, res = self.process_stage2(