aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2022-10-28Gradient clipping for textual embeddingMuhammad Rizqi Nur
2022-10-28Forgot to remove this from train_embeddingMuhammad Rizqi Nur
2022-10-28Gradient clipping in train tabMuhammad Rizqi Nur
2022-10-27Reduce peak memory usage when changing modelsJosh Watzman
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-27Add a barebones interrogate APIRoy Shilkrot
2022-10-27Updated name and hover text.random_thoughtss
2022-10-27Moved mask weight config to SD sectionrandom_thoughtss
2022-10-27Highres fix works with unmasked latent.random_thoughtss
Also refactor the mask creation to make it more accesible.
2022-10-27Merge branch 'AUTOMATIC1111:master' into masterrandom-thoughtss
2022-10-28Fix random dataset shuffle on TIFlameLaw
2022-10-27fixed indentationFlorian Horn
2022-10-27added save button and shortcut (s) to Modal ViewFlorian Horn
2022-10-27Truncate too long filenameYuta Hayashibe
2022-10-27create send to buttons by extensionsyfszzx
2022-10-27Disable unavailable or duplicate optionsAngelBottomless
2022-10-27Revert unresolved changes in Bias initializationAngelBottomless
it should be zeros_ or parameterized in future properly.
2022-10-27Fix dropout logicguaneec
2022-10-27Squashed commit of fixing dropout silentlyAngelBottomless
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
2022-10-26Add id access to scripts list in the cssxmodar
2022-10-26fix: Correct before image saved callbackMMaker
2022-10-26prototype progress apievshiron
2022-10-26typo: cmd_opts.embedding_dir to cmd_opts.embeddings_dirDepFA
2022-10-26Remove folder endpointBruno Seoane
2022-10-26Merge branch 'master' of https://github.com/AUTOMATIC1111/stable-diffusion-webuiBruno Seoane
2022-10-26Fix error caused by EXIF transpose when using custom scriptsSihan Wang
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
image save to use a class with parameters
2022-10-26add override_settings to API as an alternative to #3629AUTOMATIC
2022-10-26Fix mergeguaneec
2022-10-26Implement PR #3625 but for embeddings.timntorres
2022-10-26Implement PR #3309 but for embeddings.timntorres
2022-10-26Implement PR #3189 but for embeddings.timntorres
2022-10-26patch bug (SeverianVoid's comment on 5245c7a)timntorres
2022-10-26img2img, use smartphone photos' EXIF orientationtimntorres
2022-10-26Merge fixguaneec
2022-10-26Merge branch 'master' into hn-activationguaneec
2022-10-26fix typo in on_save_imaged/on_image_saved; hope no extension is using it yetAUTOMATIC
2022-10-26default_time_format if format is blankw-e-w
2022-10-26Back compatibilityguaneec
2022-10-26images: allow nested bracket in filename patternMilly
2022-10-26cleanStephen
2022-10-26[Bugfix][API] - Fix API response for colab usersStephen
2022-10-26enable creating embedding with --medvramAUTOMATIC
2022-10-26Merge pull request #3139 from captin411/focal-point-croppingAUTOMATIC1111
[Preprocess image] New option to auto crop based on complexity, edges, faces
2022-10-26remove duplicate keys and lowercaseAngelBottomless
2022-10-26Weight initialization and More activation funcAngelBottomless
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
2022-10-26Remove activation from final layer of HNsguaneec
2022-10-25update default weightscaptin411
2022-10-25download better face detection module dynamicallycaptin411