-
Notifications
You must be signed in to change notification settings - Fork 64
Parameters
Main parameters for generating frames of video.
You can use prompts to guide the generation process for each outpaint step. For example,
| outpaint step | prompt |
|---|---|
| 0 | Jungle with lush green trees and clear blue sky |
| 3 | Jungle with tall brown trees and orange sunset sky |
| 5 | Jungle with sparse trees and dark stormy sky |
| 10 | Jungle with yellow autumn trees and purple twilight sky |
assuming Total Outpaint Steps = 14
Outpaint step of 0 to 3 uses "Jungle with lush green trees and clear blue sky"
Outpaint step of 3 to 5 uses "Jungle with tall brown trees and orange sunset sky"
Outpaint step of 5 to 10 uses "Jungle with sparse trees and dark stormy sky "
Outpaint step of 10 to 14 uses "Jungle with yellow autumn trees and purple twilight sky"
-
Total Outpaint Stepsrefers to the number of outpaint steps the program will generate. Each outpaint step creates a new image in the empty space created by reducing the size of the initial image in the center of the canvas. -
The higher the value of
Total Outpaint Steps, the more outpainting steps will be generated, resulting in a longer video. However, generating more outpaint steps also requires more processing time and resources.