aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_models.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for SD 2.1 Turbo, by converting the state dict from SGM to LDM on...MrCheeze2023-12-021-4/+13
* more changes for #13865: fix formatting, rename the function, add comment and...AUTOMATIC11112023-11-051-1/+1
* linterAUTOMATIC11112023-11-051-2/+2
* Merge branch 'dev' into masterAUTOMATIC11112023-11-051-20/+30
|\
| * repair unload sd checkpoint buttonAUTOMATIC11112023-10-151-12/+1
| * use shallow copy for #13535AUTOMATIC11112023-10-141-2/+1
| * Merge pull request #13535 from chu8129/devAUTOMATIC11112023-10-141-4/+5
| |\
| | * reverstwangqiuwen2023-10-071-0/+2
| | * upwangqiuwen2023-10-071-6/+5
| * | Merge pull request #13139 from AUTOMATIC1111/ckpt-dir-path-separatorAUTOMATIC11112023-09-301-2/+3
| |\ \
| | * | parsing string to pathw-e-w2023-09-081-2/+3
| | * | keep order in list of checkpoints when loading model that doesn't have a chec...AUTOMATIC11112023-08-301-1/+21
| * | | add missing import, simplify code, use patches module for #13276AUTOMATIC11112023-09-301-7/+12
| * | | Merge pull request #13276 from woweenie/patch-1AUTOMATIC11112023-09-301-1/+14
| |\ \ \ | | |_|/ | |/| |
| | * | patch DDPM.register_betas so that users can put given_betas in model yamlwoweenie2023-09-151-1/+14
| * | | fix王秋文/qwwang2023-09-181-0/+1
| * | | use dict[key]=model; did not update orderdict order, should use move to endqiuwen.wang2023-09-151-0/+1
| |/ /
* | | Use devices.torch_gc() instead of empty_cache()Ritesh Gangnani2023-11-051-1/+0
* | | Add SSD-1B as a supported modelRitesh Gangnani2023-11-051-2/+6
|/ /
* / keep order in list of checkpoints when loading model that doesn't have a chec...AUTOMATIC11112023-08-301-1/+21
|/
* set devices.dtype_unet correctlyAUTOMATIC11112023-08-231-1/+2
* add --medvram-sdxlAUTOMATIC11112023-08-221-8/+8
* Fix for consistency with shared.opts.sd_vae of UIUminosachi2023-08-211-0/+1
* Change where VAE state are stored in modelUminosachi2023-08-201-2/+0
* Change to access sd_model attribute with dotUminosachi2023-08-201-2/+2
* Store base_vae and loaded_vae_file in sd_modelUminosachi2023-08-201-16/+8
* Fix SD VAE switch error after model reuseUminosachi2023-08-201-2/+20
* resolve the issue with loading fp16 checkpoints while using --no-halfAUTOMATIC11112023-08-171-1/+4
* send weights to target device instead of CPU memoryAUTOMATIC11112023-08-161-1/+16
* Revert "send weights to target device instead of CPU memory"AUTOMATIC11112023-08-161-1/+1
* send weights to target device instead of CPU memoryAUTOMATIC11112023-08-161-1/+1
* put refiner into main UI, into the new accordions sectionAUTOMATIC11112023-08-121-0/+3
* resolve merge issuesAUTOMATIC11112023-08-101-2/+5
* Merge branch 'dev' into refinerAUTOMATIC11112023-08-101-11/+12
|\
| * fix checkpoint name jumping around in the list of checkpoints for no good reasonAUTOMATIC11112023-08-091-3/+9
| * Merge pull request #12426 from AUTOMATIC1111/split_sharedAUTOMATIC11112023-08-091-8/+1
| |\
| | * split shared.py into multiple files; should resolve all circular reference im...AUTOMATIC11112023-08-091-8/+1
| * | Fix mismatch between shared.sd_model & shared.optsUminosachi2023-08-081-0/+2
| |/
* | Merge branch 'dev' into refinerAUTOMATIC11112023-08-081-1/+2
|\|
| * apply unet overrides after switching modelAUTOMATIC11112023-08-071-0/+1
| * SD VAE rework 2AUTOMATIC11112023-08-071-1/+1
* | initial refiner supportAUTOMATIC11112023-08-061-1/+17
|/
* Merge branch 'dev' into multiple_loaded_modelsAUTOMATIC11112023-08-051-12/+17
|\
| * Merge pull request #12181 from AUTOMATIC1111/hires_checkpointAUTOMATIC11112023-08-051-10/+17
| |\
| | * additional memory improvements when switching between models of different typesAUTOMATIC11112023-07-311-1/+4
| | * hires fix checkpoint selectionAUTOMATIC11112023-07-301-9/+13
| * | fix: prevent cache model.state_dict() after model hijackAnyISalIn2023-08-041-2/+3
| * | add style editor dialogAUTOMATIC11112023-08-031-1/+1
* | | repair merge errorAUTOMATIC11112023-08-011-1/+0
* | | Merge branch 'dev' into multiple_loaded_modelsAUTOMATIC11112023-08-011-11/+18
|\| |