Commit Graph

228 Commits (2df3e15a1321a48b756e228c4f41e1b75e39d910)

Author SHA1 Message Date
hithereai 18380c9a9a updates 2023-01-31 19:43:38 +02:00
hithereai af0db9d022 cleanups v0.0001 2023-01-31 02:03:00 +02:00
hithereai 69e3dabac0 mucho comments and todo 2023-01-31 01:58:26 +02:00
hithereai 8665a3d725 move functions outside of gr. blocks 2023-01-31 01:51:59 +02:00
hithereai 08b5753ab9 c 2023-01-31 01:46:47 +02:00
hithereai 076b7444ac pro-gress 2023-01-31 00:34:43 +02:00
hithereai ac963c0a78 more progress 2023-01-31 00:14:08 +02:00
hithereai d794da0579 more progress 2023-01-30 21:21:47 +02:00
hithereai a2303f9bd1 typo 2023-01-30 20:01:58 +02:00
hithereai 3ff0e229f7 buttons show input fps a f_count in UI 2023-01-30 20:01:42 +02:00
hithereai 88c77b7401 progress 2023-01-30 18:18:11 +02:00
hithereai 1f66d7becb make it easy to test (revert when ready) 2023-01-30 17:14:24 +02:00
hithereai d0d7a483a1 replace old vid2frames import in args.py 2023-01-30 16:28:49 +02:00
hithereai 4b332cacc0 progress 2023-01-30 15:07:14 +02:00
hithereai 20918f247b todo comment 2023-01-30 14:40:04 +02:00
hithereai 194ceaecc1 get access to root params 2023-01-30 14:38:21 +02:00
hithereai 632fc37056 get input vid to interp fps 2023-01-30 12:27:55 +02:00
reallybigname c6168cf4a7 Hybrid Video Update 2
This update fixes remap's border behavior when applying optical flow.
  - I extended the function so it extends borders and recrops.
  - obeys wrap/replicate setting, except that wrap is replaced with reflect101

Removed optical flow options that don't work unless you run contrib version of opencv (SF and DenseRLOF)
  - functions remain for possible future use if I can figure out how to run both opencv's.

Added 'DIS Medium' optical flow, which a dense flow, similar to the two types that we can't run.

Added checkbox control for hybrid_motion_use_prev_img
  - makes all motion, whether ransac or flow, compare against previous rendered frame rather than previous video frame

Added color_coherence_force_grayscale
  - forces grayscale before and after generation, so that color coherence mode can still be used (like color matching against video), but the image will be forced to grayscale. (NOTE: actual image file is still RGB)
