Spaces:
Running
Running
Update config/examples/modal/modal_train_lora_flux_24gb.yaml
Browse files
config/examples/modal/modal_train_lora_flux_24gb.yaml
CHANGED
@@ -66,7 +66,7 @@ config:
|
|
66 |
name_or_path: "black-forest-labs/FLUX.1-dev"
|
67 |
is_flux: true
|
68 |
quantize: true # run 8bit mixed precision
|
69 |
-
|
70 |
sample:
|
71 |
sampler: "flowmatch" # must match train.noise_scheduler
|
72 |
sample_every: 250 # sample every this many steps
|
|
|
66 |
name_or_path: "black-forest-labs/FLUX.1-dev"
|
67 |
is_flux: true
|
68 |
quantize: true # run 8bit mixed precision
|
69 |
+
low_vram: true # uncomment this if the GPU is connected to your monitors. It will use less vram to quantize, but is slower.
|
70 |
sample:
|
71 |
sampler: "flowmatch" # must match train.noise_scheduler
|
72 |
sample_every: 250 # sample every this many steps
|