Commit Graph

729 Commits (5efb3d8efb25c5d00a1a75db0d25d42fe64304fa)

Author SHA1 Message Date
hithereai 1bfb46b47e p 2023-04-01 01:18:04 +03:00
hithereai 714e479be2 interpolation fixes and info addition p1 2023-03-31 19:14:38 +03:00
hithereai 766280e5d4
show_info_on_ui now True instead of False by default 2023-03-31 18:18:50 +03:00
hithereai 0058c04c63 organize 2023-03-31 16:45:31 +03:00
hithereai df7d60d874 Working, can add more infos for sure in a later date 2023-03-31 16:43:03 +03:00
hithereai f2eefe4856 Merge remote-tracking branch 'upstream/automatic1111-webui' into blank-frames-reroll-fix 2023-03-30 12:06:26 +03:00
hithereai c692821521 fix frame interpolation not working for pics 2023-03-29 03:53:25 +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
hithereai 010bfb2323 final probably 2023-03-24 19:06:50 +03:00
hithereai 8ab8797386 initial working 2023-03-24 18:58:15 +03:00
Joe Toch 92aa568313
fix instruction text to use %09d image file name format
just fixing typo/missed update from https://github.com/deforum-art/deforum-for-automatic1111-webui/pull/427
2023-03-22 16:36:32 -04:00
hithereai 6b75aa59e7
Merge pull request #490 from hithereai/option_for_consistent_settings
Add option to keep settings persistent upon relaunch of webui
2023-03-21 18:39:17 +02:00
rewbs 4d9f3a692c Cosmetic change only: update description of Parseq manifest to clarify that users can control which fields to override 2023-03-21 10:51:44 +11:00
hithereai cb7b5fae71 part 1 (save) - complete 2023-03-20 00:23:27 +02:00
hithereai e6544f0a3d Merge remote-tracking branch 'upstream/automatic1111-webui' into blank-frames-reroll-fix 2023-03-19 22:05:16 +02:00
hithereai 97bf99d763 Merge remote-tracking branch 'upstream/automatic1111-webui' into dynamic_batch-folder_name 2023-03-19 21:22:36 +02:00
kabachuha d866772ad8 wrap generate with vae failure checks 2023-03-19 22:13:49 +03: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
hithereai e14b38e2b0 set default batch name to Deforum_{timestring} 2023-03-17 14:17:56 +02:00
hithereai 413f115554 FINAL 2023-03-17 14:17:00 +02:00
reallybigname e1ddff8747 Hybrid Video Update
- Adds DIS Fine mode, and sets it as the new default
- Optical flow cadence and optical flow redo generation will now use DIS Fine, for pixel accuracy
- Adds flow guidance to hybrid flow. No setting needed, it just happens automatically, assisting the flow calculation by feeding in the last flow.
- Adds flow_factor_schedule for hybrid flow
- reduced some code for bordermode by setting a variable for the cv2 border mode translated from the user setting
2023-03-16 23:32:15 -07:00
hithereai 10d0b79e50 fix prompt handling 2023-03-17 03:23:40 +02:00
hithereai 6b2bd26131 Add dynamic batch/folder name 2023-03-16 23:25:55 +02: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 8cda8dea4f Merge remote-tracking branch 'upstream/automatic1111-webui' into some_fixes_and_tests_14_03 2023-03-15 20:09:00 +02: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 e0b75bee5d
Merge branch 'deforum-art:automatic1111-webui' into automatic1111-webui 2023-03-14 14:40:10 -07: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
kabachuha e3615a9fb8 bump version 2023-03-14 20:13:55 +03:00
hithereai 75e01295bc Merge remote-tracking branch 'upstream/automatic1111-webui' into fix-matisse 2023-03-14 01:02:43 +02:00
kabachuha a1c44ef4c6 drop deprecated v1 upscaling
since it contains dependencies, broken in the latest webui update
2023-03-14 01:20:26 +03:00
kabachuha ff5e7b18ad unhardcode strength-related settings 2023-03-14 00:12:37 +03:00
kabachuha f91ffbc812 use the new preset args for the GI mode 2023-03-14 00:04:19 +03:00
kabachuha 1ce8ff4e92 update GI info 2023-03-13 20:45:47 +03:00
kabachuha 088634c286 set the default init strength to 0.8 2023-03-13 20:32:21 +03:00
kabachuha 4a475cccd2 move CN infotext 2023-03-13 18:28:04 +03:00
hithereai 3de256751a Merge remote-tracking branch 'upstream/automatic1111-webui' into cn-attempt-3 2023-03-13 17:19:27 +02:00
hithereai d8d851dbc5 Merge remote-tracking branch 'upstream/automatic1111-webui' into cn-attempt-3 2023-03-13 01:40:24 +02:00
hithereai f06c222ba7 Merge remote-tracking branch 'upstream/automatic1111-webui' into some_tests_12_03_23 2023-03-13 01:40:08 +02:00
hithereai 67c76fbac4 clean some code 2023-03-13 01:30:16 +02:00
hithereai 150e6a4434 Merge branch 'automatic1111-webui' of https://github.com/reallybigname/deforum-for-automatic1111-webui into pr/452 2023-03-13 01:22:10 +02:00
hithereai 5d31dda542 png to jpg typo fix 2023-03-13 01:18:41 +02:00
hithereai a83626bfe1 guided imgs urls now from official deforum website 2023-03-13 01:16:27 +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 39d1b524a3 anti blur amount from 0.35 to 0.1 2023-03-13 00:30:55 +02:00
hithereai e7022770d8 noise_multiplier_schedule default from 1 to 1.05 2023-03-13 00:30:28 +02:00
hithereai b00d70691d enable_noise_multiplier_scheduling = True from False 2023-03-13 00:11:51 +02:00
hithereai 791cb46e34 clean some more 2023-03-13 00:07:40 +02:00
hithereai 8415fa103a clean 2023-03-13 00:06:48 +02:00
hithereai 3dd0af8b1b clean 2023-03-13 00:05:02 +02:00
hithereai fa06205e73 hide entire content of noise tab when switching to interp anim mode
as it only does txt2img those params are doing abs nothing.
2023-03-13 00:04:01 +02:00
hithereai ac8306c7c0 auto-hide noise_multp_sch when switching to Interp anim mode 2023-03-12 23:58:10 +02:00
hithereai a3b1864d18 move anti blur amount to top of its section 2023-03-12 23:35:57 +02:00
hithereai 368e471dd8 clean code 2023-03-12 23:35:04 +02:00
hithereai 71e38815c6 add noise_multiplier scheduling 2023-03-12 23:29:37 +02:00
hithereai 6cb40bd43e move clip skip sch under cfg tab 2023-03-12 23:00:42 +02:00
kabachuha d8751fb3f2 Merge branch 'automatic1111-webui' into cn-attempt-3 2023-03-12 20:42:05 +03:00
kabachuha eabfd505da check for CN dynamically 2023-03-11 18:43:09 +03:00
kabachuha 12ad8a7866 note to upgrade CN if you downgraded it for Dfm 2023-03-11 17:59:04 +03:00
kabachuha f2092f0695 add note about the fixed steps option 2023-03-11 17:05:08 +03:00
kabachuha 12d04a68c0 return cn's ui 2023-03-11 15:34:41 +03:00
kabachuha d7c9c24eb0
Merge pull request #453 from hithereai/cn_api_based_v1
CN attempt 3 — temp branch
2023-03-11 13:57:19 +03:00
hithereai 8ca4daa913 Merge remote-tracking branch 'upstream/automatic1111-webui' into main-mask 2023-03-11 01:10:58 +02:00
hithereai a863a85699 1 2023-03-11 00:37:30 +02:00
hithereai 11a8797f92 new video init vid and related video mask 2023-03-11 00:01:28 +02:00
hithereai adde273e67 urls now on official deforum website 2023-03-10 23:42:09 +02:00
hithereai 8e0d45cd5a gr.Tab to gr.Tabs with gr.TabItem(s) 2023-03-10 19:51:49 +02:00
hithereai a81296d64c more compact vertical ui in keyframes tab 2023-03-10 19:37:58 +02:00
hithereai 6b28bfc65b Merge remote-tracking branch 'upstream/automatic1111-webui' into main-mask 2023-03-10 19:07:54 +02:00
hithereai 92827a64be move optical cadence to Coherence tab 2023-03-10 11:37:53 +02:00
hithereai cb934b4a07 clean code 2023-03-09 23:42:30 +02:00
hithereai 7d764fd10b Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/443 2023-03-09 23:26:55 +02:00
reallybigname db003c5c97 Merge branch 'automatic1111-webui' of https://github.com/reallybigname/deforum-for-automatic1111-webui into automatic1111-webui 2023-03-09 08:26:22 -08: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
kabachuha d209157ad7 use only one mask preset
fixes "There is a bug where it is checking the mask_file path for no good reason, when it should only be using video masks" in #386
2023-03-09 13:11:54 +03:00
hithereai 5342e83dea Merge remote-tracking branch 'upstream/automatic1111-webui' into option_to_auto_delete_imgs 2023-03-09 02:20:21 +02:00
hithereai 2aa41949f8 add an option to auto-delete imgs after video creation/s 2023-03-09 02:19:28 +02:00
kabachuha c04a714401
Merge pull request #437 from hithereai/add_extension_github_version_to_cli_and_gui
Add deforum github commit version/ID to ui and cli
2023-03-09 00:21:05 +03:00
hithereai 2491e1d58d total backend rename skip vid for run all -> skip vid creation 2023-03-08 23:07:49 +02:00
hithereai 4946e0b585 rename in UI (only) skip video for run all -> skip video creation 2023-03-08 23:03:34 +02:00
hithereai 4948b76c65 add del_imgs butt to ui, initial 2023-03-08 23:02:41 +02:00
hithereai 61975f68ac add saving of pos and neg prompts to anim_run sett file 2023-03-08 22:45:33 +02:00
hithereai 3d7cb423da add deforum github commit version to ui and cli 2023-03-07 23:18:04 +02:00
hithereai 2df62d8f3e final fixes and cleaning 2023-03-07 19:15:01 +02:00
hithereai 0f862805a6 hide upscale v1 from ui (it's not working)
might not come back
2023-03-06 23:31:20 +02:00
hithereai 6e255f97c8 align img filenames to be of length 09.extension 2023-03-05 22:30:22 +02:00
hithereai b5dc688d01 make gr.number instead of sliders 2023-03-04 00:06:57 +02:00
hithereai f54794e769 return mask_contrast_adjust and mask_brightness_adjust to UI 2023-03-03 23:48:39 +02:00
hithereai 1c81c5235e all gr.Row() to gr.Row(variant='compact') 2023-03-03 20:48:02 +02:00
hithereai 1fe0dc5470 CLEAN 2023-03-02 22:52:04 +02:00
hithereai 39a07359c7 clean 2023-03-02 22:43:55 +02:00
hithereai d3e9e336ea CLEAN 2023-03-02 22:40:25 +02:00
hithereai 9d71f25f51 more cleaning 2023-03-02 22:35:09 +02:00
hithereai d1982f4e72 more cleaning 2023-03-02 22:32:47 +02:00
hithereai 69dceb10b9 remove @param from old vanilla notebook 2023-03-02 22:29:18 +02:00
hithereai 12bef7ce26 remove stupid old OS check 2023-03-02 22:13:36 +02:00
hithereai 96a055f7b0 Merge remote-tracking branch 'upstream/automatic1111-webui' into hide_guided_imgs 2023-03-02 18:07:52 +02:00
hithereai b58babd1ab
fix small UI typo: interoplation --> interpolation 2023-03-02 17:35:20 +02:00
hithereai a31a7754d1 Merge remote-tracking branch 'upstream/automatic1111-webui' into hide_guided_imgs 2023-03-02 01:40:55 +02:00
hithereai 19f0878d27 add transform_ prefix to the 2 new 2d-"center" params 2023-03-02 01:25:22 +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
kabachuha 2c09c81c10
Merge pull request #404 from hithereai/off_axis_rotation_v1
Keyframable rotation axis center X/Y for 2D mode
2023-03-02 00:07:39 +03:00
hithereai d36cef0baa row variant compact for all depth rows (tiny ui change) 2023-03-01 17:52:22 +02: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 dbfd0524dc better order in UI 2023-03-01 00:44:24 +02:00
hithereai 287eada68d working 2023-03-01 00:25:04 +02:00
hithereai 375d6d6b66 Merge remote-tracking branch 'upstream/automatic1111-webui' into film_upload_single_photos 2023-02-28 22:30:22 +02:00
hithereai f297d86a82 Merge remote-tracking branch 'upstream/automatic1111-webui' into hide_guided_imgs 2023-02-28 22:30:11 +02:00
hithereai 09bda85060 done 2023-02-28 22:15:10 +02:00
George Nance 5576a20bf6
Updated Parseq section location in info accord 2023-02-28 12:58:28 -07:00
hithereai cdaf2eefbf align center of cli msg below interp buttons 2023-02-28 21:03:29 +02:00
hithereai d85020a576 better explaining text about the change 2023-02-28 20:57:34 +02:00
hithereai 563a02cc06 Update args.py 2023-02-28 02:01:43 +02:00
hithereai 59b9b1cb92 clarify text 2023-02-28 02:01:04 +02:00
hithereai ac893c3420 order and clean 2023-02-28 01:50:39 +02:00
hithereai 98f2289c9a fixes 2023-02-28 01:32:48 +02:00
hithereai 1929c06144 p 2023-02-28 01:16:44 +02:00
hithereai e6ba634b6b progress 2023-02-27 21:26:06 +02:00
hithereai 8fc258c1ff Merge remote-tracking branch 'upstream/automatic1111-webui' into film_upload_single_photos 2023-02-27 20:25:06 +02:00
kabachuha 74fc34e37e Revert "Revert "Merge pull request #339 from deforum-art/bad_apple!!""
This reverts commit 483a973e0a.
2023-02-27 11:56:23 +03:00
hithereai 28468ea9ab Update args.py 2023-02-27 01:30:45 +02:00
hithereai 99b9a9a458 typo 2023-02-27 01:30:06 +02:00
hithereai ce62fecb27 verify uploaded pics are of the same resolution 2023-02-27 01:29:26 +02:00
hithereai f8d22dc2ac progress 2023-02-27 01:23:15 +02:00
hithereai c96e739d17 Merge remote-tracking branch 'upstream/automatic1111-webui' into film_upload_single_photos 2023-02-27 01:05:58 +02:00
hithereai 483a973e0a Revert "Merge pull request #339 from deforum-art/bad_apple!!"
This reverts commit 6215a44d79, reversing
changes made to 27b508bd42.
2023-02-27 00:58:47 +02:00
hithereai 731a6c0151 Merge remote-tracking branch 'upstream/automatic1111-webui' into film_upload_single_photos 2023-02-26 19:05:47 +02:00
kabachuha c56d2f5b86 add 'None' mode to just threshold grayscale 2023-02-26 15:07:24 +03:00
kabachuha 513d6b7b65 Merge branch 'automatic1111-webui' into bad_apple!! 2023-02-26 13:57:45 +03:00
kabachuha e49c00343d Revert "args for depth norm control"
This reverts commit 5ad939713b.
2023-02-26 13:56:11 +03:00
hithereai 234fcfbfc9 Update args.py 2023-02-25 18:55:15 +02:00
hithereai dcb04eca0e Update args.py 2023-02-25 18:53:46 +02:00
hithereai 6bdd2063e5 Update args.py 2023-02-25 18:52:36 +02:00
hithereai b97b144d85 Update args.py 2023-02-25 18:35:58 +02:00
hithereai 2fe0bdee47 cleaning and new box for uploading pics 2023-02-25 17:49:56 +02:00
hithereai e364270bba clean 2023-02-23 23:04:03 +02:00
hithereai a9888879fe shorter code same logic 2023-02-23 23:03:49 +02:00
hithereai 88e2a3e855 fix ui auto-update of fps in upload fps 2023-02-23 23:01:01 +02:00
hithereai cd1cdadd3e interp x min to 2 from 1 2023-02-21 00:49:48 +02:00
hithereai 61d88160b3 cadence minimum to 1 from 2 (wtf?!) 2023-02-20 23:55:55 +02:00
hithereai 549d1e4843 Merge remote-tracking branch 'upstream/automatic1111-webui' into TEST_FILM_DELME 2023-02-20 22:57:37 +02:00
hithereai 8f15d98529 Merge remote-tracking branch 'upstream/automatic1111-webui' into TEST_FILM_DELME 2023-02-20 22:55:17 +02:00
kabachuha 7eddbfe8af point to CN version used in dev process 2023-02-20 23:44:47 +03:00
kabachuha 01abc3c736 use_init note 2023-02-20 23:33:21 +03:00
hithereai 19e0b96ddf
Merge branch 'deforum-art:automatic1111-webui' into TEST_FILM_DELME 2023-02-20 22:22:13 +02:00
kabachuha ec397f711a bump version 2023-02-20 23:18:42 +03:00
kabachuha 8371df4786 add note about models location 2023-02-20 23:18:17 +03:00
hithereai 01dd399a61 Merge remote-tracking branch 'upstream/automatic1111-webui' into TEST_FILM_DELME 2023-02-20 22:07:45 +02:00
hithereai 826dcc63b0 min 1 --> 2 2023-02-20 21:36:04 +02:00
hithereai 6a3366c983 progress 2023-02-20 16:06:39 +02:00
kabachuha 91c53263ed moved to a separate tab for less scroll 2023-02-20 14:00:23 +03:00
hithereai 4ffd5b5fc0 progress 2023-02-20 09:54:32 +02:00
hithereai 0f9c5d0315 arg name changes to support more than just rife 2023-02-20 09:40:38 +02:00
hithereai 29a61b9b76 more progress 2023-02-20 03:43:57 +02:00
hithereai ce6eba320b progress 2023-02-20 03:19:58 +02:00
hithereai 3f1d7ef621 better slider auto-change and reset 2023-02-20 02:45:27 +02:00
hithereai 4c9819ba87 change interpolators engine order 2023-02-20 02:20:06 +02:00
hithereai 108861e686 hide upload vid to interp if interp engine is None 2023-02-20 02:16:02 +02:00
hithereai f7f85f7b8b fix ui for mobile/ tiny screens 2023-02-20 02:08:22 +02:00
hithereai 5f79328811 hide slow_mo slider by default 2023-02-20 02:01:50 +02:00
hithereai ee4101b403 align parseq html link color to SteelBlue
so it looks like all other hrefs in our extension
2023-02-20 01:07:56 +02:00
hithereai 0447748812 tiny text change 2023-02-20 00:22:49 +02:00
hithereai acbc0eadbd smaller html margin 2023-02-20 00:16:25 +02:00
hithereai 8265debb12 tiny text change + add wink emoji 2023-02-20 00:08:56 +02:00
hithereai 1459d59ce2 fix CN extension url html color 2023-02-19 23:59:03 +02:00
hithereai db1acdf922 fix horizontal/vertical ui thingy 2023-02-19 23:47:47 +02:00
hithereai b7f3225710 ui progress 2023-02-19 22:39:08 +02:00
hithereai 6eac22dad5 Update args.py 2023-02-19 19:02:29 +02:00
hithereai ebd0f8744b initial 2023-02-19 18:54:08 +02:00
kabachuha 9d6c3fbbe9 pass controlnet args to renders 2023-02-19 18:35:09 +03:00
kabachuha 361443debb forgor to actually add ui components 💀 2023-02-19 16:51:51 +03:00
kabachuha de27a252d1 Add ControlNet UI 2023-02-19 16:40:57 +03:00
kabachuha 5ad939713b args for depth norm control 2023-02-19 14:21:53 +03:00
kabachuha cecca529d6 Merge branch 'automatic1111-webui' into bad_apple!! 2023-02-19 13:18:13 +03:00
hithereai 535cb28c3e now it works 2023-02-19 01:10:36 +02:00
kabachuha 92c379223c
Revert "max_frames slider ---> txtbox" 2023-02-19 02:00:02 +03:00
hithereai e1d7e4ead3 max_frames from slider to txtbox 2023-02-18 23:52:37 +02:00
hithereai c37bd354c5 make gifski actually visible to mac users in the ui 2023-02-18 10:35:26 +02:00
hithereai 36e1643e8b delete temp duplicated imgs once run ends 2023-02-17 14:49:21 +02:00
hithereai 6a220d9680 better looking run tab's extra accordion 2023-02-17 07:22:38 +02:00
hithereai 507f98561c REVIVE RESTORE FACES! 2023-02-17 05:59:29 +02:00
hithereai ddc5639bfa tiling ddim eta and pix2pix sch to closed accordion
with clear title of the accordion.
2023-02-17 05:29:02 +02:00
hithereai f9c8850b8a order/ clean 2023-02-17 05:15:16 +02:00
hithereai 1194a80a6a fix tran x and y visible when they shouldn't be 2023-02-17 05:10:31 +02:00
hithereai b36f7c5c3a move ffmpeg settings to closed accordion - crf preset location
cleaner and makes more sense now that we have also gif, upscaling etc
2023-02-17 04:34:32 +02:00
hithereai 44318a3fd3 finish hybrid contextual UI 2023-02-17 04:04:09 +02:00
hithereai b5b49c021e Update args.py 2023-02-17 03:18:35 +02:00
hithereai 39034c28bd more hybrid contextual ui changes 2023-02-17 02:55:20 +02:00
hithereai 6962deb263 fixes and cleaning 2023-02-17 02:07:34 +02:00
hithereai 4b9f8791fa clean 2023-02-16 22:51:10 +02:00
hithereai b6d369f784 keep imgs = true at default 2023-02-16 22:37:24 +02:00
hithereai 67b5983109 more progress 2023-02-16 21:31:58 +02:00
hithereai 00d8008b73 progress 2023-02-16 20:18:48 +02:00
hithereai c4c2187390 remove old comment 2023-02-16 15:56:20 +02:00
hithereai 3897564fd3 fix ui not showing to mac users 2023-02-16 15:53:30 +02:00
hithereai 9b17277246 Update args.py 2023-02-16 15:51:49 +02:00
hithereai 734cfba59d ui progress on vid upload to upscale v2 2023-02-16 15:15:55 +02:00
hithereai 2cd7bf510d return mac support initial 2023-02-16 14:51:29 +02:00