Skip to content

Commit 4d40c91

Browse files
authored
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 0ab63ff commit 4d40c91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
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)