Commit Graph

50 Commits (1ebbaee7a3bc9a72a701d03ca4e75a0ba4e7873e)

Author SHA1 Message Date
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 8a0489914a compat with the newer webui UI pbar counting 2023-07-02 17:14:00 +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
ExponentialML 98668f5301 Update pipeline 2023-06-28 19:42:40 -07:00
ExponentialML c071a804b7 Initial commit for multi-sampler feature. 2023-06-27 22:18:52 -07:00
kabachuha 8e723d989b fix t2v model import in pipeline 2023-06-27 23:25:39 +03:00
kabachuha 9a1f8fbb40 add defaulting for cmd_opts in Vladmandic
fixes #180
2023-06-27 18:55:05 +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 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 8c4ad26435 fix issue with deletion of sd_model 2023-05-22 01:26:23 +03:00
kabachuha 5135ca930b add the decimal part to dropouts
closes #137
2023-04-23 13:42:16 +03:00
kabachuha 485208f9e1
Merge pull request #130 from deforum-art/progressbar
add progressbar, interrupt, skip
2023-04-21 19:07:23 +03:00
kabachuha e71fd72881 fix progress bar's count when multible batches 2023-04-21 15:38:01 +03:00
kabachuha 6c02afc368 fix expected behavior for skipping 2023-04-21 15:35:43 +03:00
kabachuha 32ceeba955 fix steps count showing 2023-04-21 15:20:20 +03:00
kabachuha 2a230149b1 print the actual seed if -1
closes #107
2023-04-21 14:23:59 +03:00
kabachuha ff8ca64f50 add progressbar, interrupt, skip 2023-04-21 14:17:12 +03:00
kabachuha 340879f855 separate latents halving from mask halving
fixes #120
2023-04-21 13:29:21 +03:00
kabachuha e29e8c8979
Merge pull request #129 from rbfussell/fix-122b
Fix[122b] fixes 3rd reported exception found in #122
2023-04-21 12:45:29 +03:00
kabachuha fc365b94c1 xformers don't use scale argument
closes #121
2023-04-21 12:37:27 +03:00
kabachuha f1f9d9cd03 Revert "Fix[102b]: RE:Fix[102a]: 67aaba9f08 :: --attn_mask++attn_bias"
This reverts commit ec95bac72c.
2023-04-21 12:31:58 +03:00
Robin Fussell f7627bba83 Fix[122b] fixes 3rd reported exception found in #122 - clip_hardcode :: missing opts.use_old_emphasis_implementation 2023-04-20 14:49:26 -05:00
rbfussell 56f1113199
Update process_modelscope.py
Removed an extra /s between if<> args.inpainting_frames
2023-04-20 08:54:09 -05:00
Robin Fussell 898e5e9cd7 Fix[122] :: Exception occurred: 'NoneType' object has no attribute 'name' :: process_modelscope.py:: inpainting_frames->args.inpainting_frames 2023-04-20 08:45:37 -05:00
Robin Fussell ec95bac72c Fix[102b]: RE:Fix[102a]: 67aaba9f08 :: --attn_mask++attn_bias 2023-04-20 00:17:58 -05:00
kabachuha 489c5fcae0 print generation parameters (incl. seed)
addresses #107
2023-04-18 22:04:42 +03:00
kabachuha ac44238b17 fix masked_fill_ when vanilla attention
fixes #117
2023-04-16 15:09:53 +03:00
kabachuha 67aaba9f08 fixup mask argument is xformers attn
addresses the newer https://github.com/deforum-art/sd-webui-text2video/issues/102#issuecomment-1509995880
2023-04-16 02:35: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 24b893a5e9 fix strength value 2023-04-16 01:09:50 +03:00
kabachuha e8fe1844b4 fix the missing link to strength 2023-04-15 23:14:46 +03:00
kabachuha 96d983c491 fix video output in GUI 2023-04-15 19:11:40 +03:00
kabachuha cafa586d98 return the things vanished after the merge 2023-04-15 18:55:35 +03:00
kabachuha 6cbdb7a09a Merge branch 'main' into WebAPI 2023-04-15 18:08:09 +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 c6d0f9a3fb fix attn_mask arg name 2023-04-15 16:36:39 +03:00
kabachuha 741ecb9cb3 true keeping the pipe in VRAM
with never offloading to CPU
2023-04-15 01:42:12 +03:00
kabachuha 122fb9ff1d fix op link 2023-04-14 18:36:17 +03:00
kabachuha d1b4eb95e0 use xformers/torch2 for self attention 2023-04-14 18:30:46 +03:00
kabachuha 20215de8ef add support for xformers or torch2 attention 2023-04-14 18:25:24 +03:00
kabachuha b162d5d1b8 fix links to i1_store_t2v 2023-04-14 16:31:25 +03:00
kabachuha a053ad03ea refactor to get rid of cyclic dependencies 2023-04-14 15:51:30 +03:00
kabachuha 1b75f672a0 hide more debug info 2023-04-08 03:18:48 +03:00
kabachuha e5e13ef70f hide debug info 2023-04-08 03:14:01 +03:00
kabachuha ac76c6713c Merge branch 'main' into inpainting 2023-04-07 22:33:18 +03:00
kabachuha 828427b139 add videocrafter modules 2023-04-05 22:00:29 +03:00