aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-23Subject:.fumitaka.yano
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.
2023-05-23Fix xyzKohaku-Blueleaf
2023-05-23Use better way to implKohaku-Blueleaf
2023-05-23Use settings instead of main interfaceKohaku-Blueleaf
2023-05-23Merge branch 'custom-k-sched' of ↵Kohaku-Blueleaf
https://github.com/KohakuBlueleaf/stable-diffusion-webui into custom-k-sched
2023-05-23Add hint for custom k_diffusion schedulerKohaku-Blueleaf
2023-05-23Better hint for userKohaku-Blueleaf
Co-authored-by: catboxanon <122327233+catboxanon@users.noreply.github.com>
2023-05-22Merge pull request #10644 from ArthurHeitmann/fix-inpainting-canvas-noiseAUTOMATIC1111
Fix for #10643 (Inpainting mask sometimes not working)
2023-05-22Fix for #10643 (pixel noise in webui inpainting canvas breaking inpainting, ↵ArthurHeitmann
so that it behaves like plain img2img)
2023-05-22Merge pull request #10623 from akx/bump-gradioAUTOMATIC1111
Bump gradio to 3.32
2023-05-22Merge pull request #10635 from prodialabs/masterAUTOMATIC1111
disable `timeout_keep_alive`: fixes #10625 #10510 #10474
2023-05-22Revert #10586catboxanon
2023-05-23use sigma_max/min in model if sigma_max/min is 0Kohaku-Blueleaf
2023-05-23Add error information for recursion errorKohaku-Blueleaf
2023-05-22Minor naming fixesKohaku-Blueleaf
2023-05-22Avoid loop importKohaku-Blueleaf
2023-05-22remove not related codeKohaku-Blueleaf
2023-05-22only add metadata when k_sched is actually been usedKohaku-Blueleaf
2023-05-22Replace karras by k_diffusion, fix gen infoKohaku-Blueleaf
2023-05-22Change karras to kdiffusionKohaku-Blueleaf
2023-05-22Add dropdown for scheduler typeKohaku-Blueleaf
2023-05-22`modules/api/api.py`: disable `timeout_keep_alive`Monty Anderson
2023-05-22remove debug printKohaku-Blueleaf
2023-05-22Add custom karras schedulerKohaku-Blueleaf
2023-05-22fix error in dragdrop logicAUTOMATIC
2023-05-22Upgrade Gradio, remove docs URL hackAarni Koskela
2023-05-22repair file paste for Firefox from #10615AUTOMATIC
remove animation when pasting files into prompt rework two dragdrop js files into one
2023-05-22Merge pull request #10611 from akx/disable-token-countersAUTOMATIC1111
Add option to disable token counters
2023-05-22Merge pull request #10615 from missionfloyd/text-drag-fixAUTOMATIC1111
Fix dragging text to prompt
2023-05-22Merge branch 'dev' into text-drag-fixAUTOMATIC1111
2023-05-21Fix dragging text to promptmissionfloyd
2023-05-22option to pad prompt/neg prompt to be same lengthAUTOMATIC
2023-05-21Add option to disable prompt token countersAarni Koskela
2023-05-21Move token counters to separate JS file, fix namesAarni Koskela
2023-05-21run basic torch calculation at startup in parallel to reduce the performance ↵AUTOMATIC
impact of first generation
2023-05-21Merge branch 'dev' into release_candidateAUTOMATIC
2023-05-21update readmeAUTOMATIC
2023-05-21Revert "change width/heights slider steps to 64 from 8"AUTOMATIC
This reverts commit 9a86932c8bbac06afc70ea190399e767763d877e.
2023-05-21reworking launch.py: add references to renamed fileAUTOMATIC
2023-05-21reworking launch.py: renameAUTOMATIC
2023-05-21Merge pull request #10580 from akx/add-some-future-annotationsAUTOMATIC1111
Add some future annotations
2023-05-21Merge pull request #10581 from shinshin86/readme-mac-shortcutAUTOMATIC1111
[README] Update keyboard shortcut instructions for MacOS users
2023-05-21revert git describe --always --tags for extensions because it seems to be ↵AUTOMATIC
causing issues
2023-05-21Merge pull request #10564 from AUTOMATIC1111/extensions-clone-depth-1AUTOMATIC1111
extensions clone --filter=blob:none
2023-05-21--filter=blob:nonew-e-w
Co-Authored-By: Aarni Koskela <akx@iki.fi> Co-Authored-By: catboxanon <122327233+catboxanon@users.noreply.github.com>
2023-05-21Merge pull request #10586 from catboxanon/patch/fix-dpmpp_2m_sdeAUTOMATIC1111
Discard penultimate sigma for DPM-Solver++(2M) SDE
2023-05-21Discard penultimate sigma for dpmpp_2m_sdecatboxanon
2023-05-21add DPM-Solver++(2M) SDE from new k-diffusionAUTOMATIC
2023-05-21Add a couple `from __future__ import annotations`es for Py3.9 compatAarni Koskela
2023-05-20Merge pull request #10576 from catboxanon/patch/hires-prompt-edit-attnAUTOMATIC1111
Support edit attention keyboard shortcuts in hires fix prompts