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
* Dreambooth training support for Stable Diffusion 1.x,2.x.
51
53
* LTX-Video text2vid, img2vid (inference).
54
+
* LTX-2 Video text2vid (inference).
52
55
* Wan2.1 text2vid (training and inference).
53
56
* Wan2.2 text2vid (inference).
54
57
@@ -73,6 +76,7 @@ MaxDiffusion supports
73
76
-[Inference](#inference)
74
77
-[Wan](#wan-models)
75
78
-[LTX-Video](#ltx-video)
79
+
-[LTX-2 Video](#ltx-2-video)
76
80
-[Flux](#flux)
77
81
-[Fused Attention for GPU](#fused-attention-for-gpu)
78
82
-[SDXL](#stable-diffusion-xl)
@@ -497,6 +501,33 @@ To generate images, run the following command:
497
501
498
502
Add conditioning image path as conditioning_media_paths in the form of ["IMAGE_PATH"] along with other generation parameters in the ltx_video.yml file. Then follow same instruction as above.
499
503
504
+
## LTX-2 Video
505
+
506
+
Although not required, attaching an external disk is recommended as weights take up a lot of disk space. [Follow these instructions if you would like to attach an external disk](https://cloud.google.com/tpu/docs/attach-durable-block-storage).
Although not required, attaching an external disk is recommended as weights take up a lot of disk space. [Follow these instructions if you would like to attach an external disk](https://cloud.google.com/tpu/docs/attach-durable-block-storage).
0 commit comments