Commit Graph
16 Commits
Author SHA1 Message Date
David Yusaku SetiyonoandGitHub 669c33bc2d improved Intel XPU compatibility 2026-03-16 17:23:15 +08:00
Haoming 46cb69c27b first step 2026-02-23 18:12:50 +08:00
Haoming c24ede025c Video Live Preview 2026-02-23 17:57:31 +08:00
HaomingandGitHub 9921cf0e74 Rewrite Backend (#559) 2026-01-19 17:11:59 +08:00
drheadandGitHub 0b26121335 re-add line to update sampling step (#2853) 2025-05-03 14:39:03 -04:00
drheadandGitHub d3573962bd Add separate cuda stream for live preview VAE (#2844) 2025-05-01 13:16:54 -04:00
layerdiffusion e26abf87ec Gradio 4 + WebUI 1.10 2024-07-26 12:02:46 -07:00
Chenlei HuandGitHub 3c32cbb0af Revert "Fix more ruff lint (#139)" (#144)
This reverts commit e13072cb42.
2024-02-08 21:34:58 -05:00
Chenlei HuandGitHub e13072cb42 Fix more ruff lint (#139) 2024-02-08 20:41:38 -05:00
lllyasviel f06ba8e60b Significantly reduce thread abuse for faster model moving
This will move all major gradio calls into the main thread rather than random gradio threads.
This ensures that all torch.module.to() are performed in main thread to completely possible avoid GPU fragments.
In my test now model moving is 0.7 ~ 1.2 seconds faster, which means all 6GB/8GB VRAM users will get 0.7 ~ 1.2 seconds faster per image on SDXL.
2024-02-08 10:13:59 -08:00
AUTOMATIC1111 0aa7c53c0b fix borked merge, rename fields to better match what they do, change setting default to true for #13653 2024-01-01 16:50:59 +03:00
Anthony Fu 3d15e58b0a feat: refactor 2023-10-16 15:00:17 +08:00
Anthony Fu 8aa13d5dce Interrupt after current generation 2023-10-16 14:12:18 +08:00
w-e-w cf1edc2b54 initialize state.time_start befroe state.job_count 2023-09-13 16:27:02 +09:00
AUTOMATIC1111 a459075d26 actual solution to the uncommon hanging problem that is seemingly caused by multiple progress requests working on same tensor 2023-08-22 10:41:10 +03:00
AUTOMATIC1111 386245a264 split shared.py into multiple files; should resolve all circular reference import errors related to shared.py 2023-08-09 10:25:35 +03:00