You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Other generation parameters can be setin ltx_video.yml file.
175
187
## Flux
176
188
177
189
First make sure you have permissions to access the Flux repos in Huggingface.
@@ -205,7 +217,6 @@ To generate images, run the following command:
205
217
```bash
206
218
python src/maxdiffusion/generate_flux.py src/maxdiffusion/configs/base_flux_schnell.yml jax_cache_dir=/tmp/cache_dir run_name=flux_test output_dir=/tmp/ prompt="photograph of an electronics chip in the shape of a race car with trillium written on its side" per_device_batch_size=1 ici_data_parallelism=1 ici_fsdp_parallelism=-1 offload_encoders=False
207
219
```
208
-
209
220
## Fused Attention for GPU:
210
221
Fused Attention for GPU is supported via TransformerEngine. Installation instructions:
211
222
@@ -322,3 +333,5 @@ This script will automatically format your code with `pyink` and help you identi
322
333
323
334
324
335
The full suite of -end-to end tests is in `tests` and `src/maxdiffusion/tests`. We run them with a nightly cadance.
0 commit comments