Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-05-15 | load extensions' git metadata in parallel to loading the main program to ↵ | AUTOMATIC | -3/+26 | |
save a ton of time during startup | ||||
2023-05-15 | Show "Loading..." for extra networks when displaying for the first time | AUTOMATIC | -4/+15 | |
2023-05-16 | xyz token merging | w-e-w | -0/+7 | |
2023-05-15 | Add Python version | Sakura-Luna | -0/+9 | |
Many users still use unverified versions of Python and file version-specific issues, often without mentioning version information, making troubleshooting difficult. | ||||
2023-05-15 | Fix extra networks save preview image geninfo | Keith | -3/+13 | |
2023-05-15 | Minor changes | Sakura-Luna | -2/+2 | |
2023-05-15 | Change to extra-index-url | Sakura-Luna | -1/+1 | |
2023-05-15 | Revert Gradio version | Sakura-Luna | -1/+1 | |
2023-05-14 | Merge pull request #10379 from AUTOMATIC1111/Sakura-Luna-patch-1 | AUTOMATIC1111 | -0/+12 | |
Add GPU device | ||||
2023-05-14 | Merge pull request #10384 from akx/no-shell | AUTOMATIC1111 | -3/+3 | |
launch.py: Don't involve shell for running Python or getting Git output | ||||
2023-05-14 | launch.py: Don't involve shell for running Python or Git for output | Aarni Koskela | -3/+3 | |
Fixes Linux regression in 451d255b5859580c4adf99d67760330d58d76446 | ||||
2023-05-14 | Merge pull request #10382 from AUTOMATIC1111/fix_xyz_checkpoint | AUTOMATIC1111 | -1/+1 | |
fix xyz checkpoint | ||||
2023-05-15 | fix xyz checkpoint | w-e-w | -1/+1 | |
2023-05-14 | Update bug_report.yml | Sakura-Luna | -11/+11 | |
2023-05-14 | Modify pytorch command | Sakura-Luna | -1/+1 | |
2023-05-14 | Downgrade Gradio | Sakura-Luna | -1/+1 | |
2023-05-14 | Add GPU device | Sakura-Luna | -0/+12 | |
Add GPU option to troubleshoot. | ||||
2023-05-14 | Merge branch 'master' into dev | AUTOMATIC | -1/+7 | |
2023-05-14 | Merge branch 'release_candidate' | AUTOMATIC | -61/+94 | |
2023-05-14 | update readme for release | AUTOMATIC | -1/+1 | |
2023-05-14 | add a possible fix for 'LatentDiffusion' object has no attribute ↵ | AUTOMATIC | -0/+5 | |
'lora_layer_mapping' | ||||
2023-05-14 | fix model loading twice in some situations | AUTOMATIC | -0/+6 | |
2023-05-14 | Merge pull request #10218 from micky2be/find_vae | AUTOMATIC1111 | -4/+4 | |
Files in vae folder with same name as a checkpoint can be found too | ||||
2023-05-14 | Merge branch 'dev' into find_vae | AUTOMATIC1111 | -1476/+2223 | |
2023-05-14 | Merge pull request #10367 from AUTOMATIC1111/jpeg-extra-network-preview | AUTOMATIC1111 | -2/+2 | |
allow jpeg for extra network preview | ||||
2023-05-14 | remove auto live previews format option, fix slow PNG generation | AUTOMATIC | -11/+10 | |
2023-05-14 | add a bunch of descriptions and reword a lot of settings (sorry, localizers) | AUTOMATIC | -49/+65 | |
2023-05-14 | allow jpeg for extra network preview | w-e-w | -2/+2 | |
2023-05-14 | set up a system to provide extra info for settings elements in python rather ↵ | AUTOMATIC | -42/+103 | |
than js add a bit of spacing/styling to settings elements add link info for token merging | ||||
2023-05-14 | Add live preview mode check | Sakura-Luna | -2/+2 | |
2023-05-14 | Add Tiny AE live preview | Sakura-Luna | -9/+101 | |
2023-05-14 | updates for #9256 | AUTOMATIC | -4/+5 | |
2023-05-14 | Merge pull request #9256 from papuSpartan/tomesd | AUTOMATIC1111 | -1/+63 | |
Integrate optional speed and memory improvements by token merging (via dbolya/tomesd) | ||||
2023-05-14 | remove output_altered flag from AfterCFGCallbackParams | AUTOMATIC | -5/+1 | |
2023-05-14 | Merge pull request #10357 from catboxanon/sag | AUTOMATIC1111 | -1/+42 | |
Add/modify CFG callbacks for Self-Attention Guidance extension | ||||
2023-05-14 | Merge pull request #10292 from akx/smol-bump | AUTOMATIC1111 | -2/+2 | |
Bump some versions to avoid downgrading them | ||||
2023-05-14 | Update script_callbacks.py | Sakura-Luna | -4/+4 | |
2023-05-14 | Add/modify CFG callbacks | catboxanon | -1/+42 | |
Required by self-attn guidance extension https://github.com/ashen-sensored/sd_webui_SAG | ||||
2023-05-13 | update readme | AUTOMATIC | -0/+1 | |
2023-05-13 | Merge pull request #10335 from akx/l10n-dis-take-2 | AUTOMATIC1111 | -35/+41 | |
Localization fixes | ||||
2023-05-13 | Merge branch 'release_candidate' into dev | AUTOMATIC | -1/+25 | |
2023-05-13 | Merge branch 'v1.2.0-hotfix' into release_candidate | AUTOMATIC | -26/+47 | |
2023-05-13 | update readme | AUTOMATIC | -0/+11 | |
2023-05-13 | Merge pull request #10324 from catboxanon/offline | AUTOMATIC1111 | -2/+10 | |
Allow web UI to be ran fully offline | ||||
2023-05-13 | Merge pull request #10339 from catboxanon/bf16 | AUTOMATIC1111 | -1/+1 | |
Allow bf16 in safe unpickler | ||||
2023-05-13 | fix upscalers disappearing after the user reloads UI | AUTOMATIC | -22/+11 | |
2023-05-13 | add an option to always refer to lora by filenames | AUTOMATIC | -1/+14 | |
never refer to lora by an alias if multiple loras have same alias or the alias is called none | ||||
2023-05-13 | Merge pull request #10339 from catboxanon/bf16 | AUTOMATIC1111 | -1/+1 | |
Allow bf16 in safe unpickler | ||||
2023-05-13 | Merge pull request #10335 from akx/l10n-dis-take-2 | AUTOMATIC1111 | -35/+41 | |
Localization fixes | ||||
2023-05-13 | Merge pull request #10324 from catboxanon/offline | AUTOMATIC1111 | -2/+10 | |
Allow web UI to be ran fully offline |