Skip to content

Commit f147421

Browse files
committed
Commented out for NVBug people to debug
1 parent 0523054 commit f147421

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/apps/flux_demo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ def compile_model(
4444
torch_dtype=torch.float16,
4545
).to(torch.float16)
4646

47-
pipe.transformer = FluxTransformer2DModel(
48-
num_layers=23, num_single_layers=10, guidance_embeds=True
49-
).to(torch.float16)
47+
# pipe.transformer = FluxTransformer2DModel(
48+
# num_layers=28, num_single_layers=12, guidance_embeds=True
49+
# ).to(torch.float16)
5050

5151
if args.low_vram_mode:
5252
pipe.enable_model_cpu_offload()

0 commit comments

Comments
 (0)