Skip to content

Commit d1ddc5e

Browse files
dhaivat1729sayakpaul
authored andcommitted
Add details about 1-stage implementation in I2VGen-XL docs (#8282)
* Add details about 1-stage implementation * Add details about 1-stage implementation
1 parent d8d7a0e commit d1ddc5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/en/api/pipelines/i2vgenxl.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Sample output with I2VGenXL:
4747
* Unlike SVD, it additionally accepts text prompts as inputs.
4848
* It can generate higher resolution videos.
4949
* 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.
5051

5152
## I2VGenXLPipeline
5253
[[autodoc]] I2VGenXLPipeline

0 commit comments

Comments
 (0)