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
Copy file name to clipboardExpand all lines: docs/source/en/api/pipelines/i2vgenxl.md
+1
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ Sample output with I2VGenXL:
47
47
* Unlike SVD, it additionally accepts text prompts as inputs.
48
48
* It can generate higher resolution videos.
49
49
* When using the [`DDIMScheduler`] (which is default for this pipeline), less than 50 steps for inference leads to bad results.
50
+
* This implementation is 1-stage variant of I2VGenXL. The main figure in the [I2VGen-XL](https://arxiv.org/abs/2311.04145) paper shows a 2-stage variant, however, 1-stage variant works well. See [this discussion](https://github.com/huggingface/diffusers/discussions/7952) for more details.
0 commit comments