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 0523054 commit f147421Copy full SHA for f147421
examples/apps/flux_demo.py
@@ -44,9 +44,9 @@ def compile_model(
44
torch_dtype=torch.float16,
45
).to(torch.float16)
46
47
- pipe.transformer = FluxTransformer2DModel(
48
- num_layers=23, num_single_layers=10, guidance_embeds=True
49
- ).to(torch.float16)
+ # pipe.transformer = FluxTransformer2DModel(
+ # num_layers=28, num_single_layers=12, guidance_embeds=True
+ # ).to(torch.float16)
50
51
if args.low_vram_mode:
52
pipe.enable_model_cpu_offload()
0 commit comments