Skip to content

Commit 711446c

Browse files
committed
Commented out for NVBug people to debug
1 parent c7f8b12 commit 711446c

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
@@ -62,9 +62,9 @@ def compile_model(
6262
torch_dtype=torch.float16,
6363
).to(torch.float16)
6464

65-
pipe.transformer = FluxTransformer2DModel(
66-
num_layers=23, num_single_layers=10, guidance_embeds=True
67-
).to(torch.float16)
65+
# pipe.transformer = FluxTransformer2DModel(
66+
# num_layers=28, num_single_layers=12, guidance_embeds=True
67+
# ).to(torch.float16)
6868

6969
if args.low_vram_mode:
7070
pipe.enable_model_cpu_offload()

0 commit comments

Comments
 (0)