Commit Graph

41 Commits (be578b4123d7747dff2cbf076fddb96acf2fc46b)

Author SHA1 Message Date
andyxr cadb7808a9 Added option to delete all inputframes
In Output tab, users can now choose to not only delete frames, but delete all inputframes, including those created by ControlNet
2023-07-08 11:33:36 +01:00
rewbs f1a6c9c017 Allow frame interpolation to use the upscaled images, if available (so you can do generate -> upscale -> interpolate in one go) 2023-05-24 15:41:43 +10:00
hithereai 9b295172d8 p 2023-05-21 13:47:41 +03:00
hithereai bfd23daa45 progress 2023-05-20 17:15:28 +03:00
kabachuha 47f7140c4d Revert "add license notices"
This reverts commit 37504733b4.
2023-05-20 11:46:21 +03:00
kabachuha 4b07029029 Revert "change contact notices the discord server"
This reverts commit dc0031e1ac.
2023-05-20 11:46:16 +03:00
kabachuha dc0031e1ac change contact notices the discord server 2023-05-20 01:26:40 +03:00
kabachuha 37504733b4 add license notices 2023-05-20 01:21:16 +03:00
hithereai 744b07ae9f Update gradio_funcs.py 2023-05-19 19:53:38 +03:00
hithereai 1acd632f48 del unused n_batch internal param 2023-05-17 14:57:12 +03:00
hithereai f783821d8a C1 2023-05-17 14:39:16 +03:00
hithereai 1dfab22195 auto hide/show ddim and ancestral schedule related params in ui 2023-05-08 22:23:52 +03:00
hithereai 38de62d646 shorten func 2023-05-07 13:27:53 +03:00
hithereai 4b6106b357 fix pers_flip shown in ui if enabled before switching to interp or vid input mode 2023-05-07 13:26:10 +03:00
hithereai d82724452f move depth warp to its own tab, change persp_flip from accord to no accord 2023-05-07 02:43:50 +03:00
hithereai a1de5338bb add dynamic msg to gradio ui about leres license 2023-05-03 19:11:11 +03:00
hithereai 692aac9ee6 auto-hide midas/zoe weight param when not in legacy 3d mode(l) 2023-05-03 15:58:46 +03:00
hithereai 31aacf342d don't error when fps field is getting set to '' (nothing) 2023-04-29 19:55:27 +03:00
hithereai 98b5319008 auto-hide optical flow cadence stuff if cadence = 1 2023-04-18 00:57:36 +03:00
hithereai 0b308c610f add option to use old aspect ratio formula 2023-04-07 18:04:08 +03:00
hithereai 51f3ca1524 Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/529 2023-04-07 07:51:20 +03:00
hithereai ab727f81c5 cleaning 2023-04-07 03:30:23 +03:00
hithereai 196372804c tiny ui updates 2023-04-07 03:23:08 +03:00
hithereai 283690dc00 deduplicate gradio code 2023-04-06 06:57:19 +03:00
hithereai 52576bdd36 more ui updates 2023-04-05 23:44:40 +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 0058c04c63 organize 2023-03-31 16:45:31 +03:00
hithereai a20d46fb8d auto hide and set to 1 if seed isn't set to random/-1 2023-03-24 22:29:41 +03:00
reallybigname df3071c3b4 Added color_coherence 'Image'
You can now color match against an image!
- the one caveat is that normal color matching is done with the prev_img. There is no prev_img for the 1st frame, so I had to force the color match on the output rather than the input. It makes the first frame look sharpened at times, since the histogram is forced on it.

I also fixed video color coherence
- I realized that it was never color matching on the first frame for video. You usually just wouldn't notice, since you're using the video.
- I also realized it was one frame off, fixed.
2023-03-14 14:39:44 -07:00
hithereai ac893c3420 order and clean 2023-02-28 01:50:39 +02:00
hithereai 2fe0bdee47 cleaning and new box for uploading pics 2023-02-25 17:49:56 +02:00
hithereai f9c8850b8a order/ clean 2023-02-17 05:15:16 +02:00
hithereai 97594bd883 order and cleaning 2023-02-17 04:28:06 +02:00
hithereai 44318a3fd3 finish hybrid contextual UI 2023-02-17 04:04:09 +02:00
hithereai 368149bc3e updates 2023-02-14 19:37:43 +02:00
hithereai 196649fb54 progress and cleaning 2023-02-13 03:07:19 +02:00
hithereai 6784cc3765 comment out gif related gradio func
will remove when PILgif is completely removed from the entire code base
2023-02-11 01:24:16 +02:00
hithereai e4075ddf60 more cleaning 2023-02-09 19:57:22 +02:00
hithereai 950b86f1b8 cleaning up 2023-02-09 19:37:24 +02:00
hithereai 1a6e4b409f TABS 2023-02-08 22:31:35 +02:00
hithereai 3ba89a2cb0 keep gradio visibility UI related funcs in dedicated file 2023-02-07 18:59:28 +02:00