Commit Graph

246 Commits (f783821d8a2366514eeed366010d2e2bbc489cb0)

Author SHA1 Message Date
hithereai f783821d8a C1 2023-05-17 14:39:16 +03:00
hithereai 88475dc8bd reflect skip video creation new name in cli if choosen 2023-05-16 12:49:37 +03:00
rewbs 16ed1f8796 Improve console output. Pass srt path in explicitly so subtitles are successfully added on upscaling and frame interpolation. 2023-05-15 16:02:01 +10:00
rewbs ab05c05850 Allow prompts as subtitles. Optionally embed subtitles into mp4. Fix subtitles with Parseq: use getattr() instead of __dict__ to ensure fallback to non-Parseq controlled params works correctly. 2023-05-12 11:45:33 +10:00
hithereai b75f978e1a
remove print that was left by mistake in latest pr 2023-05-10 00:21:12 +03:00
hithereai 362f987205 another fix 2023-05-08 22:57:13 +03:00
hithereai 0073f061dc Merge remote-tracking branch 'upstream/automatic1111-webui' into cleanup0605 2023-05-07 00:30:30 +03:00
hithereai 570f2c18be save srt params ui upgrade
much better now visually and takes less space + allows for searching
2023-05-07 00:28:40 +03:00
hithereai 149b9bb8f9 remove path_name_modifier and render_steps params from code 2023-05-06 23:34:02 +03:00
hithereai 49a98f298f Merge remote-tracking branch 'upstream/automatic1111-webui' into tests0505 2023-05-05 13:33:06 +03:00
hithereai 589719e5cb fix clipseg import, all should work now 2023-05-05 13:27:51 +03:00
hithereai 68d31155c6 make deforum folder name dynamic in code handling 2023-05-05 11:49:28 +03:00
kabachuha ac899b0bb0 move numpy import to the top 2023-05-05 11:03:48 +03:00
kabachuha 11bbbdfa9d add the new basedir here too 2023-05-05 10:56:37 +03:00
kabachuha 4b8cc26242 add the new basedirs 2023-05-05 10:55:26 +03:00
hithereai 4b9548fc68 bump version+
and credits in info accord
2023-05-03 21:42:33 +03:00
hithereai a31193eba3 rename forward to backwards (slash) 2023-04-29 12:23:49 +03:00
hithereai 34c11fd010 more error info in cli for getting support if needed 2023-04-28 13:18:56 +03:00
hithereai 15fd825f5a add forward slash message to error printing 2023-04-26 15:27:30 +03:00
hithereai 2dc979ae52 better error reporting to users, part 1 2023-04-26 15:23:00 +03:00
hithereai 72882f24fb fix opts.samples_log_stdout error on vlad webui 2023-04-20 23:42:47 +03:00
hithereai 3cfa2c0744 add .srt subtitles generation info support 2023-04-11 00:42:39 +03:00
hithereai 0ba4b89043 better texts 2023-04-08 18:52:18 +03:00
hithereai 72184b3211 skip to next file in batch if a file couldn't be loaded p1 2023-04-08 18:48:35 +03:00
hithereai 87819e156c better text 2023-04-08 17:53:10 +03:00
hithereai 986909b42e compact ui by using gr.info instead of gr.html for setting path info 2023-04-08 17:52:40 +03:00
hithereai 68b0a71d0a remove timestring from below-gallery text
as we now update the field automatically :)
2023-04-08 17:28:32 +03:00
hithereai a26d022005 auto-update resume_timestring ui field 2023-04-08 17:22:27 +03:00
hithereai 251ccc6f9f add DEBUG_MODE 2023-04-07 18:57:48 +03:00
hithereai 6c2f5b311c better text below gen box 2023-04-07 06:26:05 +03:00
hithereai 72d43f7750 bmode_p1 2023-04-07 04:22:46 +03:00
hithereai 30f0dbdf26 fix after-run upscale and interpolate ffmpeg issue 2023-04-06 06:45:57 +03:00
hithereai 841214b9f1 tiny ui text change 2023-04-05 14:06:51 +03:00
hithereai fce0360f42 move ffmpeg settings to general webui's tab 2023-04-05 13:55:47 +03:00
hithereai 46f457a36a change skip button name to Pause/Resume 2023-04-04 21:57:10 +03:00
hithereai 3f3c82151e p 2023-04-01 14:22:54 +03:00
hithereai 1bfb46b47e p 2023-04-01 01:18:04 +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
hithereai 48cd22a9ea Final cleaning 2023-03-21 18:38:08 +02:00
hithereai 01a0dc488e update ui text 2023-03-21 00:01:38 +02:00
hithereai 77ad8b0181 add auto-load when launching webui 2023-03-20 23:53:36 +02:00
hithereai cb7b5fae71 part 1 (save) - complete 2023-03-20 00:23:27 +02:00
hithereai 94a1905a7c fix auto-hide if in medvram or lowvram 2023-03-19 02:05:22 +02:00
hithereai f7ea36adc7 save --> keep name chane 2023-03-19 01:52:22 +02:00
hithereai 3f92d0a086 move keep 3d models in vram to webui's settings-->Deforum tab
Not complete yet
2023-03-19 01:51:00 +02:00
kabachuha e3615a9fb8 bump version 2023-03-14 20:13:55 +03:00
kabachuha eabfd505da check for CN dynamically 2023-03-11 18:43:09 +03:00
hithereai a13683c1cd align id var name to batch_id instead of run_id 2023-03-09 02:51:58 +02:00
hithereai 5342e83dea Merge remote-tracking branch 'upstream/automatic1111-webui' into option_to_auto_delete_imgs 2023-03-09 02:20:21 +02:00