Commit Graph

68 Commits (e5558ce13fd26725dfc856fb2db8a87aa3d820e3)

Author SHA1 Message Date
kabachuha 5a0f594a2b make it look more like Auto 2023-09-03 14:12:47 +03:00
kabachuha e1c7e18ed3 move model switcher 2023-09-03 13:13:18 +03:00
kabachuha ebe0900dd1 show videos immediately 2023-08-31 23:32:31 +03:00
kabachuha dec26741f9
Save and view video metadata (#227)
* save settings as video metadata

* add selector to save metadata

* add metadata viewer

* save as 'comment'

* fixup defaulting

* add metadata writing via mutagen

* tinytag -> mutagen
2023-08-31 23:07:33 +03:00
kabachuha d224c227e6 update wrap_gradio_gpu_call import 2023-08-31 21:13:21 +03:00
Derrick Schultz (he/him) 996d9960da
save txt2vid options as txt (#198)
* save arguments to pass to process_modelscope.py

* save arguments to txt file for reuse

* cleanup

* cleanup

* use webui-formatted infotext

* fixup

* fixup

* fix again cause bad github sync

---------

Co-authored-by: kabachuha <artemkhrapov2001@yandex.ru>
2023-08-30 22:56:33 +03:00
ExponentialML 2dad959835 Add Stable LoRA support 2023-07-11 17:14:13 -07:00
Martín (Netux) Rodríguez 6fa2d1fa5a Add scripts/ directory to path, relative to text2vid.py file
Fixes extension failing to load when installing the extension with an unusual directory name (like mine).

Copies what is done in api_t2v.py

I think this accounts for the other additions to the path as well, but I didn't want to touch those in case something broke on a different setup.
2023-06-06 20:08:46 -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
hithereai 8c4ad26435 fix issue with deletion of sd_model 2023-05-22 01:26:23 +03:00
kabachuha 8169400bf1 fix progressbar layout 2023-04-21 15:35:28 +03:00
kabachuha c464180a9e fix display 2023-04-21 15:20:06 +03:00
kabachuha baa856bc94 call submit_txt2vid 2023-04-21 14:52:14 +03:00
kabachuha ff8ca64f50 add progressbar, interrupt, skip 2023-04-21 14:17:12 +03:00
kabachuha 6cbdb7a09a Merge branch 'main' into WebAPI 2023-04-15 18:08:09 +03:00
kabachuha 0147ca23ee arg name fixup 2023-04-15 17:54:06 +03:00
kabachuha 3a20dac70d Merge branch 'main' into keep-in-vram 2023-04-15 17:47:18 +03:00
kabachuha 820aab0ae1 let torch2 take priority over xformers 2023-04-15 17:10:16 +03:00
kabachuha 3bd93a0895 add benchmark info 2023-04-15 17:00:30 +03:00
kabachuha 532322d846 increase the max frame count if has torch2 2023-04-15 16:53:50 +03:00
kabachuha 741ecb9cb3 true keeping the pipe in VRAM
with never offloading to CPU
2023-04-15 01:42:12 +03:00
kabachuha 89cc64fc45 fixup 2023-04-14 15:59:29 +03:00
kabachuha a053ad03ea refactor to get rid of cyclic dependencies 2023-04-14 15:51:30 +03:00
kabachuha 59a4ab297d Revert "protect against UI duplication"
This reverts commit 18b2ca0211.
2023-04-14 14:27:40 +03:00
kabachuha ce33903790 Revert "move callbacks to separate file to prevent duplication"
This reverts commit 079258440c.
2023-04-14 14:27:38 +03:00
kabachuha 079258440c move callbacks to separate file to prevent duplication 2023-04-14 00:13:18 +03:00
kabachuha 18b2ca0211 protect against UI duplication 2023-04-14 00:07:18 +03:00
kabachuha 992460c7a3 fixup 2023-04-13 23:36:16 +03:00
kabachuha befb3499bd pack videos in a list and append in the right tab
closes #109
2023-04-13 23:26:17 +03:00
kabachuha 03095bd44d make API handle inpainting and vid2vid as well 2023-04-13 22:35:09 +03:00
kabachuha 69e379ea0c add base API with sanity check 2023-04-13 21:16:31 +03:00
kabachuha ee4c14f3e4 note about VC's WIP status 2023-04-13 20:01:13 +03:00
kabachuha 638f7e1c42 use args funcs instead of hardcoded 2023-04-13 20:00:54 +03:00
kabachuha b104295640 fix add_soundtrack being always applied to VC
addresses https://github.com/deforum-art/sd-webui-text2video/issues/97
2023-04-13 19:42:38 +03:00
kabachuha 83c5cbd583 more info on inpainting 2023-04-13 19:38:47 +03:00
kabachuha a11d2bfabd better formatting 2023-04-13 19:34:16 +03:00
kabachuha 886192dc76 allow the inpainting_frames slider to move to 0 2023-04-13 19:28:52 +03:00
kabachuha 067939f5e9 add the 'loopback' example 2023-04-13 19:11:31 +03:00
kabachuha c222044cab use linear growth weight for inpainting 2023-04-13 18:45:50 +03:00
kabachuha a790c248bd make weight parsing work 2023-04-13 18:39:31 +03:00
kabachuha cb5b9c438e
add inpainting weights to the args 2023-04-11 08:38:15 +03:00
kabachuha ca54f0f8da better accordion location 2023-04-08 02:53:05 +03:00
kabachuha ecde517e57 fixup 2023-04-08 02:52:37 +03:00
kabachuha 0f498cff8c use accordion 2023-04-08 02:47:25 +03:00
kabachuha b8b4f14c55 Revert "tie do_inpainting to the tab selected"
This reverts commit a3f7a4afaa.
2023-04-08 02:43:11 +03:00
kabachuha 385e4237e6 Revert "shorten output settings to output"
This reverts commit b0efdb9dd5.
2023-04-08 02:43:08 +03:00
kabachuha b0efdb9dd5 shorten output settings to output 2023-04-08 02:39:55 +03:00
kabachuha a3f7a4afaa tie do_inpainting to the tab selected 2023-04-08 02:34:07 +03:00
kabachuha 82c1d571fc Update text2vid.py 2023-04-08 02:02:54 +03:00
kabachuha a4bfcefd9d fixup minor error on returns 2023-04-06 00:57:28 +03:00