aboutsummaryrefslogtreecommitdiff
path: root/extensions-builtin
AgeCommit message (Collapse)Author
2023-10-14Merge pull request #13568 from AUTOMATIC1111/lora_emb_bundleAUTOMATIC1111
Add lora-embedding bundle system
2023-10-14remove duplicated codeAUTOMATIC1111
2023-10-11support inference with LyCORIS GLora networksv0xie
2023-10-10Fix lintKohaku-Blueleaf
2023-10-10Add warning when meet emb name conflictingKohaku-Blueleaf
Choose standalone embedding (in /embeddings folder) first
2023-10-10Remove dev debug printKohaku-Blueleaf
2023-10-10Support string_to_param nested dictKohaku-Blueleaf
format: bundle_emb.EMBNAME.string_to_param.KEYNAME
2023-10-09add lora bundle systemKohaku-Blueleaf
2023-09-10fix: lora-bias-backup don't reset cachedongwenpu
2023-08-29feat: display file metadata ss_output_namebluelovers
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/12289
2023-08-24Zoom and Pan: Resize handlerDanil Boldyrev
2023-08-24remove console.logDanil Boldyrev
2023-08-24Fixing and improving integrationDanil Boldyrev
2023-08-23lintDanil Boldyrev
2023-08-23Removed the old codeDanil Boldyrev
2023-08-22Improve integration, fix for new gradioDanil Boldyrev
2023-08-21make resize handle available to extensionsAUTOMATIC1111
2023-08-20make mobile built-in extension actually do somethingAUTOMATIC1111
2023-08-20make live previews play nice with window/slider resizesAUTOMATIC1111
2023-08-20Add resize-handler extensioncatboxanon
2023-08-16RAM optimization round 2AUTOMATIC1111
2023-08-15lintAUTOMATIC1111
2023-08-15Merge pull request #12584 from AUTOMATIC1111/full-module-with-biasAUTOMATIC1111
Add ex_bias into full module
2023-08-15store patches for Lora in a specialized moduleAUTOMATIC1111
2023-08-15full module with ex_biasKohaku-Blueleaf
2023-08-14separate Extra optionsw-e-w
2023-08-14remove "if bias exist" checkKohaku-Blueleaf
2023-08-14Merge branch 'dev' into extra-norm-moduleKohaku-Blueleaf
2023-08-14Fix MHA updown err and support ex-bias for no-bias layerKohaku-Blueleaf
2023-08-13Merge pull request #12510 from catboxanon/feat/extnet/hashesAUTOMATIC1111
Support search and display of hashes for all extra network items
2023-08-13linterAUTOMATIC1111
2023-08-13Lora: output warnings in UI rather than fail for unfitting loras; switch to ↵AUTOMATIC1111
logging for error output in console
2023-08-13Support search and display of hashes for all extra network itemscatboxanon
2023-08-13remove debug printKohaku-Blueleaf
2023-08-13return None if no ex_biasKohaku-Blueleaf
2023-08-13Add extra norm module into built-in lora extKohaku-Blueleaf
refer to LyCORIS 1.9.0.dev6 add new option and module for training norm layer (Which is reported to be good for style)
2023-08-11Merge pull request #12458 from daswer123/auto-expandAUTOMATIC1111
Zoom and pan: Some fixes for the auto-expand
2023-08-10Fix to make LoRA old method setting workcatboxanon
2023-08-10Height fixDanil Boldyrev
2023-08-10a another fix, a different approachDanil Boldyrev
2023-08-09Merge pull request #12435 from daswer123/auto-expandAUTOMATIC1111
Zoom and pan: fix auto-expand
2023-08-09fix auto-expandDanil Boldyrev
2023-08-09Lora cache in memoryAUTOMATIC1111
2023-08-09auto-expand enable by default for jsDanil Boldyrev
2023-08-09auto-expand enable by defaultDanil Boldyrev
2023-08-08Ability to automatically expand a picture that does not fit in the screenDanil Boldyrev
2023-08-07fix extra_options_section misbehaving when there's just one extra_options ↵AUTOMATIC1111
element
2023-08-07Options in main UI updateAUTOMATIC1111
- correctly read values from pasted infotext - setting for column count - infotext paste: do not add a field to override settings if some other component is already handling it
2023-08-05need Reload UI not Restartw-e-w
2023-08-04gradio 3.39AUTOMATIC1111