aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14425 from akx/spandrelAUTOMATIC11112023-12-3016-1690/+492
|\ | | | | Use Spandrel for upscaling and face restoration architectures
| * 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 ↵Aarni Koskela2023-12-3012-1521/+198
| | | | | | | | GFPGAN and LDSR)
| * 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 ↵AUTOMATIC11112023-12-301-1/+6
|\ | | | | | | | | AUTOMATIC1111/prevent-crash-due-to-Script-__init__-exception prevent crash due to Script __init__ exception
| * 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
|\ \ | | | | | | Supporting for SDXL-Inpaint Model
| * | add some codes for robustwangqyqq2023-12-272-13/+16
| | |
| * | support for sdxl-inpaint modelwangqyqq2023-12-213-1/+29
| | |
| * | Merge pull request #14307 from ↵AUTOMATIC11112023-12-161-1/+1
| | | | | | | | | | | | | | | AUTOMATIC1111/default-Falst-js_live_preview_in_modal_lightbox default False js_live_preview_in_modal_lightbox
| * | Merge pull request #14216 from wfjsw/state-dict-ref-comparisonAUTOMATIC11112023-12-141-1/+1
| | | | | | | | | change state dict comparison to ref compare
| * | Merge pull request #14230 from ↵AUTOMATIC11112023-12-141-0/+1
| | | | | | | | | | | | | | | AUTOMATIC1111/add-option-Live-preview-in-full-page-image-viewer add option: Live preview in full page image viewer
| * | Merge pull request #14229 from Nuullll/ipex-embeddingAUTOMATIC11112023-12-141-0/+9
| | | | | | | | | [IPEX] Fix embedding and ControlNet
| * | Merge pull request #14266 from kaalibro/devAUTOMATIC11112023-12-141-0/+1
| | | | | | | | | Re-add setting lost as part of e294e46
| * | Merge pull request #14276 from AUTOMATIC1111/fix-stylesAUTOMATIC11112023-12-141-24/+7
| | | | | | | | | Fix styles
| * | Merge pull request #14203 from AUTOMATIC1111/remove-clean_text()AUTOMATIC11112023-12-051-20/+3
| | | | | | | | | remove clean_text()
| * | repair old handler for postprocessing API in a way that doesn't break interfaceAUTOMATIC11112023-12-042-3/+7
| | |
| * | repair old handler for postprocessing APIAUTOMATIC11112023-12-041-1/+1
| | |
* | | Merge pull request #14446 from AUTOMATIC1111/base-output-path-off-data_pathAUTOMATIC11112023-12-304-18/+25
|\ \ \ | | | | | | | | Base output path off data path
| * | | webpath use truncate_pathw-e-w2023-12-271-8/+3
| | | |
| * | | base default image output on data_pathw-e-w2023-12-272-9/+11
| | | | | | | | | | | | | | | | Co-Authored-By: Alberto Cano <34340962+canoalberto@users.noreply.github.com>
| * | | create utility truncate_pathw-e-w2023-12-271-1/+11
| | |/ | |/| | | | | | | | | | 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
* | | Merge pull request #14452 from AUTOMATIC1111/save-info-of-init-imageAUTOMATIC11112023-12-301-1/+1
|\ \ \ | | | | | | | | save info of init image
| * | | save info of init imagew-e-w2023-12-281-1/+1
| |/ /
* | | fix bad values read from infotext for API, add commentAUTOMATIC11112023-12-301-2/+17
| | |
* | | img2img support for infotext APIAUTOMATIC11112023-12-301-1/+5
| | |
* | | add support for alwayson scripts for infotext APIAUTOMATIC11112023-12-301-19/+42
| | |
* | | make it so that if an option from infotext conflicts with an argument from ↵AUTOMATIC11112023-12-301-1/+5
| | | | | | | | | | | | API, the latter overrides the former
* | | add override_settings support for infotext APIAUTOMATIC11112023-12-302-22/+54
| | |
* | | aAUTOMATIC11112023-12-307-33/+83
|/ /
* | make task ids for API work without force_task_idAUTOMATIC11112023-12-171-6/+3
| |
* | Let fp8-related settings to invalidate cond_cacheKohaku-Blueleaf2023-12-161-0/+2
| |
* | rename pending tasks api endpoint to be more in line with othersAUTOMATIC11112023-12-161-1/+2
| |
* | Merge pull request #14314 from gayshub/masterAUTOMATIC11112023-12-164-4/+40
|\ \ | | | | | | Add allow specify the task id and get the location of task in the queue of pending task
| * | fix the problem of ruff of githubgayshub2023-12-151-1/+0
| | |
| * | fix the problem of ruff of githubgayshub2023-12-151-1/+1
| | |
| * | fix the problem of ruff of githubgayshub2023-12-153-4/+4
| | |
| * | add allow specify the task id and get the location of task in the queue of ↵gayshub2023-12-154-4/+41
| | | | | | | | | | | | pending task
* | | Use radio for FP8 mode selectionAUTOMATIC11112023-12-161-1/+1
| | |
* | | Merge branch 'dev' into test-fp8AUTOMATIC11112023-12-163-5/+5
|\ \ \
| * | | torch 2.1.2AUTOMATIC11112023-12-162-4/+4
| | | |
| * | | Merge branch 'dev' into torch210AUTOMATIC11112023-12-1638-691/+985
| |\ \ \
| | * | | default False js_live_preview_in_modal_lightboxw-e-w2023-12-141-1/+1
| | | | |
| * | | | update torch to 2.1.0AUTOMATIC11112023-11-262-5/+5
| | | | |