aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_models.py
AgeCommit message (Expand)AuthorLines
2023-12-01Add support for SD 2.1 Turbo, by converting the state dict from SGM to LDM on...MrCheeze-4/+13
2023-11-05more changes for #13865: fix formatting, rename the function, add comment and...AUTOMATIC1111-1/+1
2023-11-05linterAUTOMATIC1111-2/+2
2023-11-05Merge branch 'dev' into masterAUTOMATIC1111-20/+30
2023-11-05Use devices.torch_gc() instead of empty_cache()Ritesh Gangnani-1/+0
2023-11-05Add SSD-1B as a supported modelRitesh Gangnani-2/+6
2023-10-15repair unload sd checkpoint buttonAUTOMATIC1111-12/+1
2023-10-14use shallow copy for #13535AUTOMATIC1111-2/+1
2023-10-14Merge pull request #13535 from chu8129/devAUTOMATIC1111-4/+5
2023-10-07reverstwangqiuwen-0/+2
2023-10-07upwangqiuwen-6/+5
2023-09-30Merge pull request #13139 from AUTOMATIC1111/ckpt-dir-path-separatorAUTOMATIC1111-2/+3
2023-09-30add missing import, simplify code, use patches module for #13276AUTOMATIC1111-7/+12
2023-09-30Merge pull request #13276 from woweenie/patch-1AUTOMATIC1111-1/+14
2023-09-18fix王秋文/qwwang-0/+1
2023-09-15patch DDPM.register_betas so that users can put given_betas in model yamlwoweenie-1/+14
2023-09-15use dict[key]=model; did not update orderdict order, should use move to endqiuwen.wang-0/+1
2023-09-08parsing string to pathw-e-w-2/+3
2023-08-30keep order in list of checkpoints when loading model that doesn't have a chec...AUTOMATIC1111-1/+21
2023-08-30keep order in list of checkpoints when loading model that doesn't have a chec...AUTOMATIC1111-1/+21
2023-08-23set devices.dtype_unet correctlyAUTOMATIC1111-1/+2
2023-08-22add --medvram-sdxlAUTOMATIC1111-8/+8
2023-08-21Fix for consistency with shared.opts.sd_vae of UIUminosachi-0/+1
2023-08-20Change where VAE state are stored in modelUminosachi-2/+0
2023-08-20Change to access sd_model attribute with dotUminosachi-2/+2
2023-08-20Store base_vae and loaded_vae_file in sd_modelUminosachi-16/+8
2023-08-20Fix SD VAE switch error after model reuseUminosachi-2/+20
2023-08-17resolve the issue with loading fp16 checkpoints while using --no-halfAUTOMATIC1111-1/+4
2023-08-16send weights to target device instead of CPU memoryAUTOMATIC1111-1/+16
2023-08-16Revert "send weights to target device instead of CPU memory"AUTOMATIC1111-1/+1
2023-08-16send weights to target device instead of CPU memoryAUTOMATIC1111-1/+1
2023-08-12put refiner into main UI, into the new accordions sectionAUTOMATIC1111-0/+3
2023-08-10resolve merge issuesAUTOMATIC1111-2/+5
2023-08-10Merge branch 'dev' into refinerAUTOMATIC1111-11/+12
2023-08-09fix checkpoint name jumping around in the list of checkpoints for no good reasonAUTOMATIC1111-3/+9
2023-08-09Merge pull request #12426 from AUTOMATIC1111/split_sharedAUTOMATIC1111-8/+1
2023-08-09split shared.py into multiple files; should resolve all circular reference im...AUTOMATIC1111-8/+1
2023-08-08Merge branch 'dev' into refinerAUTOMATIC1111-1/+2
2023-08-08Fix mismatch between shared.sd_model & shared.optsUminosachi-0/+2
2023-08-07apply unet overrides after switching modelAUTOMATIC1111-0/+1
2023-08-07SD VAE rework 2AUTOMATIC1111-1/+1
2023-08-06initial refiner supportAUTOMATIC1111-1/+17
2023-08-05Merge branch 'dev' into multiple_loaded_modelsAUTOMATIC1111-12/+17
2023-08-05Merge pull request #12181 from AUTOMATIC1111/hires_checkpointAUTOMATIC1111-10/+17
2023-08-04fix: prevent cache model.state_dict() after model hijackAnyISalIn-2/+3
2023-08-03add style editor dialogAUTOMATIC1111-1/+1
2023-08-01repair merge errorAUTOMATIC1111-1/+0
2023-08-01Merge branch 'dev' into multiple_loaded_modelsAUTOMATIC1111-11/+18
2023-08-01add metadata to checkpoint mergerAUTOMATIC1111-1/+1
2023-08-01show metadata for SD checkpoints in the extra networks UIAUTOMATIC1111-10/+16