Commit Graph

61 Commits (c73dcf58daf2d19e592e2d083ccf71a6fc8a7683)

Author SHA1 Message Date
hithereai 8979a47ee1 del unused save_settings param
we never let the users the option to not save a .txt file, and will never do as it's prune to many support issues and crying
2023-05-17 14:50:13 +03:00
kabachuha 75eb62897c add switch to deprecated grayish colormatch 2023-05-15 01:22:16 +03:00
hithereai 149b9bb8f9 remove path_name_modifier and render_steps params from code 2023-05-06 23:34:02 +03:00
hithereai 6d7bdea73d delete save_samples function and param from code 2023-05-06 23:27:44 +03:00
kabachuha 1e56e50c83 add NOT RECOMMENDED hint to fixed seed setting 2023-05-01 17:53:00 +03:00
reallybigname 69990993fe Hybrid Image, new flow factor schedules, optical flow guidance
new option to use init image as hybrid video
- you can use all normal compositing stuff with that mode.
- you can't use optical flow, because it's not a video - but - if there are already video frames in the directory, well - you should be able to still use flow and ransac modes, although I haven't tested that

changed Optical flow redo to a selection of optical flow type with None as default
- added Redo flow factor schedule
- made optical flow redo look nicer by warping the same image that it is using to compare to prev_img, then it goes in for final generation
changed Optical flow cadence to a selection of optical flow type with None as default
- added cadence flow factor schedule

Added flow guidance from last flow
- no UI change - it just works by default with hybrid motion optical flow types. It just uses the last flow as guidance, so it's a minor difference, but a little better temporal coherence on flow

changed hybrid composite to a selection with None as default
- now can set hybrid compositing to Normal (After Motion), Before Motion, or After Generation!
2023-04-05 11:01:54 -07:00
hithereai 26b081c548 more info and fixed hints 2023-04-05 01:46:40 +03:00
hithereai df7d60d874 Working, can add more infos for sure in a later date 2023-03-31 16:43:03 +03:00
reallybigname ba9b00d67d
Merge branch 'deforum-art:automatic1111-webui' into automatic1111-webui 2023-03-20 12:10:56 -07:00
reallybigname ba10680e1b Added all hybrid composite hints 2023-03-20 00:53:23 -07:00
hithereai 907945b1cd update hints 2023-03-19 21:28:30 +02:00
reallybigname c6b8779d4a Added optical flow cadence method selection
- Uses the same variable, optical_flow_cadence but now uses "None" for disabled and has the three optical flow methods.
- Improved reporting of cadence frames to include optical flow cadence type if one is selected
2023-03-18 19:52:51 -07:00
reallybigname 0c1440b80b Added Diffusion Redo feature
Added slider for diffusion redo.
 - llterally does a diffusion multiple extra times, feeding it back into itself. It is suggested to turn steps down if you turn redo up.
- while redoing, seed is randomized and restored
- fixed Optical Flow Redo so that it also randomizes and restores the seed, making it less muddy.
2023-03-17 08:48:55 -07: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
hithereai f56348bac4 add deprecation vals, cut names from match frame 0 to just rgb/lab etc 2023-03-15 00:54:22 +02:00
reallybigname a3ed3a2a5b Disabled optical flow cadence in 2D mode
I'll have to do some more work to track down a method to warp the flow properly in 2D mode. For now, optical flow cadence is a 3D only thing.

Made it say Optical flow cadence (3D only)
Made it hidden by default
Made it show when you switch to 3D mode
Made it not do the routines on the back end if not in 3D mode
2023-03-12 15:44:48 -07:00
hithereai 7d764fd10b Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/443 2023-03-09 23:26:55 +02: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 3626227291 fix hint 2023-03-09 02:22:51 +02:00
hithereai 2aa41949f8 add an option to auto-delete imgs after video creation/s 2023-03-09 02:19:28 +02:00
hithereai e2a88f85ba clean 2023-03-07 21:51:55 +02:00
hithereai ecbea7db7c move hint location in file 2023-03-07 21:51:20 +02:00
hithereai d29d975929 ui changes push 1 2023-03-07 21:47:38 +02:00
hithereai f658d0cf4b update hints to reflect name change 2023-03-02 01:26:21 +02:00
kabachuha 51cf6b5250
Merge pull request #405 from reallybigname/automatic1111-webui
Added aspect_ratio schedule/series
2023-03-02 00:40:22 +03:00
reallybigname 5c7808d3ea Added aspect_ratio schedule/series
Added control for 3D depth aspect ratio on a schedule. Now, if you want to recreate the horrible depth aspect ratio stretching deforum used to have, YOU CAN! Or, make it opposite, or make it change, or whatever.
2023-02-28 15:52:05 -08:00
hithereai 58849a67ba change param name and add hints 2023-03-01 01:49:32 +02:00
hithereai ce6eba320b progress 2023-02-20 03:19:58 +02:00
hithereai 93a9f7a4ca Update deforum-hints.js 2023-02-20 02:57:39 +02:00
hithereai d6e4fc164f add missing hints 2023-02-17 05:19:59 +02:00
hithereai ffc86658cc Update deforum-hints.js 2023-02-14 22:45:01 +02:00
hithereai b92e7149d1 Update deforum-hints.js 2023-02-14 22:42:35 +02:00
hithereai 80691842ad Update deforum-hints.js 2023-02-14 22:26:50 +02:00
hithereai e688f4ddcf Update deforum-hints.js 2023-02-13 01:18:27 +02:00
hithereai 8ef586ace7 bet 2023-02-13 01:10:43 +02:00
hithereai 5dea4577fd initial commit 2023-02-10 02:27:08 +02:00
hithereai b26c607cc9 extra ui cleaning + new hints 2023-02-09 23:37:16 +02:00
hithereai 178961b208 update cadence hint to reflect def val of 2 2023-02-08 18:42:03 +02:00
hithereai 7f10dc6b53 updated hints, css and ui (args py) 2023-02-08 18:41:01 +02:00
hithereai 554e4caf98 fix interp mode, remove histogram_matching +
arg from useLooper --> use_looper to make it less confusing
2023-02-03 13:41:45 +02:00
kabachuha c1d8539ea2 Revert "flip_2d_perspective -> enable_perspective_flip renaming (#294)"
This reverts commit 3519de8a7d.
2023-02-02 22:34:37 +03:00
hithereai 3519de8a7d
flip_2d_perspective -> enable_perspective_flip renaming (#294)
+ updated hints and UI
2023-02-02 20:43:37 +02:00
hithereai 8e3c7758ae add hints 2023-02-02 06:10:09 +02:00
hithereai 18380c9a9a updates 2023-01-31 19:43:38 +02:00
hithereai 5fd7b1eba1 *much* smaller rife accord 2023-01-29 11:47:56 +02:00
hithereai 659f7d34ec vid init path hint - can use URL too 2023-01-28 21:39:38 +02:00
hithereai 1714db676b fix soundtrack_path hint missing / 2023-01-28 20:54:08 +02:00
hithereai bf6147e31d update hints - audio can be a URL 2023-01-28 20:47:12 +02:00
Matisse 41ef1cb6d8 adding tooltips for loop args 2023-01-27 23:07:12 -08:00
hithereai 8ae5cc0c3f Final fixes + option to keep interp frames 2023-01-24 12:04:13 +02:00