- 28 May, 2023 14 commits
-
-
Danil Boldyrev authored
-
Danil Boldyrev authored
-
Danil Boldyrev authored
-
AUTOMATIC1111 authored
Added format to specify VAE filename for generated image filenames
-
AUTOMATIC1111 authored
Change 'images.zip' to pattern settings
-
AUTOMATIC1111 authored
Add onAfterUiUpdate callback
-
AUTOMATIC1111 authored
Cleaner image metadata read
-
AUTOMATIC1111 authored
Fix --ui-debug-mode exit
-
AUTOMATIC1111 authored
Download ROCm for AMD GPU only if NVIDIA is not presented
-
AUTOMATIC1111 authored
Small fixes to prepare_tcmalloc for Debian/Ubuntu compatibility
-
AUTOMATIC1111 authored
Tooltip fixes & optimizations
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC authored
fix serving images that have already been saved without temp files function that broke after updating gradio
-
- 27 May, 2023 3 commits
- 26 May, 2023 4 commits
-
-
Roman Beltiukov authored
-
Roman Beltiukov authored
-
Roman Beltiukov authored
-
kernelmethod authored
- /usr/sbin (where ldconfig is usually located) is not typically on users' PATHs by default, so we set that variable before trying to run ldconfig. - The libtcmalloc library is called libtcmalloc_minimal on Debian/Ubuntu systems. We now check whether libtcmalloc_minimal exists when running prepare_tcmalloc.
-
- 25 May, 2023 10 commits
-
-
catboxanon authored
-
Aarni Koskela authored
-
Aarni Koskela authored
-
Aarni Koskela authored
-
Aarni Koskela authored
-
Aarni Koskela authored
-
catboxanon authored
-
Aarni Koskela authored
-
Aarni Koskela authored
-
Aarni Koskela authored
* Instead of traversing tens of thousands of text nodes, only look at elements and their children * Debounce the checks to happen only every one second
-
- 24 May, 2023 4 commits
-
-
strelokhalfer authored
-
Kohaku-Blueleaf authored
-
Kohaku-Blueleaf authored
-
- 23 May, 2023 5 commits
-
-
Kohaku-Blueleaf authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
Kohaku-Blueleaf authored
-
fumitaka.yano authored
Improvements to handle VAE filenames in generated image filenames Body:. 1) Added new line 24 to import sd_vae module. 2) Added new method get_vae_filename at lines 340-349 to obtain the VAE filename to be used for image generation and further process it to extract only the filename by splitting it with a dot symbol. 3) Added a new lambda function 'vae_filename' at line 373 to handle VAE filenames. Reason:. A function was needed to get the VAE filename and handle it in the program. Test:. We tested whether we could use this new functionality to get the expected file names. The correct behaviour was confirmed for the following commonly distributed VAE files. vae-ft-mse-840000-ema-pruned.safetensors -> vae-ft-mse-840000-ema-pruned anything-v4.0.vae.pt -> anything-v4.0 ruff response:. There were no problems with the code I added. There was a minor configuration error in a line I did not modify, but I did not modify it as it was not relevant to this modification. Logged. images.py:426:56: F841 [*] Local variable `_` is assigned to but never used images.py:432:43: F841 [*] Local variable `_` is assigned to but never used Impact:. This change makes it easier to retrieve the VAE filename used for image generation and use it in the programme.
-