aboutsummaryrefslogtreecommitdiffstats
path: root/modules
AgeCommit message (Collapse)AuthorLines
2022-10-28Fix log off by 1Muhammad Rizqi Nur-18/+20
2022-10-28Always ignore "None.pt" in the hypernet directory.timntorres-2/+5
2022-10-27Explicitly state when Hypernet is none.timntorres-1/+1
2022-10-27Read hypernet strength from PNG info.timntorres-0/+1
2022-10-27Add strength to textinfo.timntorres-0/+1
2022-10-28Add missing support for linear activation in hypernetworkbenkyoujouzu-0/+1
2022-10-28Natural sorting for dropdown checkpoint listAntonio-2/+5
Example: Before After 11.ckpt 11.ckpt ab.ckpt ab.ckpt ade_pablo_step_1000.ckpt ade_pablo_step_500.ckpt ade_pablo_step_500.ckpt ade_pablo_step_1000.ckpt ade_step_1000.ckpt ade_step_500.ckpt ade_step_1500.ckpt ade_step_1000.ckpt ade_step_2000.ckpt ade_step_1500.ckpt ade_step_2500.ckpt ade_step_2000.ckpt ade_step_3000.ckpt ade_step_2500.ckpt ade_step_500.ckpt ade_step_3000.ckpt atp_step_5500.ckpt atp_step_5500.ckpt model1.ckpt model1.ckpt model10.ckpt model10.ckpt model1000.ckpt model33.ckpt model33.ckpt model50.ckpt model400.ckpt model400.ckpt model50.ckpt model1000.ckpt moo44.ckpt moo44.ckpt v1-4-pruned-emaonly.ckpt v1-4-pruned-emaonly.ckpt v1-5-pruned-emaonly.ckpt v1-5-pruned-emaonly.ckpt v1-5-pruned.ckpt v1-5-pruned.ckpt v1-5-vae.ckpt v1-5-vae.ckpt
2022-10-27Reduce peak memory usage when changing modelsJosh Watzman-4/+7
A few tweaks to reduce peak memory usage, the biggest being that if we aren't using the checkpoint cache, we shouldn't duplicate the model state dict just to immediately throw it away. On my machine with 16GB of RAM, this change means I can typically change models, whereas before it would typically OOM.
2022-10-27Updated name and hover text.random_thoughtss-1/+1
2022-10-27Moved mask weight config to SD sectionrandom_thoughtss-1/+1
2022-10-27Highres fix works with unmasked latent.random_thoughtss-58/+76
Also refactor the mask creation to make it more accesible.
2022-10-27Merge branch 'AUTOMATIC1111:master' into masterrandom-thoughtss-72/+567
2022-10-28Fix random dataset shuffle on TIFlameLaw-2/+2
2022-10-27fixed indentationFlorian Horn-1/+1
2022-10-27added save button and shortcut (s) to Modal ViewFlorian Horn-3/+5
2022-10-27create send to buttons by extensionsyfszzx-3/+5
2022-10-27Disable unavailable or duplicate optionsAngelBottomless-1/+2
2022-10-27Revert unresolved changes in Bias initializationAngelBottomless-1/+1
it should be zeros_ or parameterized in future properly.
2022-10-27Fix dropout logicguaneec-2/+2
2022-10-27Squashed commit of fixing dropout silentlyAngelBottomless-10/+19
fix dropouts for future hypernetworks add kwargs for Hypernetwork class hypernet UI for gradio input add recommended options remove as options revert adding options in ui
2022-10-27create send to buttons in one moduleyfszzx-247/+184
2022-10-26Add id access to scripts list in the cssxmodar-1/+1
2022-10-26fix: Correct before image saved callbackMMaker-1/+1
2022-10-26prototype progress apievshiron-14/+88
2022-10-26typo: cmd_opts.embedding_dir to cmd_opts.embeddings_dirDepFA-1/+1
2022-10-26Remove folder endpointBruno Seoane-14/+1
2022-10-26Merge branch 'master' of https://github.com/AUTOMATIC1111/stable-diffusion-webuiBruno Seoane-87/+637
2022-10-26Fix error caused by EXIF transpose when using custom scriptsSihan Wang-1/+2
Some custom scripts read image directly and no need to select image in UI, this will cause error.
2022-10-26add script callback for before image save and change callback for after ↵AUTOMATIC-26/+64
image save to use a class with parameters
2022-10-26add override_settings to API as an alternative to #3629AUTOMATIC-7/+22
2022-10-26Fix mergeguaneec-2/+2
2022-10-26Implement PR #3625 but for embeddings.timntorres-1/+1
2022-10-26Implement PR #3309 but for embeddings.timntorres-1/+8
2022-10-26Implement PR #3189 but for embeddings.timntorres-5/+5
2022-10-26patch bug (SeverianVoid's comment on 5245c7a)timntorres-1/+1
2022-10-26img2img, use smartphone photos' EXIF orientationtimntorres-0/+8
2022-10-26Merge fixguaneec-1/+1
2022-10-26Merge branch 'master' into hn-activationguaneec-32/+459
2022-10-26fix typo in on_save_imaged/on_image_saved; hope no extension is using it yetAUTOMATIC-1/+1
2022-10-26default_time_format if format is blankw-e-w-1/+1
2022-10-26Back compatibilityguaneec-7/+10
2022-10-26images: allow nested bracket in filename patternMilly-7/+4
2022-10-26cleanStephen-5/+1
2022-10-26[Bugfix][API] - Fix API response for colab usersStephen-8/+19
2022-10-26enable creating embedding with --medvramAUTOMATIC-0/+3
2022-10-26Merge pull request #3139 from captin411/focal-point-croppingAUTOMATIC1111-5/+392
[Preprocess image] New option to auto crop based on complexity, edges, faces
2022-10-26remove duplicate keys and lowercaseAngelBottomless-1/+1
2022-10-26Weight initialization and More activation funcAngelBottomless-11/+44
add weight init add weight init option in create_hypernetwork fstringify hypernet info save weight initialization info for further debugging fill bias with zero for He/Xavier initialize LayerNorm with Normal fix loading weight_init
2022-10-26Fix off-by-oneguaneec-2/+2
2022-10-26Remove activation from final layer of HNsguaneec-3/+3