aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-19make links to http://<...>.git git extensions work in the extension tabAUTOMATIC
2023-05-19Spel chek changelog someAarni Koskela
2023-05-19Merge pull request #10529 from ryankashi/masterAUTOMATIC1111
Added /sdapi/v1/refresh-loras api checkpoint post request
2023-05-18rewrite uiElementIsVisibleThottyottyotty
rewrite visibility checking to be more generic/cleaner as well as add functionality to check if the element is scrolled on screen for more intuitive paste-target selection
2023-05-18Added the refresh-loras post requestryankashi
2023-05-19fix linter issuesAUTOMATIC
2023-05-19update CHANGELOGAUTOMATIC
2023-05-18set Navigate image viewer with gamepad option to false by default, by requestAUTOMATIC
2023-05-18Merge pull request #10524 from kamnxt/fix-xyz-hashesAUTOMATIC1111
Use name in xyz_grid
2023-05-18Use name instead of hash in xyz_gridKamil Krzyżanowski
X/Y/Z grid was still using the old hash, prone to collisions. This changes it to use the name instead. Should fix #10521.
2023-05-18Merge remote-tracking branch 'missionfloyd/extra-network-preview-lazyload' ↵AUTOMATIC
into dev
2023-05-18Merge pull request #10520 from catboxanon/devAUTOMATIC1111
Remove blinking effect from text in hires fix and scale resolution preview
2023-05-18rework #10519AUTOMATIC
2023-05-18make it possible for scripts to add cross attention optimizationsAUTOMATIC
add UI selection for cross attention optimization
2023-05-18Fix blinking text of hr and scale rescatboxanon
goodbye
2023-05-18Merge pull request #10519 from catboxanon/patch/hires-input-release-eventAUTOMATIC1111
Improve width/height slider responsiveness
2023-05-18Revert "Merge pull request #10440 from grimatoma/increaseModelPickerWidth"AUTOMATIC
This reverts commit 4b07f2f584596604c4499efb0b0295e96985080f, reversing changes made to 4071fa4a123cc512b7944678142c11d88efeccf9.
2023-05-18Reorder variable assignmentcatboxanon
2023-05-18bump gradioAUTOMATIC
2023-05-18rework hires prompts/sampler code to among other things support different ↵AUTOMATIC
extra networks in first/second pass rework quoting for infotext items that have commas in them to use json (should be backwards compatible except for cases where it didn't work previously) add some locals from processing function into the Processing class as fields
2023-05-18.change -> .release for hires inputcatboxanon
Improves overall UI responsiveness.
2023-05-18Merge remote-tracking branch 'InvincibleDude/improved-hr-conflict-test' into ↵AUTOMATIC
hires-fix-ext
2023-05-18Merge pull request #10381 from AUTOMATIC1111/minor-fixAUTOMATIC1111
Minor fix
2023-05-18add messages about Loras that failed to load to UIAUTOMATIC
2023-05-18if sd_model is None, do not always try to load itAUTOMATIC
2023-05-18Modify xformers instead of pytorchSakura-Luna
2023-05-18add --gradio-allowed-path commandline optionAUTOMATIC
2023-05-18Merge pull request #10465 from baptisterajaut/masterAUTOMATIC1111
Bump pytorch to 2.0 for AMD Users on Linux
2023-05-18Merge branch 'dev' into masterAUTOMATIC1111
2023-05-18python linter fixesAUTOMATIC
2023-05-18keep old option for ngrokAUTOMATIC
2023-05-18Merge pull request #10438 from bobzilladev/ngrok-pyAUTOMATIC1111
Use ngrok-py library
2023-05-18Merge branch 'dev' into ngrok-pyAUTOMATIC1111
2023-05-18Merge pull request #10499 from dongweiming/error-improvementAUTOMATIC1111
Error improvement for install torch
2023-05-18eslint the merged codeAUTOMATIC
2023-05-18Merge branch 'eslint' into devAUTOMATIC
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