Commit Graph

40 Commits (2a4b0314c7675389b7c1a39ec00ea4e9efd3ffec)

Author SHA1 Message Date
kabachuha 2a4b0314c7 improve videocrafter link layout 2023-07-02 19:40:13 +03:00
kabachuha d16b0f5473 fixup dirs not being shown due to wrong isdir call 2023-07-02 19:18:27 +03:00
kabachuha f58716e0d9 variable name fixup 2023-07-02 19:13:53 +03:00
kabachuha c82362f227 better ui layout for model switch 2023-07-02 18:43:00 +03:00
kabachuha 5e15f0f18b fix import 2023-07-02 18:38:19 +03:00
kabachuha c606463e44 use webui's models path as the init models folder 2023-07-02 18:27:07 +03:00
kabachuha a9cbf65dc6 do model search with ui button click
with the help of snydjos
2023-07-02 18:13:30 +03:00
kabachuha 412909b8eb Merge branch 'main' into model_storage 2023-07-02 17:37:43 +03:00
kabachuha 5789fbb476 sampler visible by default
prevents a loading bug
2023-07-02 16:25:15 +03:00
kabachuha 4694beac3f relocate the sampler dropdown and add to both tabs 2023-07-02 15:40:00 +03:00
ExponentialML 8607080d1a Sampler dropdown only for Modelscope, ETA for DDIM 2023-06-28 20:42:12 -07:00
ExponentialML c071a804b7 Initial commit for multi-sampler feature. 2023-06-27 22:18:52 -07:00
kabachuha cf032e1711 add refresh button stub 2023-06-28 00:31:04 +03:00
kabachuha a28ccaf610 don't autoset 2023-06-27 23:57:07 +03:00
kabachuha 5c9ccdd257 autoset ui inpaint and v2v frames values 2023-06-27 23:51:08 +03:00
kabachuha 511473da29 frames_v variable name fix 2023-06-27 23:47:57 +03:00
kabachuha d6b3496bc2 don't use dict in gradio calls 2023-06-27 23:44:21 +03:00
kabachuha bfedfdcbc7 Update args.py 2023-06-27 23:40:00 +03:00
kabachuha c277ac5f54 Merge branch 'main' into limit_inp_frames 2023-06-11 16:56:45 +03:00
kabachuha 9d200dcd29 remove orphaned reference 2023-05-31 12:26:21 +03:00
kabachuha 8cba2def5b relicense sd-webui-text2video under AGPL v3.0
Incorporates the original ModelScope code into the extension and licenses them both under the Apache 2.0-compatible AGPL v3.0
2023-05-30 17:23:45 +03:00
kabachuha 47ef5f6dff check for dicts 2023-04-21 19:43:46 +03:00
kabachuha fe107bdeb4 limit inp/start frames by total frames 2023-04-21 19:15:30 +03:00
kabachuha 3a5fcb5fa5 limit vid2vid_start frame by frames 2023-04-21 16:04:17 +03:00
kabachuha 6a7e57c9c0 limit inpainting frames by frames 2023-04-21 16:04:05 +03:00
kabachuha 1f5848bdee add nsfw to default negative prompt
to prevent sudden harming content by default
2023-04-21 15:44:35 +03:00
kabachuha 9b79cb8d3a fix #116 2023-04-16 15:17:20 +03:00
kabachuha 3acf729dfd fix inpainting_frames count as well 2023-04-16 14:24:15 +03:00
kabachuha d6c5591212 return the lost max frame doubling if has torch2 2023-04-16 14:23:17 +03:00
kabachuha 4aec8c2a20 change the main version to 1.2b 2023-04-16 01:39:30 +03:00
kabachuha 8165aa3c11 rename img2img to vid2vid
so it won't be confused with webui's img2img
2023-04-16 01:36:55 +03:00
kabachuha d13e749a16 bump the extension version 2023-04-15 20:37:17 +03:00
kabachuha d20e52d80a Revert "add traceback to the sanity check"
This reverts commit 3fb4b0ca8f.
2023-04-15 20:33:48 +03:00
kabachuha 3fb4b0ca8f add traceback to the sanity check 2023-04-15 20:28:48 +03:00
kabachuha cafa586d98 return the things vanished after the merge 2023-04-15 18:55:35 +03:00
kabachuha cf3e8f0f93 fix video args packing 2023-04-14 16:24:15 +03:00
kabachuha d65e2becfc set width, height defaults to 256 2023-04-14 16:22:41 +03:00
kabachuha 41368dd0cd pack only cleaned args 2023-04-14 16:14:23 +03:00
kabachuha dd54eded2b fix column layout 2023-04-14 16:03:14 +03:00
kabachuha a053ad03ea refactor to get rid of cyclic dependencies 2023-04-14 15:51:30 +03:00