Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Unify CodeFormer and GFPGAN restoration backends, use Spandrel for GFPGAN | Aarni Koskela | 2023-12-30 | 3 | -230/+257 | |
| | | | | | ||||||
| * | | | | Use Spandrel for upscaling and face restoration architectures (aside from ↵ | Aarni Koskela | 2023-12-30 | 12 | -1521/+198 | |
| | | | | | | | | | | | | | | | | | | | | GFPGAN and LDSR) | |||||
| * | | | | Refactor esrgan_upscale to more generic upscale_with_model | Aarni Koskela | 2023-12-30 | 2 | -39/+74 | |
| | | | | | ||||||
| * | | | | Add tile_count property to Grid | Aarni Koskela | 2023-12-30 | 1 | -1/+7 | |
| | | | | | ||||||
| * | | | | Add types to split_grid | Aarni Koskela | 2023-12-30 | 1 | -3/+2 | |
| | | | | | ||||||
* | | | | | fix img2img api that i broke when implementing infotext support | AUTOMATIC1111 | 2023-12-30 | 1 | -0/+1 | |
|/ / / / | ||||||
* | / / | make it possible again to extract styles that have whitespace at the end. | AUTOMATIC1111 | 2023-12-30 | 1 | -30/+17 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #14407 from ↵ | AUTOMATIC1111 | 2023-12-30 | 1 | -1/+6 | |
|\ \ \ | | | | | | | | | | | | | | | | | AUTOMATIC1111/prevent-crash-due-to-Script-__init__-exception prevent crash due to Script __init__ exception | |||||
| * | | | prevent crash due to Script __init__ exception | w-e-w | 2023-12-22 | 1 | -1/+6 | |
| |/ / | ||||||
* | | | Merge pull request #14390 from wangqyqq/sdxl-inpaint | AUTOMATIC1111 | 2023-12-30 | 3 | -1/+32 | |
|\ \ \ | | | | | | | | | Supporting for SDXL-Inpaint Model | |||||
| * | | | add some codes for robust | wangqyqq | 2023-12-27 | 2 | -13/+16 | |
| | | | | ||||||
| * | | | support for sdxl-inpaint model | wangqyqq | 2023-12-21 | 3 | -1/+29 | |
| | | | | ||||||
| * | | | Merge pull request #14307 from ↵ | AUTOMATIC1111 | 2023-12-16 | 1 | -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-comparison | AUTOMATIC1111 | 2023-12-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | change state dict comparison to ref compare | |||||
| * | | | Merge pull request #14230 from ↵ | AUTOMATIC1111 | 2023-12-14 | 1 | -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-embedding | AUTOMATIC1111 | 2023-12-14 | 1 | -0/+9 | |
| | | | | | | | | | | | | [IPEX] Fix embedding and ControlNet | |||||
| * | | | Merge pull request #14266 from kaalibro/dev | AUTOMATIC1111 | 2023-12-14 | 1 | -0/+1 | |
| | | | | | | | | | | | | Re-add setting lost as part of e294e46 | |||||
| * | | | Merge pull request #14276 from AUTOMATIC1111/fix-styles | AUTOMATIC1111 | 2023-12-14 | 1 | -24/+7 | |
| | | | | | | | | | | | | Fix styles | |||||
| * | | | Merge pull request #14203 from AUTOMATIC1111/remove-clean_text() | AUTOMATIC1111 | 2023-12-05 | 1 | -20/+3 | |
| | | | | | | | | | | | | remove clean_text() | |||||
| * | | | repair old handler for postprocessing API in a way that doesn't break interface | AUTOMATIC1111 | 2023-12-04 | 2 | -3/+7 | |
| | | | | ||||||
| * | | | repair old handler for postprocessing API | AUTOMATIC1111 | 2023-12-04 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #14446 from AUTOMATIC1111/base-output-path-off-data_path | AUTOMATIC1111 | 2023-12-30 | 4 | -18/+25 | |
|\ \ \ \ | | | | | | | | | | | Base output path off data path | |||||
| * | | | | webpath use truncate_path | w-e-w | 2023-12-27 | 1 | -8/+3 | |
| | | | | | ||||||
| * | | | | base default image output on data_path | w-e-w | 2023-12-27 | 2 | -9/+11 | |
| | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Alberto Cano <34340962+canoalberto@users.noreply.github.com> | |||||
| * | | | | create utility truncate_path | w-e-w | 2023-12-27 | 1 | -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-image | AUTOMATIC1111 | 2023-12-30 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | save info of init image | |||||
| * | | | | save info of init image | w-e-w | 2023-12-28 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | fix bad values read from infotext for API, add comment | AUTOMATIC1111 | 2023-12-30 | 1 | -2/+17 | |
| | | | | ||||||
* | | | | img2img support for infotext API | AUTOMATIC1111 | 2023-12-30 | 1 | -1/+5 | |
| | | | | ||||||
* | | | | add support for alwayson scripts for infotext API | AUTOMATIC1111 | 2023-12-30 | 1 | -19/+42 | |
| | | | | ||||||
* | | | | make it so that if an option from infotext conflicts with an argument from ↵ | AUTOMATIC1111 | 2023-12-30 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | API, the latter overrides the former | |||||
* | | | | add override_settings support for infotext API | AUTOMATIC1111 | 2023-12-30 | 2 | -22/+54 | |
| | | | | ||||||
* | | | | a | AUTOMATIC1111 | 2023-12-30 | 7 | -33/+83 | |
|/ / / | ||||||
* | | | make task ids for API work without force_task_id | AUTOMATIC1111 | 2023-12-17 | 1 | -6/+3 | |
| | | | ||||||
* | | | Let fp8-related settings to invalidate cond_cache | Kohaku-Blueleaf | 2023-12-16 | 1 | -0/+2 | |
| | | | ||||||
* | | | rename pending tasks api endpoint to be more in line with others | AUTOMATIC1111 | 2023-12-16 | 1 | -1/+2 | |
| | | | ||||||
* | | | Merge pull request #14314 from gayshub/master | AUTOMATIC1111 | 2023-12-16 | 4 | -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 github | gayshub | 2023-12-15 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | fix the problem of ruff of github | gayshub | 2023-12-15 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | fix the problem of ruff of github | gayshub | 2023-12-15 | 3 | -4/+4 | |
| | | | | ||||||
| * | | | add allow specify the task id and get the location of task in the queue of ↵ | gayshub | 2023-12-15 | 4 | -4/+41 | |
| | | | | | | | | | | | | | | | | pending task | |||||
* | | | | Use radio for FP8 mode selection | AUTOMATIC1111 | 2023-12-16 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge branch 'dev' into test-fp8 | AUTOMATIC1111 | 2023-12-16 | 3 | -5/+5 | |
|\ \ \ \ | ||||||
| * | | | | torch 2.1.2 | AUTOMATIC1111 | 2023-12-16 | 2 | -4/+4 | |
| | | | | | ||||||
| * | | | | Merge branch 'dev' into torch210 | AUTOMATIC1111 | 2023-12-16 | 38 | -691/+985 | |
| |\ \ \ \ | ||||||
| | * | | | | default False js_live_preview_in_modal_lightbox | w-e-w | 2023-12-14 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | update torch to 2.1.0 | AUTOMATIC1111 | 2023-11-26 | 2 | -5/+5 | |
| | | | | | | ||||||
* | | | | | | Add FP8 settings into PNG info | Kohaku-Blueleaf | 2023-12-16 | 2 | -0/+8 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'dev' into test-fp8 | Kohaku-Blueleaf | 2023-12-14 | 9 | -54/+178 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | Merge pull request #14269 from kaalibro/skip-interrupt-keyb-shortcuts | AUTOMATIC1111 | 2023-12-14 | 1 | -2/+2 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Add keyboard shortcuts for generate/skip/interrupt |