Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #15006 from imnodb/master | AUTOMATIC1111 | 2024-02-26 | 1 | -1/+1 |
| | | | fix: the `split_threshold` parameter does not work when running Split oversized images | ||||
* | xyz filter blank for number axes | w-e-w | 2024-01-24 | 1 | -0/+4 |
| | |||||
* | keep postprocessing upscale selected tab after restart | Andray | 2024-01-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #14589 from Sj-Si/hotfix/remove-upscaler-size-limits | AUTOMATIC1111 | 2024-01-09 | 1 | -2/+2 |
|\ | | | | | Increase Upscaler Limits | ||||
| * | Restore scale factor limit changes to master branch. | Sj-Si | 2024-01-09 | 1 | -1/+1 |
| | | |||||
| * | Increase limits for upscalers. | Sj-Si | 2024-01-08 | 1 | -3/+3 |
| | | |||||
* | | fix borked merge, rename fields to better match what they do, change setting ↵ | AUTOMATIC1111 | 2024-01-01 | 2 | -3/+3 |
| | | | | | | | | default to true for #13653 | ||||
* | | Merge branch 'dev' into feat/interrupted-end | AUTOMATIC1111 | 2024-01-01 | 10 | -21/+314 |
|\ \ | |||||
| * | | re-layout checkboxes for XYZ grid a bit | AUTOMATIC1111 | 2024-01-01 | 1 | -7/+6 |
| | | | |||||
| * | | Merge remote-tracking branch 'rubberbaron/xyz-grid-vary-seeds' into dev | AUTOMATIC1111 | 2024-01-01 | 1 | -1/+15 |
| |\ \ | |||||
| | * | | xyz_grid: allow varying the seed along an axis along with the axis's other ↵ | Robert Barron | 2023-07-30 | 1 | -2/+16 |
| | | | | | | | | | | | | | | | | changes | ||||
| * | | | Merge pull request #14367 from AUTOMATIC1111/reorder-post-processing-modules | AUTOMATIC1111 | 2023-12-30 | 4 | -4/+4 |
| |\ \ \ | | | | | | | | | | | reorder training preprocessing modules in extras tab | ||||
| | * | | | reorder training preprocessing modules in extras tab | w-e-w | 2023-12-19 | 4 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | using the order from before the rework 11d23e8ca55c097ecfa255a05b63f194e25f08be | ||||
| * | | | | handle axis_type is None | w-e-w | 2023-12-21 | 1 | -0/+4 |
| |/ / / | |||||
| * | | | fix extras caption BLIP | w-e-w | 2023-12-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | #14328 | ||||
| * | | | move soft inpainting to a built-in extension | AUTOMATIC1111 | 2023-12-16 | 1 | -747/+0 |
| | | | | |||||
| * | | | Merge branch 'dev' into test-fp8 | Kohaku-Blueleaf | 2023-12-14 | 1 | -0/+747 |
| |\ \ \ | |||||
| | * | | | Formatted soft_inpainting. | CodeHatchling | 2023-12-09 | 1 | -10/+16 |
| | | | | | |||||
| | * | | | soft_inpainting now appears in the "inpaint" section, and will not activate ↵ | CodeHatchling | 2023-12-09 | 1 | -4/+39 |
| | | | | | | | | | | | | | | | | | | | | unless inpainting is activated. | ||||
| | * | | | Fixed grammar error. | CodeHatchling | 2023-12-08 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Fixed complaint about whitespace, updated help section for a parameter. | CodeHatchling | 2023-12-08 | 1 | -4/+4 |
| | | | | | |||||
| | * | | | Added parameters for the composite stage, fixed batched generation. | CodeHatchling | 2023-12-08 | 1 | -43/+155 |
| | | | | | |||||
| | * | | | Moved image filters used by soft inpainting into soft_inpainting.py from ↵ | CodeHatchling | 2023-12-07 | 1 | -6/+199 |
| | | | | | | | | | | | | | | | | | | | | images.py | ||||
| | * | | | Fixed "No newline at end of file". | CodeHatchling | 2023-12-07 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Re-implemented soft inpainting via a script. Also fixed some mistakes with ↵ | CodeHatchling | 2023-12-07 | 1 | -0/+401 |
| | | | | | | | | | | | | | | | | | | | | the previous hooks, removed unnecessary formatting changes, removed code that I had forgotten to. | ||||
| | * | | | Removed changes in some scripts since the arguments for soft painting are no ↵ | CodeHatchling | 2023-12-07 | 2 | -13/+4 |
| | | | | | | | | | | | | | | | | | | | | longer passed through the same path as "mask_blur". | ||||
| | * | | | Merge remote-tracking branch 'origin2/dev' into soft-inpainting | CodeHatchling | 2023-12-05 | 8 | -15/+277 |
| | |\ \ \ | | | | |/ | | | |/| | | | | | | | | | | | # Conflicts: # modules/processing.py | ||||
| | * | | | Organized the settings and UI of soft inpainting to allow for toggling the ↵ | CodeHatchling | 2023-12-04 | 2 | -17/+13 |
| | | | | | | | | | | | | | | | | | | | | feature, and centralizes default values to reduce the amount of copy-pasta. | ||||
| | * | | | Merge remote-tracking branch 'origin/dev' into soft-inpainting | CodeHatchling | 2023-12-03 | 3 | -7/+34 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # modules/processing.py | ||||
| | * | | | | Tweaked UI sliders and labels. | CodeHatchling | 2023-11-29 | 2 | -4/+4 |
| | | | | | | |||||
| | * | | | | Added slider for detail preservation strength, removed largely needless ↵ | CodeHatchling | 2023-11-29 | 2 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | offset parameter, changed labels in UI and for saving to/pasting data from PNG files. | ||||
| | * | | | | Added UI elements to control blending parameters. | CodeHatchling | 2023-11-28 | 2 | -4/+17 |
| | | | | | | |||||
| * | | | | | Merge branch 'dev' into test-fp8 | Kohaku-Blueleaf | 2023-12-03 | 8 | -15/+277 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| | * | | | | remove Train/Preprocessing tab and put all its functionality into extras ↵ | AUTOMATIC1111 | 2023-12-02 | 8 | -15/+277 |
| | | |/ / | | |/| | | | | | | | | | | | | batch images mode | ||||
| * / | | | Use options instead of cmd_args | Kohaku-Blueleaf | 2023-11-19 | 1 | -0/+1 |
| |/ / / | |||||
| * | | | Merge pull request #13733 from dben/patch-1 | AUTOMATIC1111 | 2023-11-03 | 1 | -2/+15 |
| |\ \ \ | | | | | | | | | | | Update prompts_from_file script to allow concatenating entries with the general prompt. | ||||
| | * | | | linting issue | David Benson | 2023-10-23 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Update prompts_from_file script to allow concatenating entries with the ↵ | David Benson | 2023-10-23 | 1 | -2/+15 |
| | |/ / | | | | | | | | | | | | | general prompt. | ||||
* | / / | Interrupt after current generation | Anthony Fu | 2023-10-16 | 2 | -4/+4 |
|/ / / | |||||
* | | | Merge pull request #13266 from wkpark/xyz-prepare | AUTOMATIC1111 | 2023-09-30 | 1 | -1/+4 |
|\ \ \ | | | | | | | | | xyz_grid: add prepare | ||||
| * | | | xyz_grid: add prepare option to AxisOption | Won-Kyu Park | 2023-09-15 | 1 | -1/+4 |
| | | | | |||||
* | | | | Merge pull request #13282 from ↵ | AUTOMATIC1111 | 2023-09-30 | 1 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | AUTOMATIC1111/XYZ-if-not-Include-Sub-Grids-do-not-save-Sub-Grid XYZ if not include sub grids do not save sub grid | ||||
| * | | | | XYZ if not Include Sub Grids do not save Sub Grid | w-e-w | 2023-09-16 | 1 | -0/+2 |
| |/ / / | |||||
* | | | | Merge pull request #13302 from Zolxys/patch-1 | AUTOMATIC1111 | 2023-09-30 | 1 | -3/+12 |
|\ \ \ \ | |/ / / |/| | | | Fix: --sd_model in "Prompts from file or textbox" script is not working | ||||
| * | | | Fix: --sd_model in "Promts from file or textbox" script is not working | Zolxys | 2023-09-17 | 1 | -3/+12 |
| |/ / | | | | | | | Fix for bug report #8079 | ||||
* / / | Restore missing tooltips | missionfloyd | 2023-09-01 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #12818 from catboxanon/sgm | AUTOMATIC1111 | 2023-08-29 | 1 | -0/+1 |
| | | | | | | Add option to align with sgm repo's sampling implementation | ||||
* | | Merge pull request #12780 from catboxanon/xyz-hide-samplers | AUTOMATIC1111 | 2023-08-27 | 1 | -3/+3 |
| | | | | | | Don't show hidden samplers in dropdown for XYZ script | ||||
* | | add RNG source to XYZ | w-e-w | 2023-08-21 | 1 | -0/+1 |
| | | |||||
* | | fix xyz swap axes | w-e-w | 2023-08-20 | 1 | -11/+14 |
| | | | | | | | | make csv_string_to_list_strip function |