We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aebdb4 commit 1e6d1bbCopy full SHA for 1e6d1bb
tools/parallel_inference/parallel_inference_xdit.py
@@ -78,8 +78,9 @@ def main():
78
num_frames=input_config.num_frames,
79
prompt=input_config.prompt,
80
num_inference_steps=input_config.num_inference_steps,
81
- generator=torch.Generator(device="cuda").manual_seed(input_config.seed),
+ generator=torch.Generator().manual_seed(input_config.seed),
82
guidance_scale=6,
83
+ use_dynamic_cfg=True,
84
).frames[0]
85
86
end_time = time.time()
0 commit comments