aboutsummaryrefslogtreecommitdiff
path: root/modules/sd_models.py
AgeCommit message (Expand)Author
2022-10-20XY grid correctly re-assignes model when config changesrandom_thoughtss
2022-10-20Added PLMS hijack and made sure to always replace methodsrandom_thoughtss
2022-10-19Added support for RunwayML inpainting modelrandom_thoughtss
2022-10-19fix for broken checkpoint mergerAUTOMATIC
2022-10-19Merge branch 'master' into test_resolve_conflictsMalumaDev
2022-10-19more careful loading of model weights (eliminates some issues with checkpoint...AUTOMATIC
2022-10-16ui fix, re organization of the codeMalumaDev
2022-10-15Merge branch 'master' into ckpt-cacheAUTOMATIC1111
2022-10-14add checkpoint cache option to UI for faster model switchingRae Fu
2022-10-14rework the code for lowram a bitAUTOMATIC
2022-10-14load models to VRAM when using `--lowram` paramLjzd-PRO
2022-10-10no to different messages plus fix using != to compare to NoneAUTOMATIC
2022-10-10Merge pull request #2131 from ssysm/upstream-masterAUTOMATIC1111
2022-10-10change vae loading methodssysm
2022-10-10--no-half-vaeAUTOMATIC
2022-10-09Merge branch 'master' of https://github.com/AUTOMATIC1111/stable-diffusion-we...ssysm
2022-10-09add vae path argsssysm
2022-10-09change up #2056 to make it work how i want it to plus make xy plot write corr...AUTOMATIC
2022-10-09Added extended model details to infotextWilliam Moorehouse
2022-10-09fix model switching not working properly if there is a different yaml configAUTOMATIC
2022-10-09fixed incorrect message about loading config; thanks anon!AUTOMATIC
2022-10-09make main model loading and model merger use the same codeAUTOMATIC
2022-10-08support loading .yaml config with same name as modelAUTOMATIC
2022-10-08chore: Fix typosAidan Holland
2022-10-08fix: handles when state_dict does not existleko
2022-10-07support loading VAEAUTOMATIC
2022-10-02emergency fix for disabling SD model download after multiple complaintsAUTOMATIC
2022-10-02disabled SD model download after multiple complaintsAUTOMATIC
2022-10-02fix --ckpt option breaking model selectionAUTOMATIC
2022-10-02initial support for training textual inversionAUTOMATIC
2022-09-30if --ckpt option is specified, load that modelAUTOMATIC
2022-09-30revert the annotation not supported by old pythonsAUTOMATIC
2022-09-30remove unwanted formatting/functionality from the PRAUTOMATIC
2022-09-30fix bugs in the PRAUTOMATIC
2022-09-30Merge pull request #1109 from d8ahazard/ModelLoaderAUTOMATIC1111
2022-09-30return shortest checkpoint title matchDepFA
2022-09-30add get_closet_checkpoint_matchDepFA
2022-09-29Merge remote-tracking branch 'upstream/master' into ModelLoaderd8ahazard
2022-09-29Holy $hit.d8ahazard
2022-09-29fix for incorrect model weight loading for #814AUTOMATIC
2022-09-29remove unneded debug printAUTOMATIC
2022-09-29update lists of models after merging them in checkpoints tabAUTOMATIC
2022-09-27-Add gradio dropdown list to select checkpoints to mergeBernard Maltais
2022-09-27Use model loader with stable-diffusion too.d8ahazard
2022-09-18display a more informative message when a checkpoint is not foundAUTOMATIC
2022-09-17X/Y plot support for switching checkpoints.AUTOMATIC
2022-09-17add support for switching model checkpoints at runtimeAUTOMATIC