This repository was archived by the owner on Jun 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 3
3
Extension to create animation sequence from denoised intermediate steps
4
4
Registers a script in ** txt2img** and ** img2img** tabs
5
5
6
- Creating animation has minimum impact on overal performance as it does not require separate runs
6
+ Creating animation has minimum impact on overall performance as it does not require separate runs
7
7
except adding overhead of saving each intermediate step as image plus few seconds to actually create movie file
8
8
9
9
Supports ** color** and ** motion** interpolation to achieve animation of desired duration from any number of interim steps
10
10
Resulting movie fiels are typically very small (* ~ 1MB being average* ) due to optimized codec settings
11
11
12
12
![ screenshot] ( steps-animation.jpg )
13
13
14
- ### Examples
14
+ ### Example
15
15
16
16
https://user-images.githubusercontent.com/57876960/212490617-f0444799-50e5-485e-bc5d-9c24a9146d38.mp4
17
17
18
- https://user-images.githubusercontent.com/57876960/212487892-b8826f8e-9fc0-4e08-8f4b-16507b1d2cde.mp4
19
-
20
18
### Notes
21
19
22
20
- ` ffmpeg ` must be installed present in system path
You can’t perform that action at this time.
0 commit comments