aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_models.py
Commit message (Expand)AuthorAgeFilesLines
* sort hypernetworks and checkpoints by nameAUTOMATIC2023-03-281-1/+1
* Merge pull request #8958 from MrCheeze/variations-modelAUTOMATIC11112023-03-281-0/+8
|\
| * overwrite xformers in the unclip model config if not availableMrCheeze2023-03-261-0/+3
| * Add support for the Variations models (unclip-h and unclip-l)MrCheeze2023-03-261-0/+5
* | Merge pull request #8780 from Brawlence/masterAUTOMATIC11112023-03-251-1/+21
|\ \
| * | Unload checkpoints on RequestΦφ2023-03-211-1/+21
| |/
* / fix variable typocarat-johyun2023-03-231-2/+2
|/
* fix an error loading Lora with empty values in metadataAUTOMATIC2023-03-141-1/+1
* Add view metadata button for Lora cards.AUTOMATIC2023-03-141-0/+24
* when existsw-e-w2023-02-191-1/+1
* fix auto sd download issuew-e-w2023-02-191-1/+7
* Add ".vae.ckpt" to ext_blacklistmissionfloyd2023-02-161-1/+1
* Download model if none are foundmissionfloyd2023-02-151-1/+1
* make it possible to load SD1 checkpoints without CLIPAUTOMATIC2023-02-051-1/+5
* fix issue with switching back to checkpoint that had its checksum calculated ...AUTOMATIC2023-02-041-2/+3
* Merge pull request #7470 from cbrownstein-lambda/update-error-message-no-chec...AUTOMATIC11112023-02-041-1/+1
|\
| * Update error message WRT missing checkpoint fileCody Brownstein2023-02-011-1/+1
* | add --no-hashingAUTOMATIC2023-02-041-0/+3
|/
* support for searching subdirectory names for extra networksAUTOMATIC2023-01-291-0/+1
* fixed a bug where after switching to a checkpoint with unknown hash, you'd ge...AUTOMATIC2023-01-281-3/+1
* add data-dir flag and set all user data directories based on itMax Audron2023-01-271-3/+3
* support detecting midas modelAUTOMATIC2023-01-271-5/+5
* remove the need to place configs near modelsAUTOMATIC2023-01-271-115/+113
* Merge pull request #6510 from brkirch/unet16-upcast-precisionAUTOMATIC11112023-01-251-0/+10
|\
| * Add option for float32 sampling with float16 UNetbrkirch2023-01-251-0/+10
* | Add instruct-pix2pix hijackKyle2023-01-251-1/+11
|/
* bring back short hashes to sd checkpoint selectionAUTOMATIC2023-01-191-4/+11
* fix bug with "Ignore selected VAE for..." option completely disabling VAE ele...AUTOMATIC2023-01-141-3/+3
* load hashes from cache for checkpoints that have themAUTOMATIC2023-01-141-3/+6
* update key to use with checkpoints' sha256 in cacheAUTOMATIC2023-01-141-1/+1
* change hypernets to use sha256 hashesAUTOMATIC2023-01-141-1/+1
* change hash to sha256AUTOMATIC2023-01-141-42/+74
* fix for an error caused by skipping initialization, for realsies this time: T...AUTOMATIC2023-01-111-0/+1
* possible fix for fallback for fast model creation from config, attempt 2AUTOMATIC2023-01-111-0/+1
* possible fix for fallback for fast model creation from configAUTOMATIC2023-01-111-0/+3
* add support for transformers==4.25.1AUTOMATIC2023-01-101-2/+6
* add more stuff to ignore when creating model from configAUTOMATIC2023-01-101-4/+28
* disable torch weight initialization and CLIP downloading/reading checkpoint t...AUTOMATIC2023-01-101-2/+3
* allow model load if previous model failedVladimir Mandic2023-01-091-5/+10
* use commandline-supplied cuda device name instead of cuda:0 for safetensors P...AUTOMATIC2023-01-041-1/+1
* Merge remote-tracking branch 'Narsil/fix_safetensors_load_speed'AUTOMATIC2023-01-041-1/+4
|\
| * Attempting to solve slow loads for `safetensors`.Nicolas Patry2022-12-271-1/+4
* | fix broken inpainting modelAUTOMATIC2023-01-041-3/+0
* | find configs for models at runtime rather than when startingAUTOMATIC2023-01-041-13/+18
* | helpful error message when trying to load 2.0 without configAUTOMATIC2023-01-041-8/+18
* | call script callbacks for reloaded model after loading embeddingsAUTOMATIC2023-01-031-2/+2
* | fix the issue with training on SD2.0AUTOMATIC2023-01-011-0/+2
* | validate textual inversion embeddingsVladimir Mandic2022-12-311-0/+3
|/
* fix F541 f-string without any placeholdersYuval Aboulafia2022-12-241-4/+4
* Removed lenght in sd_model at line 115linuxmobile ( リナックス )2022-12-241-3/+0