aboutsummaryrefslogtreecommitdiff
path: root/modules/sd_models.py
AgeCommit message (Collapse)Author
2023-11-05linterAUTOMATIC1111
2023-11-05Merge branch 'dev' into masterAUTOMATIC1111
2023-11-05Use devices.torch_gc() instead of empty_cache()Ritesh Gangnani
2023-11-05Add SSD-1B as a supported modelRitesh Gangnani
2023-10-15repair unload sd checkpoint buttonAUTOMATIC1111
2023-10-14use shallow copy for #13535AUTOMATIC1111
2023-10-14Merge pull request #13535 from chu8129/devAUTOMATIC1111
fix: checkpoints_loaded:{checkpoint:state_dict}, model.load_state_dict issue in dict value empty
2023-10-07reverstwangqiuwen
2023-10-07upwangqiuwen
2023-09-30Merge pull request #13139 from AUTOMATIC1111/ckpt-dir-path-separatorAUTOMATIC1111
fix `--ckpt-dir` path separator and option use `short name` for checkpoint dropdown
2023-09-30add missing import, simplify code, use patches module for #13276AUTOMATIC1111
2023-09-30Merge pull request #13276 from woweenie/patch-1AUTOMATIC1111
patch DDPM.register_betas so that users can put given_betas in model yaml
2023-09-18fix王秋文/qwwang
2023-09-15patch DDPM.register_betas so that users can put given_betas in model yamlwoweenie
2023-09-15use dict[key]=model; did not update orderdict order, should use move to endqiuwen.wang
2023-09-08parsing string to pathw-e-w
2023-08-30keep order in list of checkpoints when loading model that doesn't have a ↵AUTOMATIC1111
checksum
2023-08-30keep order in list of checkpoints when loading model that doesn't have a ↵AUTOMATIC1111
checksum
2023-08-23set devices.dtype_unet correctlyAUTOMATIC1111
2023-08-22add --medvram-sdxlAUTOMATIC1111
2023-08-21Fix for consistency with shared.opts.sd_vae of UIUminosachi
2023-08-20Change where VAE state are stored in modelUminosachi
2023-08-20Change to access sd_model attribute with dotUminosachi
2023-08-20Store base_vae and loaded_vae_file in sd_modelUminosachi
2023-08-20Fix SD VAE switch error after model reuseUminosachi
2023-08-17resolve the issue with loading fp16 checkpoints while using --no-halfAUTOMATIC1111
2023-08-16send weights to target device instead of CPU memoryAUTOMATIC1111
2023-08-16Revert "send weights to target device instead of CPU memory"AUTOMATIC1111
This reverts commit 0815c45bcdec0a2e5c60bdd5b33d95813d799c01.
2023-08-16send weights to target device instead of CPU memoryAUTOMATIC1111
2023-08-12put refiner into main UI, into the new accordions sectionAUTOMATIC1111
add VAE from main model into infotext, not from refiner model option to make scripts UI without gr.Group fix inconsistencies with refiner when usings samplers that do more denoising than steps
2023-08-10resolve merge issuesAUTOMATIC1111
2023-08-10Merge branch 'dev' into refinerAUTOMATIC1111
2023-08-09fix checkpoint name jumping around in the list of checkpoints for no good reasonAUTOMATIC1111
2023-08-09Merge pull request #12426 from AUTOMATIC1111/split_sharedAUTOMATIC1111
Split shared.py into multiple files
2023-08-09split shared.py into multiple files; should resolve all circular reference ↵AUTOMATIC1111
import errors related to shared.py
2023-08-08Merge branch 'dev' into refinerAUTOMATIC1111
2023-08-08Fix mismatch between shared.sd_model & shared.optsUminosachi
2023-08-07apply unet overrides after switching modelAUTOMATIC1111
2023-08-07SD VAE rework 2AUTOMATIC1111
- the setting for preferring opts.sd_vae has been inverted and reworded - resolve_vae function made easier to read and now returns an object rather than a tuple - if the checkbox for overriding per-model preferences is checked, opts.sd_vae overrides checkpoint user metadata - changing VAE in user metadata for currently loaded model immediately applies the selection
2023-08-06initial refiner supportAUTOMATIC1111
2023-08-05Merge branch 'dev' into multiple_loaded_modelsAUTOMATIC1111
2023-08-05Merge pull request #12181 from AUTOMATIC1111/hires_checkpointAUTOMATIC1111
Hires fix change checkpoint
2023-08-04fix: prevent cache model.state_dict() after model hijackAnyISalIn
Signed-off-by: AnyISalIn <anyisalin@gmail.com>
2023-08-03add style editor dialogAUTOMATIC1111
rework toprow for img2img and txt2img to use a class with fields fix the console error when editing checkpoint user metadata
2023-08-01repair merge errorAUTOMATIC1111
2023-08-01Merge branch 'dev' into multiple_loaded_modelsAUTOMATIC1111
2023-08-01add metadata to checkpoint mergerAUTOMATIC1111
2023-08-01show metadata for SD checkpoints in the extra networks UIAUTOMATIC1111
2023-08-01option to keep multiple models in memoryAUTOMATIC1111
2023-07-31additional memory improvements when switching between models of different typesAUTOMATIC1111