We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ba5c1 commit bab4d17Copy full SHA for bab4d17
1 file changed
README.md
@@ -53,7 +53,6 @@ MaxDiffusion supports
53
- [Training](#training)
54
- [Dreambooth](#dreambooth)
55
- [Inference](#inference)
56
- - [Wan 2.1](#wan)
57
- [Flux](#flux)
58
- [Fused Attention for GPU:](#fused-attention-for-gpu)
59
- [Hyper SDXL LoRA](#hyper-sdxl-lora)
@@ -172,12 +171,6 @@ To generate images, run the following command:
172
171
```bash
173
python -m src.maxdiffusion.generate src/maxdiffusion/configs/base21.yml run_name="my_run"
174
```
175
-
176
- ## Wan
177
178
- ```bash
179
- python src/maxdiffusion/generate_wan.py src/maxdiffusion/configs/base_wan_t2v.yml run_name="wan-test" output_dir="gs://jfacevedo-maxdiffusion" jax_cache_dir="/tmp/"
180
- ```
181
182
## Flux
183
0 commit comments