aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* change import statements for #14478AUTOMATIC11112023-12-316-15/+12
* Merge pull request #14478 from akx/dtype-inspectAUTOMATIC11112023-12-317-7/+34
|\
| * Add utility to inspect a model's parameters (to get dtype/device)Aarni Koskela2023-12-317-7/+34
* | Merge pull request #14475 from Learwin/negative_promptAUTOMATIC11112023-12-311-1/+4
|\ \ | |/ |/|
| * Revert change from linting for unrelated fileLearwin2023-12-311-1/+1
| * Code Style fixesLearwin2023-12-301-1/+1
| * Added negative prompts to extra networks loraLearwin2023-12-301-1/+4
* | Deduplicate tiled inference code from SwinIR/ScuNETAarni Koskela2023-12-301-1/+71
* | Be more clear about Spandrel model nomenclatureAarni Koskela2023-12-304-8/+10
* | load_spandrel_model: always return a model descriptorAarni Koskela2023-12-301-10/+13
* | fix for the previous fix.AUTOMATIC11112023-12-301-1/+1
|/
* fix error with RealESRGAN model failing to upscale fp32 imageAUTOMATIC11112023-12-301-1/+5
* Merge pull request #14474 from akx/realesrgan-is-esrganAUTOMATIC11112023-12-301-1/+1
|\
| * Correct RealESRGAN expected architecture type to ESRGANAarni Koskela2023-12-301-1/+1
* | Merge pull request #14472 from akx/drop-move-codeAUTOMATIC11112023-12-302-53/+0
|\ \
| * | Remove `cleanup_models` codeAarni Koskela2023-12-302-53/+0
| |/
* / Soften Spandrel model-architecture check to just a warningAarni Koskela2023-12-301-1/+3
|/
* Merge pull request #14467 from akx/drop-basicsrAUTOMATIC11112023-12-302-14/+35
|\
| * Make Tensorboard a late import (it was implicitly installed by basicsr)Aarni Koskela2023-12-301-3/+7
| * Drop dependency on basicsrAarni Koskela2023-12-301-9/+26
| * Correct arg type for restore_faceAarni Koskela2023-12-301-2/+2
* | Merge pull request #14421 from lanyeeee/api_thread_safeAUTOMATIC11112023-12-301-10/+18
|\ \ | |/ |/|
| * remove locks, move init code to __init__lanyeeee2023-12-301-18/+19
| * fix format issuelanyeeee2023-12-301-4/+2
| * Merge branch 'dev' into api_thread_safekurisu_u2023-12-3014-79/+252
| |\
| * | add locks to ensure init args are thread-safelanyeeee2023-12-301-8/+16
| * | move thread-unsafe code to __init__lanyeeee2023-12-261-10/+9
* | | Merge pull request #14425 from akx/spandrelAUTOMATIC11112023-12-3016-1690/+492
|\ \ \
| * | | Verify architecture for loaded Spandrel modelsAarni Koskela2023-12-306-4/+20
| * | | Add experimental HAT modelAarni Koskela2023-12-301-0/+42
| * | | Unify CodeFormer and GFPGAN restoration backends, use Spandrel for GFPGANAarni Koskela2023-12-303-230/+257
| * | | Use Spandrel for upscaling and face restoration architectures (aside from GFP...Aarni Koskela2023-12-3012-1521/+198
| * | | Refactor esrgan_upscale to more generic upscale_with_modelAarni Koskela2023-12-302-39/+74
| * | | Add tile_count property to GridAarni Koskela2023-12-301-1/+7
| * | | Add types to split_gridAarni Koskela2023-12-301-3/+2
* | | | fix img2img api that i broke when implementing infotext supportAUTOMATIC11112023-12-301-0/+1
|/ / /
* | / make it possible again to extract styles that have whitespace at the end.AUTOMATIC11112023-12-301-30/+17
| |/ |/|
* | Merge pull request #14407 from AUTOMATIC1111/prevent-crash-due-to-Script-__in...AUTOMATIC11112023-12-301-1/+6
|\ \
| * | prevent crash due to Script __init__ exceptionw-e-w2023-12-221-1/+6
| |/
* | Merge pull request #14390 from wangqyqq/sdxl-inpaintAUTOMATIC11112023-12-303-1/+32
|\ \
| * | add some codes for robustwangqyqq2023-12-272-13/+16
| * | support for sdxl-inpaint modelwangqyqq2023-12-213-1/+29
| * | Merge pull request #14307 from AUTOMATIC1111/default-Falst-js_live_preview_in...AUTOMATIC11112023-12-161-1/+1
| * | Merge pull request #14216 from wfjsw/state-dict-ref-comparisonAUTOMATIC11112023-12-141-1/+1
| * | Merge pull request #14230 from AUTOMATIC1111/add-option-Live-preview-in-full-...AUTOMATIC11112023-12-141-0/+1
| * | Merge pull request #14229 from Nuullll/ipex-embeddingAUTOMATIC11112023-12-141-0/+9
| * | Merge pull request #14266 from kaalibro/devAUTOMATIC11112023-12-141-0/+1
| * | Merge pull request #14276 from AUTOMATIC1111/fix-stylesAUTOMATIC11112023-12-141-24/+7
| * | Merge pull request #14203 from AUTOMATIC1111/remove-clean_text()AUTOMATIC11112023-12-051-20/+3
| * | repair old handler for postprocessing API in a way that doesn't break interfaceAUTOMATIC11112023-12-042-3/+7