Age | Commit message (Collapse) | Author |
|
|
|
|
|
multiple progress requests working on same tensor
|
|
by live previews working on the tensor as denoising
|
|
|
|
Gradio normally creates the temp directory in `pil_to_temp_file()` (https://github.com/gradio-app/gradio/blob/861d752a83da0f95e9f79173069b69eababeed39/gradio/components/base.py#L313) but since the Gradio implementation of `pil_to_temp_file()` is replaced with `save_pil_to_file()`, the Gradio temp directory should also be created by `save_pil_to_file()` when necessary.
|
|
forbidding
|
|
feat: replace threading.Lock() to FIFOLock
|
|
|
|
Signed-off-by: AnyISalIn <anyisalin@gmail.com>
|
|
|
|
|
|
|
|
switch to PNG when images too large
|
|
|
|
fix potential ssrf attack in #12663
|
|
Fix SD VAE switch error after model reuse
|
|
|
|
|
|
|
|
Patch config status handle corrupted files
|
|
|
|
|
|
|
|
also format HTML removing unnecessary text blocks
|
|
|
|
|
|
and save config_states with indent
|
|
|
|
|
|
|
|
|
|
Add extra noise callback
|
|
RAM optimization round 2
|
|
Attempt to resolve NaN issue with unstable VAEs in fp32 mk2
|
|
Fix img2img background color for transparent images option not being used
|
|
|
|
fix issues with api model-refresh and vae-refresh
|
|
More hash filename patterns
|
|
fix model override logic
|
|
|
|
api support get image from url
|
|
Gallery: Set preview to `True`, allow custom height
|
|
Improve interrupt speed
|
|
|
|
fix typo `txt2txt` -> `txt2img`
|
|
|
|
|
|
|
|
|