Skip to content

Commit 0f52345

Browse files
authored
feat: fully support nunchaku qwen-image cp (#398)
1 parent 11ece68 commit 0f52345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/parallelism/run_qwen_image_lightning_nunchaku_cp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def run_pipe():
157157
width=1024 if args.width is None else args.width,
158158
height=1024 if args.height is None else args.height,
159159
num_inference_steps=steps,
160-
true_cfg_scale=4.0,
160+
true_cfg_scale=1.0,
161161
generator=torch.Generator(device="cpu").manual_seed(0),
162162
output_type="latent" if args.perf else "pil",
163163
)

0 commit comments

Comments
 (0)