aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2023-12-31Merge pull request #14478 from akx/dtype-inspectAUTOMATIC1111
Add utility to inspect a model's dtype/device
2023-12-31Merge pull request #14475 from Learwin/negative_promptAUTOMATIC1111
Adding negative prompts to Loras in extra networks
2023-12-31Revert change from linting for unrelated fileLearwin
2023-12-31Add utility to inspect a model's parameters (to get dtype/device)Aarni Koskela
2023-12-31Deduplicate tiled inference code from SwinIR/ScuNETAarni Koskela
2023-12-31Be more clear about Spandrel model nomenclatureAarni Koskela
2023-12-31load_spandrel_model: always return a model descriptorAarni Koskela
2023-12-31fix for the previous fix.AUTOMATIC1111
2023-12-30Code Style fixesLearwin
2023-12-30Added negative prompts to extra networks loraLearwin
2023-12-30fix error with RealESRGAN model failing to upscale fp32 imageAUTOMATIC1111
2023-12-30Merge pull request #14474 from akx/realesrgan-is-esrganAUTOMATIC1111
Correct RealESRGAN expected architecture type to ESRGAN
2023-12-30Merge pull request #14472 from akx/drop-move-codeAUTOMATIC1111
Remove `cleanup_models` code
2023-12-30Correct RealESRGAN expected architecture type to ESRGANAarni Koskela
2023-12-30Soften Spandrel model-architecture check to just a warningAarni Koskela
2023-12-30Remove `cleanup_models` codeAarni Koskela
2023-12-30Merge pull request #14467 from akx/drop-basicsrAUTOMATIC1111
Drop basicsr dependency
2023-12-30Make Tensorboard a late import (it was implicitly installed by basicsr)Aarni Koskela
2023-12-30Merge pull request #14421 from lanyeeee/api_thread_safeAUTOMATIC1111
fix API thread safe issues of txt2img and img2img
2023-12-31remove locks, move init code to __init__lanyeeee
2023-12-30Drop dependency on basicsrAarni Koskela
2023-12-30fix format issuelanyeeee
2023-12-30Correct arg type for restore_faceAarni Koskela
2023-12-30Merge pull request #14425 from akx/spandrelAUTOMATIC1111
Use Spandrel for upscaling and face restoration architectures
2023-12-30fix img2img api that i broke when implementing infotext supportAUTOMATIC1111
2023-12-30Verify architecture for loaded Spandrel modelsAarni Koskela
2023-12-30Add experimental HAT modelAarni Koskela
2023-12-30Unify CodeFormer and GFPGAN restoration backends, use Spandrel for GFPGANAarni Koskela
2023-12-30Use Spandrel for upscaling and face restoration architectures (aside from ↵Aarni Koskela
GFPGAN and LDSR)
2023-12-30Refactor esrgan_upscale to more generic upscale_with_modelAarni Koskela
2023-12-30Add tile_count property to GridAarni Koskela
2023-12-30Add types to split_gridAarni Koskela
2023-12-30make it possible again to extract styles that have whitespace at the end.AUTOMATIC1111
2023-12-30Merge branch 'dev' into api_thread_safekurisu_u
2023-12-30add locks to ensure init args are thread-safelanyeeee
2023-12-30Merge pull request #14407 from ↵AUTOMATIC1111
AUTOMATIC1111/prevent-crash-due-to-Script-__init__-exception prevent crash due to Script __init__ exception
2023-12-30Merge pull request #14390 from wangqyqq/sdxl-inpaintAUTOMATIC1111
Supporting for SDXL-Inpaint Model
2023-12-30Merge pull request #14446 from AUTOMATIC1111/base-output-path-off-data_pathAUTOMATIC1111
Base output path off data path
2023-12-30Merge pull request #14452 from AUTOMATIC1111/save-info-of-init-imageAUTOMATIC1111
save info of init image
2023-12-30fix bad values read from infotext for API, add commentAUTOMATIC1111
2023-12-30img2img support for infotext APIAUTOMATIC1111
2023-12-30add support for alwayson scripts for infotext APIAUTOMATIC1111
2023-12-30make it so that if an option from infotext conflicts with an argument from ↵AUTOMATIC1111
API, the latter overrides the former
2023-12-30add override_settings support for infotext APIAUTOMATIC1111
2023-12-30aAUTOMATIC1111
2023-12-29save info of init imagew-e-w
2023-12-28webpath use truncate_pathw-e-w
2023-12-28base default image output on data_pathw-e-w
Co-Authored-By: Alberto Cano <34340962+canoalberto@users.noreply.github.com>
2023-12-28create utility truncate_pathw-e-w
utli.truncate_path(target_path, base_path) return the target_path relative to base_path if target_path is a sub path of base_path else return the absolute path
2023-12-27add some codes for robustwangqyqq