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.
2 parents abe334f + 1e6d1bb commit 075fad4Copy full SHA for 075fad4
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