aboutsummaryrefslogtreecommitdiffstats
path: root/modules
AgeCommit message (Collapse)AuthorLines
2023-05-08put infotext options into their own category in settings tabAUTOMATIC-4/+7
2023-05-08add version to infotext, footer and console output when startingAUTOMATIC-3/+15
2023-05-08use file modification time instead of current time for #9760AUTOMATIC-1/+2
2023-05-08Merge pull request #9760 from Sakura-Luna/refreshAUTOMATIC1111-0/+3
Fix gallery not being refreshed correctly
2023-05-08Merge pull request #10025 from acncagua/Upscaler_initializationAUTOMATIC1111-3/+0
Initialize the upscalers
2023-05-08Revert "add mtime to served images in gallery to prevent cache from showing ↵AUTOMATIC-1/+1
old images" This reverts commit 669b518cbd2b9e8f5d7852a89627200f87c649d2.
2023-05-08disable useless progress display when pasting infotext using the blur buttonAUTOMATIC-0/+5
2023-05-08directory hiding for extra networks: dirs starting with . will hide their ↵AUTOMATIC-39/+74
cards on extra network tabs unless specifically searched for create HTML for extra network pages only on demand allow directories starting with . to still list their models for lora, checkpoints, etc keep "search" filter for extra networks when user refreshes the page
2023-05-08Merge pull request #10041 from AUTOMATIC1111/print-exception-#9219AUTOMATIC1111-1/+2
print PIL.UnidentifiedImageError
2023-05-08add mtime to served images in gallery to prevent cache from showing old imagesAUTOMATIC-1/+1
2023-05-08Merge pull request #10146 from missionfloyd/gamepad-optionAUTOMATIC1111-0/+2
Fix gamepad navigation
2023-05-06gamepad repeat optionmissionfloyd-0/+1
2023-05-05Fix spellingmissionfloyd-1/+1
2023-05-05Make gamepad navigation optionalmissionfloyd-0/+1
2023-05-06add denoising strength filename patternw-e-w-0/+1
2023-05-05Reopen image fixSakura-Luna-0/+1
2023-05-04Refresh fixSakura-Luna-1/+2
2023-05-04Use a new way to solve webpage refreshSakura-Luna-1/+2
2023-05-04Revert "Fix gallery not being refreshed correctly"Sakura-Luna-4/+0
This reverts commit 2c24e09dfc431ef7617134a807bf741f0b0c9fa3.
2023-05-04Revert "Add img2img refreshed correctly"Sakura-Luna-4/+0
This reverts commit 988dd02632bf38e64bc0cf394ece2a5f7a64e15b.
2023-05-04Revert "Refresh bug fix"Sakura-Luna-4/+2
This reverts commit eff00413ae76e01b9a24b13dee6a0dda98f643f2.
2023-05-04No double calls will be madeAcncagua Slt-3/+0
Do not call load_upscalers in list_builtin_upscalers
2023-05-03print PIL.UnidentifiedImageErrorw-e-w-1/+2
2023-05-02Merge pull request #9865 from catalpaaa/subpath-supportAUTOMATIC1111-0/+1
add subpath support
2023-05-02Merge branch 'master' into devAUTOMATIC-1/+5
2023-05-02fix an error that prevents running webui on torch<2.0 without ↵AUTOMATIC-1/+5
--disable-safe-unpickle
2023-05-02do not load wait for shared.sd_model to load at startupAUTOMATIC-24/+71
2023-05-01Merge branch 'experimental' into subpath-supportcatalpaaa-120/+936
2023-05-01Add a comment and partial fix for the issue when the inpaint UI is ↵AUTOMATIC-1/+4
unresponsive after using it.
2023-05-01checkpoint override enhancementw-e-w-2/+5
2023-04-29alternate restore progress button implementationAUTOMATIC-4/+51
2023-04-29Revert "Merge pull request #7595 from siutin/feature/restore-progress"AUTOMATIC-112/+17
This reverts commit 80987c36f9bfa33092ac7c75624b25d839cb2a06, reversing changes made to 2e78e65a22bfa6b116ae18d12fdcb85ec8acd727.
2023-04-29Merge branch 'dev' into feature/restore-progressAUTOMATIC1111-114/+877
2023-04-29Merge branch 'dev' into masterAUTOMATIC1111-114/+876
2023-04-29bump gradio to 3.28.1AUTOMATIC-1/+1
2023-04-29change gradio callback from change to release in a bunch of places now that ↵AUTOMATIC-2/+10
it's fixed in gradio
2023-04-29remove unwanted changes from #8789AUTOMATIC-12/+3
2023-04-29Merge pull request #8789 from Rucadi/masterAUTOMATIC1111-1/+24
Add polling and reload callback for extensions.
2023-04-29Merge pull request #8924 from kurilee/masterAUTOMATIC1111-3/+9
Add option "keep original size" to textual inversion images preprocess
2023-04-29Merge pull request #9108 from AUTOMATIC1111/img2img-scale-byAUTOMATIC1111-7/+56
add "resize by" and "resize to" tabs to img2img
2023-04-29Update modules/ui.pyAUTOMATIC1111-5/+6
Co-authored-by: missionfloyd <missionfloyd@users.noreply.github.com>
2023-04-29revert some questionable changes from #9159AUTOMATIC-3/+3
2023-04-29Merge branch 'dev' into ui-config-tabsAUTOMATIC1111-89/+756
2023-04-29Merge branch 'dev' into extension-settings-backupAUTOMATIC1111-77/+308
2023-04-29Merge pull request #9312 from space-nuko/save-merge-recipeAUTOMATIC1111-4/+57
Embed model merge metadata in .safetensors file
2023-04-29Merge branch 'dev' into masterAUTOMATIC1111-73/+251
2023-04-29Merge pull request #8948 from hitomi/masterAUTOMATIC1111-2/+12
Fix --realesrgan-models-path and --ldsr-models-path not working
2023-04-29Merge pull request #9351 from nart4hire/fix-ngrok-recreate-tunnelAUTOMATIC1111-0/+12
Fix Ngrok recreating tunnels every reload
2023-04-29Merge pull request #9407 from GoulartNogueira/masterAUTOMATIC1111-1/+3
Fix orientation bug on preprocess
2023-04-29Merge pull request #9219 from Z-nonymous/masterAUTOMATIC1111-2/+5
Fix #9185