UI ImageInput - Zuntan03/EasyWan22 GitHub Wiki
StartImage
- Loads the starting image for the video.
SwapStartEnd
- Swaps the start and end images.
- If you swap without specifying an end image, it generates a video that goes back in time from the start image.
EndImage
- Enable
UseEndImage to load the ending image for the video.
- In the current
FastMix, this is a heavier process to ensure quality.
LoadImageFrom
- Enable
LoadImageFromFolderPath to load images from a folder instead of StartImage.
- Specify the folder path to load images with
LoadImageFolderPath.
- Absolute paths are supported. Using
/ as a separator is recommended for stability.
- Set
FileIndex to randomize to load images randomly from the folder.
- Set
FileIndex to 0 and increment to load images sequentially from the beginning of the folder.
FAQ
How to generate a video that goes back in time
- Set
StartImage and enable SwapStartEnd for generation.