Commit Graph

11 Commits (automatic1111-webui)

Author SHA1 Message Date
kabachuha 5f075c810a add License notices 2023-08-12 09:46:20 +03:00
rewbs 517a14e817 Add broader set of tests and API improvements, including job cancellation 2023-08-01 14:10:28 +10:00
rewbs c01e57d926 Initial test framework 2023-07-31 13:24:26 +10:00
reallybigname e0a4337d8b Added Optical flow redo generation
Option works in 2D/3D mode
Does a disposable generation before the actual generation to get the flow between previous image and the generation.  Then, it discards that generation and warps the init_sample based on the captured flow before the actual generation happens.
- Takes twice as long (obviously)
- It can introduce smoothing, especially over time, but also adds a type of artistic consistency between frames.
- can be mixed and matched with any other modes, optical flow cadence, video, etc...
2023-03-16 01:39:41 -07:00
reallybigname 0c8b8e0aff added optical flow cadence
optional checkbox to include optical flow in normal cadence

-starts by getting flow between turbo_prev_image and turbo_next_image.
- after getting the flow, it warps the turbo_next_image with negative flow to match prev
- then, normal image warping during cadence happens
- then it warps the flow field to match the animation, first converting it to relative for warp, then back to absolute flow
- I calculate the flow division for each tween value and divide that by two.
- it then applies that tweened flow to the prev and next image
2023-03-09 08:25:56 -08:00
hithereai d720e8d4a3 Update .gitignore 2023-02-28 02:49:05 +02:00
hithereai 6a24b5c835 Update .gitignore 2023-02-26 22:17:34 +02:00
hithereai 4b11f29fe1
revert stupid change to .gitignore 2023-01-14 23:37:35 +02:00
hithereai 5eb2ecb970 Update .gitignore 2023-01-14 16:53:55 +02:00
aredden 41e9eefa6a Add sampler_fn for K samplers 2022-08-23 15:37:14 -04:00
aredden 7fa6047ba3 Adding save_samples function in helpers directory 2022-08-23 13:10:46 -04:00