2023-01-29 17:15:15 -08:00
Matisse 1e7c9cdcef add positive and negative prompts to all prompts 2023-01-29 15:59:07 -08:00
hithereai c744149706 Update args.py 2023-01-30 01:17:29 +02:00
hithereai c5599bc939 proper vid upload box! 2023-01-30 01:15:16 +02:00
hithereai 29011e747e add initial 'upload mp4' button 2023-01-29 21:47:58 +02:00
hithereai 14b92b4a7e add "interpolate existing imgs/vids sub-accord
with a sample button
2023-01-29 21:36:41 +02:00
hithereai 70357d1412 revert hybrid accord to old style
so it looks like the rest of the tabs. Will push a fix for the tab order in the near future too
2023-01-29 20:14:16 +02:00
hithereai 1e54ca4b04 combine save_in_ram and skip_video to one line 2023-01-29 20:03:19 +02:00
hithereai a1debfea6b shorter guided imgs tab + remove old commented linese 2023-01-29 19:58:04 +02:00
hithereai 5fd7b1eba1 *much* smaller rife accord 2023-01-29 11:47:56 +02:00
hithereai b96bdaa2b0 remove comment 2023-01-29 02:06:39 +02:00
hithereai 9ef21cca19 shorter rife accordion 2023-01-29 02:05:49 +02:00
hithereai ecd3920b24
remove unnecessary rife text from ui
it will fallback to save+keep the frames automatically if ffmpeg couldn't run properly. 
a clear message explaining what's going on is showed to the user as well.
(the logic for all of the above is already implemented and in place)
2023-01-29 01:59:12 +02:00
kabachuha 710b8cb72b
Merge pull request #265 from deforum-art/seed_sch_change_default_val
match default seed_sch to frame_insertion's example
2023-01-29 02:19:54 +03:00
hithereai eb9e6554cf
fix duplicate perlin text 2023-01-29 01:08:18 +02:00
hithereai a3bf9d1e12
match default seed_sch to frame_insertion example 2023-01-29 01:05:08 +02:00
hithereai 6675451e13 same init img, shorter url 2023-01-28 21:23:34 +02:00
hithereai a1bb2baae8 same mask, shorter url 2023-01-28 21:07:04 +02:00
hithereai d1ae1775fc royalti-free legal music in soundtrack_path 2023-01-28 20:46:12 +02:00
hithereai b51bcfdcea better-looking video output tab 2023-01-28 20:43:10 +02:00
hithereai 89fbd2f48a move reroll down the accordion 2023-01-28 19:48:12 +02:00
hithereai f4fa70a623 change sampler to euler_a
KLMS is a very bad sampler for deforum, esp with low step count, and 20-25 is a low step count
2023-01-28 19:35:45 +02:00
hithereai 1873f11840 change steps 21 -> 25 2023-01-28 19:35:11 +02:00
hithereai f3ba5fcdcc move 'Run from Settings file' accord down 2023-01-28 19:33:45 +02:00
hithereai e89db9e3c1 move 'Run from Settings file' down 2023-01-28 19:33:16 +02:00
hithereai d990941238 move anti-blur up 2023-01-28 19:32:01 +02:00
hithereai 714fc11bcb remove batch_settings accordion
+ move batch_name to main accordion
+ hide filename_format as it's doing nothing as of 28-1-23
2023-01-28 19:28:19 +02:00
hithereai 81b75f7eb8 better sub-accordion name 2023-01-28 19:20:39 +02:00
hithereai 6a9c099cbe move ddimeta and tiling to "More options"
also revert compact as it looks better like this with the minimum amount of elements we have
2023-01-28 19:19:11 +02:00
hithereai bf58365440 move seed_extras to the bottom of accordion 2023-01-28 19:15:40 +02:00
hithereai 9f432e6e88 better insert_frame text, order and errors 2023-01-28 19:13:29 +02:00
hithereai bab42b541f halved-length URLs for insert_img example 2023-01-28 19:05:33 +02:00
kabachuha 7e3213d40a add notes about json and links to validators 2023-01-28 18:22:23 +03:00
kabachuha 50f3443e8c open RIFE since nothing is below atm 2023-01-28 18:14:35 +03:00
kabachuha c9d4363173 name the version 2.0b
I absolutely think now that all this week PRs are merged, we have a full right to name the extension Deforum 2.0 (beta, at least)
2023-01-28 18:13:27 +03:00
kabachuha 2b477fc0c1 move composable mask to prompts
since they are basically clipseg prompts and that tab is nearly empty anyway
2023-01-28 18:10:37 +03:00
kabachuha 03b6624877 open mask, seed and checkpoint schedules
they are opened quite often
2023-01-28 18:08:37 +03:00
kabachuha 9e3d0a4054 move steps to sampler to reflect webui's tab 2023-01-28 18:06:00 +03:00
kabachuha cf0c3cdc0f hide seed extras under accordion 2023-01-28 18:02:41 +03:00
kabachuha 044d6c4f43 move parseq to init tab 2023-01-28 18:02:23 +03:00
kabachuha a3764d7fd1 move seed_behavior to schedules 2023-01-28 17:58:46 +03:00
kabachuha eecfb05a0f put manual video settings under accordeon 2023-01-28 17:55:09 +03:00
kabachuha 1fc342f2db add FizzleDorf's guide to links 2023-01-28 17:52:35 +03:00
kabachuha 62b12f24e9 note about enabling composable masks 2023-01-28 17:48:39 +03:00
kabachuha bb5a67d591 close 3d depth and fov sections 2023-01-28 17:47:07 +03:00
kabachuha 3a2913f6ae move guided images higher 2023-01-28 17:45:31 +03:00
kabachuha ba4517088f move noise schedule unver noise settings 2023-01-28 17:43:11 +03:00
hithereai 14bb7f2bd4 compacting run even more 2023-01-28 16:05:37 +02:00
hithereai 6f69254a7e more compact 'run' tab + removal of more hrfix params 2023-01-28 16:02:57 +02:00
hithereai d65adb0aed better composable mask text format 2023-01-28 14:44:01 +02:00
hithereai f5797eb738 Merge remote-tracking branch 'upstream/automatic1111-webui' into better_ui_and_cleanups 2023-01-28 14:34:24 +02:00
hithereai b3dcba62df Merge remote-tracking branch 'upstream/automatic1111-webui' into better_ui_and_cleanups 2023-01-28 14:13:41 +02:00
hithereai 6184788725 rename frame interpolation text 2023-01-28 14:03:32 +02:00
hithereai 8eb949cd86 fix header text 2023-01-28 13:55:45 +02:00
hithereai 129f8d7773 remove redundant line from ui 2023-01-28 13:54:19 +02:00
kabachuha 3eb9b81f44 Merge branch 'automatic1111-webui' into masking-overhaul 2023-01-28 14:53:22 +03:00
kabachuha 3ae0103246 Merge branch 'automatic1111-webui' into masking-overhaul 2023-01-28 14:53:03 +03:00
kabachuha 7b0888de55
better args order 2023-01-28 14:48:55 +03:00
hithereai 714fbb5efd fix subseed text 2023-01-28 13:48:35 +02:00
hithereai 2de462b919 hide save_samples and display_samples
doesn't do anything, not sure if to keep or not
2023-01-28 13:48:18 +02:00
hithereai 1055082a36 remove override_these_with_webui 2023-01-28 13:44:50 +02:00
hithereai 6346dae8a8 move steps up 2023-01-28 13:42:21 +02:00
hithereai f3bdad2d58 rename enable extras text 2023-01-28 13:40:00 +02:00
hithereai 70518c5633 remove never-worked grids 2023-01-28 13:39:14 +02:00
hithereai a1a4fbc976 move tiling down 2023-01-28 13:35:48 +02:00
hithereai 0e0d4593b7 remove restore_faces
never worked
2023-01-28 13:33:50 +02:00
hithereai dd59464f9b remove highrezfix 2023-01-28 13:31:57 +02:00
hithereai 6e559058f2 fix text 2023-01-28 12:20:07 +02:00
hithereai 2709aa28cd less bottom margin before video preview 2023-01-28 12:01:27 +02:00
hithereai af6bf6810d more cleaning and fixing paths 2023-01-28 11:59:32 +02:00
hithereai 3c56718bb8 fov to 70 and better seed_sch text 2023-01-28 11:19:13 +02:00
hithereai 368e9bbf13 fix broken hybrid info tab 2023-01-28 11:10:58 +02:00
hithereai 4a698c6dd6 more removing 2023-01-28 10:42:20 +02:00
hithereai e086917cad remove html_trash done 2023-01-28 10:37:16 +02:00
hithereai f17b233570 Progresss 2023-01-28 10:24:43 +02:00
Matisse f90e6f1cbf reordered args 2023-01-28 00:21:33 -08:00
Matisse 2609dc8121 making description more readable 2023-01-27 23:49:20 -08:00
hithereai eb5ce51ea5 v1 2023-01-28 03:03:57 +02:00
Matisse f76b1c1343 adding more details to variables 2023-01-27 15:01:59 -08:00
Matisse 79c5307ba2 reverting readme putting into guided image 2023-01-27 14:38:27 -08:00
Matisse 93f840a654 Merge remote-tracking branch 'upstream/automatic1111-webui' into frame-insertion 2023-01-27 14:00:52 -08:00
kabachuha 4b4c465cc6 update html counter 2023-01-28 00:46:04 +03:00
kabachuha 34c9d5a787 Merge branch 'automatic1111-webui' into masking-overhaul 2023-01-28 00:42:27 +03:00