Commit Graph

510 Commits (main)

Author SHA1 Message Date
kabachuha dbb5fde6a8 fix ui progressbar not showing sampling 2023-07-02 16:47:35 +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
kabachuha 6964ff44cc add sampler to api 2023-07-02 15:39:27 +03:00
kabachuha 1f95ac7799 fix the merge with the path fix 2023-07-02 13:39:06 +03:00
kabachuha eda0d4e7af fix the merge with the vlad-compat fix 2023-07-02 13:37:48 +03:00
kabachuha c87b84b039 revert wrong merge to api
part of streamlining #187
2023-07-02 13:35:21 +03:00
ExponentialML c012fefd6b
Fix unconditional UniPC 2023-06-28 21:17:55 -07:00
ExponentialML 8607080d1a Sampler dropdown only for Modelscope, ETA for DDIM 2023-06-28 20:42:12 -07:00
ExponentialML a59728f560 Update UniPC support 2023-06-28 19:48:52 -07:00
ExponentialML d40cdf05ee Update UniPC to work with cond reconstruction 2023-06-28 19:47:43 -07:00
ExponentialML 8356a8db72 Update and fix DDIM sampling 2023-06-28 19:47:01 -07:00
ExponentialML 60fa07eaa1 Add DDIM Gaussian with inpainting support 2023-06-28 19:45:31 -07:00
ExponentialML 98668f5301 Update pipeline 2023-06-28 19:42:40 -07:00
ExponentialML fe75cb3fae Add reconstruct cond wrapper. 2023-06-28 19:37:15 -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 f71453e519 Merge branch 'main' into model_storage 2023-06-28 00:06:34 +03:00
kabachuha 6d07e60913
Merge pull request #131 from kabachuha/limit_inp_frames
Limit inpainting and vid2vid_start frames by overall frames count
2023-06-28 00:00:01 +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 a48aeba991 Merge branch 'main' into limit_inp_frames 2023-06-27 23:32:38 +03:00
kabachuha 0827560fc3 Merge branch 'main' of https://github.com/kabachuha/sd-webui-text2video 2023-06-27 23:32:16 +03:00
kabachuha ea5ce41a56
Merge pull request #185 from diontimmer/main
fix api
2023-06-27 23:31:08 +03:00
kabachuha 8e723d989b fix t2v model import in pipeline 2023-06-27 23:25:39 +03:00
kabachuha cdbc21dfae fix t2v model import in pipeline 2023-06-27 23:25:35 +03:00
Dion Timmer 72436f4f41 Merge branch 'main' of https://github.com/diontimmer/sd-webui-text2video 2023-06-27 12:31:56 -04:00
Dion Timmer 5a826df090 fix api with component length
personal fix so i could get API to work
2023-06-27 12:31:46 -04:00
kabachuha 9a1f8fbb40 add defaulting for cmd_opts in Vladmandic
fixes #180
2023-06-27 18:55:05 +03:00
kabachuha 84787e5c66
Merge pull request #182 from netux/fix/scripts-path-api
Add scripts/ directory, relative to api_t2v.py, to os.path
2023-06-26 00:47:02 +03:00
Martín (Netux) Rodríguez 48619d1feb Add scripts/ directory, relative to api_t2v.py, to os.path
Same as #172, but for the API
2023-06-25 01:26:14 -03:00
kabachuha c277ac5f54 Merge branch 'main' into limit_inp_frames 2023-06-11 16:56:45 +03:00
kabachuha a44078d1cc
Add potat1 to README.md 2023-06-10 17:47:30 +03:00
kabachuha c1da6b1d26
Merge pull request #172 from netux/fix/scripts-path
Add scripts/ directory, relative to text2vid.py, to os.path
2023-06-07 19:24:52 +03: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 821515a0ac
Merge pull request #171 from TheSloppiestOfJoes/AMDfix
attmept to fix AMD users not using CPU and giving CUDA error
2023-06-03 01:52:57 +03:00
TheSloppiestOfJoes 3462a12ebf attmept to fix AMD users not using CPU and giving CUDA error 2023-06-02 14:34:41 -07: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 7c63d4441f add opt_sdp_no_mem_attention to fix determinism
closes #145
2023-05-22 16:21:55 +03:00
hithereai a8937bafb6
Merge pull request #162 from hithereai/fixes1
Fix issue with deletion of sd_model on start of vid generation
2023-05-22 01:32:27 +03:00
hithereai 8c4ad26435 fix issue with deletion of sd_model 2023-05-22 01:26:23 +03:00
kabachuha 2a7b60d640
Update issue_checker.py 2023-05-14 19:36:00 +03:00
kabachuha fdcdf2cfa6
Update issue_checker.py 2023-05-14 19:35:41 +03:00
kabachuha 26822483d4
Update bug_report.yml 2023-05-04 21:26:12 +03:00
kabachuha 4fea1ada08 avoid reopening of 'invalid' issues
add the new 'wrong format' label instead
2023-04-23 13:39:51 +03:00
kabachuha 84fe7692d9 disable commit check for the time being 2023-04-23 13:34:43 +03:00