aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15006 from imnodb/masterAUTOMATIC11112024-02-261-1/+1
| | | fix: the `split_threshold` parameter does not work when running Split oversized images
* xyz filter blank for number axesw-e-w2024-01-241-0/+4
|
* keep postprocessing upscale selected tab after restartAndray2024-01-201-1/+1
|
* Merge pull request #14589 from Sj-Si/hotfix/remove-upscaler-size-limitsAUTOMATIC11112024-01-091-2/+2
|\ | | | | Increase Upscaler Limits
| * Restore scale factor limit changes to master branch.Sj-Si2024-01-091-1/+1
| |
| * Increase limits for upscalers.Sj-Si2024-01-081-3/+3
| |
* | fix borked merge, rename fields to better match what they do, change setting ↵AUTOMATIC11112024-01-012-3/+3
| | | | | | | | default to true for #13653
* | Merge branch 'dev' into feat/interrupted-endAUTOMATIC11112024-01-0110-21/+314
|\ \
| * | re-layout checkboxes for XYZ grid a bitAUTOMATIC11112024-01-011-7/+6
| | |
| * | Merge remote-tracking branch 'rubberbaron/xyz-grid-vary-seeds' into devAUTOMATIC11112024-01-011-1/+15
| |\ \
| | * | xyz_grid: allow varying the seed along an axis along with the axis's other ↵Robert Barron2023-07-301-2/+16
| | | | | | | | | | | | | | | | changes
| * | | Merge pull request #14367 from AUTOMATIC1111/reorder-post-processing-modulesAUTOMATIC11112023-12-304-4/+4
| |\ \ \ | | | | | | | | | | reorder training preprocessing modules in extras tab
| | * | | reorder training preprocessing modules in extras tabw-e-w2023-12-194-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | using the order from before the rework 11d23e8ca55c097ecfa255a05b63f194e25f08be
| * | | | handle axis_type is Nonew-e-w2023-12-211-0/+4
| |/ / /
| * | | fix extras caption BLIPw-e-w2023-12-161-1/+1
| | | | | | | | | | | | | | | | #14328
| * | | move soft inpainting to a built-in extensionAUTOMATIC11112023-12-161-747/+0
| | | |
| * | | Merge branch 'dev' into test-fp8Kohaku-Blueleaf2023-12-141-0/+747
| |\ \ \
| | * | | Formatted soft_inpainting.CodeHatchling2023-12-091-10/+16
| | | | |
| | * | | soft_inpainting now appears in the "inpaint" section, and will not activate ↵CodeHatchling2023-12-091-4/+39
| | | | | | | | | | | | | | | | | | | | unless inpainting is activated.
| | * | | Fixed grammar error.CodeHatchling2023-12-081-1/+1
| | | | |
| | * | | Fixed complaint about whitespace, updated help section for a parameter.CodeHatchling2023-12-081-4/+4
| | | | |
| | * | | Added parameters for the composite stage, fixed batched generation.CodeHatchling2023-12-081-43/+155
| | | | |
| | * | | Moved image filters used by soft inpainting into soft_inpainting.py from ↵CodeHatchling2023-12-071-6/+199
| | | | | | | | | | | | | | | | | | | | images.py
| | * | | Fixed "No newline at end of file".CodeHatchling2023-12-071-1/+1
| | | | |
| | * | | Re-implemented soft inpainting via a script. Also fixed some mistakes with ↵CodeHatchling2023-12-071-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 ↵CodeHatchling2023-12-072-13/+4
| | | | | | | | | | | | | | | | | | | | longer passed through the same path as "mask_blur".
| | * | | Merge remote-tracking branch 'origin2/dev' into soft-inpaintingCodeHatchling2023-12-058-15/+277
| | |\ \ \ | | | | |/ | | | |/| | | | | | | | | | | # Conflicts: # modules/processing.py
| | * | | Organized the settings and UI of soft inpainting to allow for toggling the ↵CodeHatchling2023-12-042-17/+13
| | | | | | | | | | | | | | | | | | | | feature, and centralizes default values to reduce the amount of copy-pasta.
| | * | | Merge remote-tracking branch 'origin/dev' into soft-inpaintingCodeHatchling2023-12-033-7/+34
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # modules/processing.py
| | * | | | Tweaked UI sliders and labels.CodeHatchling2023-11-292-4/+4
| | | | | |
| | * | | | Added slider for detail preservation strength, removed largely needless ↵CodeHatchling2023-11-292-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | offset parameter, changed labels in UI and for saving to/pasting data from PNG files.
| | * | | | Added UI elements to control blending parameters.CodeHatchling2023-11-282-4/+17
| | | | | |
| * | | | | Merge branch 'dev' into test-fp8Kohaku-Blueleaf2023-12-038-15/+277
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | remove Train/Preprocessing tab and put all its functionality into extras ↵AUTOMATIC11112023-12-028-15/+277
| | | |/ / | | |/| | | | | | | | | | | | batch images mode
| * / | | Use options instead of cmd_argsKohaku-Blueleaf2023-11-191-0/+1
| |/ / /
| * | | Merge pull request #13733 from dben/patch-1AUTOMATIC11112023-11-031-2/+15
| |\ \ \ | | | | | | | | | | Update prompts_from_file script to allow concatenating entries with the general prompt.
| | * | | linting issueDavid Benson2023-10-231-1/+1
| | | | |
| | * | | Update prompts_from_file script to allow concatenating entries with the ↵David Benson2023-10-231-2/+15
| | |/ / | | | | | | | | | | | | general prompt.
* | / / Interrupt after current generationAnthony Fu2023-10-162-4/+4
|/ / /
* | | Merge pull request #13266 from wkpark/xyz-prepareAUTOMATIC11112023-09-301-1/+4
|\ \ \ | | | | | | | | xyz_grid: add prepare
| * | | xyz_grid: add prepare option to AxisOptionWon-Kyu Park2023-09-151-1/+4
| | | |
* | | | Merge pull request #13282 from ↵AUTOMATIC11112023-09-301-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 Gridw-e-w2023-09-161-0/+2
| |/ / /
* | | | Merge pull request #13302 from Zolxys/patch-1AUTOMATIC11112023-09-301-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 workingZolxys2023-09-171-3/+12
| |/ / | | | | | | Fix for bug report #8079
* / / Restore missing tooltipsmissionfloyd2023-09-011-1/+1
|/ /
* | Merge pull request #12818 from catboxanon/sgmAUTOMATIC11112023-08-291-0/+1
| | | | | | Add option to align with sgm repo's sampling implementation
* | Merge pull request #12780 from catboxanon/xyz-hide-samplersAUTOMATIC11112023-08-271-3/+3
| | | | | | Don't show hidden samplers in dropdown for XYZ script
* | add RNG source to XYZw-e-w2023-08-211-0/+1
| |
* | fix xyz swap axesw-e-w2023-08-201-11/+14
| | | | | | | | make csv_string_to_list_strip function