Commit Graph

474 Commits (1ebbaee7a3bc9a72a701d03ca4e75a0ba4e7873e)

Author SHA1 Message Date
kabachuha 1ebbaee7a3 print more info about the selected model 2023-07-02 19:23:55 +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 7f2a26a114 model search path fix 2023-07-02 18:44:43 +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 660fc07e64 pass the selected model to the pipeline
also reload the model only if the selected model has been changed
2023-07-02 18:34:51 +03:00
kabachuha f5b46acd25 add model selection to the api 2023-07-02 18:27:24 +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 1f1b1f8f4e
Merge pull request #187 from ExponentialML/feat/multi-sampler
Add Multiple LDM Compatible Samplers
2023-07-02 17:21:20 +03:00
kabachuha 8a0489914a compat with the newer webui UI pbar counting 2023-07-02 17:14:00 +03:00
kabachuha 716efc72ca fix sampling steps ui better 2023-07-02 17:03:06 +03:00
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