aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-18eslint related file editsAUTOMATIC
2023-05-18extend eslint configAUTOMATIC
2023-05-18Error Improvement for install torchWeiming
2023-05-18Merge pull request #8665 from Vespinian/fix_img2img_scriptrunner_for_guiAUTOMATIC1111
fix [Bug]: Changed gui's img2img p.scripts from scripts_txt2img to scripts_img2img
2023-05-18rework #8863 to work with all img2img tabsAUTOMATIC
2023-05-17Merge remote-tracking branch 'pieresimakp/img2img-detect-image-size' into devAUTOMATIC
2023-05-17option to specify editor height for img2imgAUTOMATIC
2023-05-17remove some code duplication from #9348AUTOMATIC
2023-05-17Merge pull request #9348 from space-nuko/improve-frontend-responsivenessAUTOMATIC1111
Improve frontend responsiveness for some buttons
2023-05-17Merge branch 'dev' into improve-frontend-responsivenessAUTOMATIC1111
2023-05-17add option to reorder tabsAUTOMATIC
fix Reload UI not working
2023-05-17simplify name pattern setting tooltipsAUTOMATIC
2023-05-17Merge pull request #10222 from AUTOMATIC1111/readme-simple-installation-methodAUTOMATIC1111
add documentation for simple installation method using release package
2023-05-17alternative solution to fix styles load when edited by human #9765 as ↵AUTOMATIC
suggested by akx
2023-05-17add /sdapi/v1/script-info apiAUTOMATIC
2023-05-17add options to show/hide hidden files and dirs, and to not list models/files ↵AUTOMATIC
in hidden directories
2023-05-17use a single function for saving images with metadata both in extra networks ↵AUTOMATIC
and main mode for #10395
2023-05-17Merge pull request #10395 from wk5ovc/patch-4AUTOMATIC1111
Fix extra networks save preview image geninfo
2023-05-17Merge pull request #10400 from AUTOMATIC1111/Sakura-Luna-patch-1AUTOMATIC1111
Add Python version
2023-05-17isn't there something you forgot, #10483?AUTOMATIC
2023-05-17Merge pull request #10483 from Iheuzio/syntax-searchAUTOMATIC1111
Fix typo in syntax
2023-05-17move some settings to the new Optimization pageAUTOMATIC
add slider for token merging for img2img rework StableDiffusionProcessing to have the token_merging_ratio field fix a bug with applying png optimizations for live previews when they shouldn't be applied
2023-05-17Fix typo in syntaxIheuzio
2023-05-17Merge pull request #10458 from akx/graceful-stopAUTOMATIC1111
Graceful server stopping
2023-05-17when adding tooltips, do not scan whole document and instead only scan added ↵AUTOMATIC
elements
2023-05-17Merge pull request #10414 from AUTOMATIC1111/xyz-token-mergingAUTOMATIC1111
xyz token merging
2023-05-17use a local variable instead of dictionary entry for sd_merge_models in ↵AUTOMATIC
merge model metadata code
2023-05-17Merge pull request #10473 from dongweiming/fix-10460AUTOMATIC1111
Fix #10460
2023-05-17Fixed: #10460Weiming
2023-05-17fix inability to run with --freeze-settingsAUTOMATIC
2023-05-17Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela
2023-05-17Add ESLint to CIAarni Koskela
2023-05-17Add basic ESLint configuration for formattingAarni Koskela
This doesn't enable any of ESLint's actual possible-issue linting, but just style normalization based on the Prettier configuration (but without line length limits).
2023-05-17Merge pull request #10461 from akx/processed-s-min-uncondAUTOMATIC1111
Copy s_min_uncond to Processed
2023-05-17simplify single_sample_to_imageAUTOMATIC
2023-05-17Merge pull request #10467 from Sakura-Luna/taesd-aAUTOMATIC1111
Tiny AE fix
2023-05-17TAESD fixSakura-Luna
2023-05-17Fixing webui.shBaptiste Rajaut
If only i proofread what i wrote
2023-05-17Bump pytorch for AMD UsersBaptiste Rajaut
So apparently it works now? Before you would get "Pytorch cant use the GPU" but not anymore.
2023-05-17Copy s_min_uncond to ProcessedAarni Koskela
Should fix #10416
2023-05-17Add option for /_stop route (for graceful shutdown)Aarni Koskela
2023-05-17Replace state.need_restart with state.server_command + replace poll loop ↵Aarni Koskela
with signal
2023-05-17Merge pull request #10365 from Sakura-Luna/taesd-aAUTOMATIC1111
Add Tiny AE live preview
2023-05-17Merge branch 'dev' into taesd-aAUTOMATIC1111
2023-05-17return live preview defaults to how they wereAUTOMATIC
only download TAESD model when it's needed return calculations in single_sample_to_image to just if/elif/elif blocks keep taesd model in its own directory
2023-05-17add creditsAUTOMATIC
2023-05-17Merge pull request #10440 from grimatoma/increaseModelPickerWidthAUTOMATIC1111
Remove max width for model dropdown
2023-05-17Merge pull request #10451 from dennissheng/masterAUTOMATIC1111
not clear checkpoints cache when config changes
2023-05-17Merge pull request #10452 from dongweiming/fix-negAUTOMATIC1111
Fix remove `textual inversion` prompt
2023-05-17not clear checkpoints cache when config changesdennissheng