aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2024-01-25xyz filter blank for number axesw-e-w
2024-01-20keep postprocessing upscale selected tab after restartAndray
2024-01-09Merge pull request #14589 from Sj-Si/hotfix/remove-upscaler-size-limitsAUTOMATIC1111
Increase Upscaler Limits
2024-01-09Restore scale factor limit changes to master branch.Sj-Si
2024-01-08Increase limits for upscalers.Sj-Si
2024-01-01fix borked merge, rename fields to better match what they do, change setting ↵AUTOMATIC1111
default to true for #13653
2024-01-01Merge branch 'dev' into feat/interrupted-endAUTOMATIC1111
2024-01-01re-layout checkboxes for XYZ grid a bitAUTOMATIC1111
2024-01-01Merge remote-tracking branch 'rubberbaron/xyz-grid-vary-seeds' into devAUTOMATIC1111
2023-12-30Merge pull request #14367 from AUTOMATIC1111/reorder-post-processing-modulesAUTOMATIC1111
reorder training preprocessing modules in extras tab
2023-12-22handle axis_type is Nonew-e-w
2023-12-19reorder training preprocessing modules in extras tabw-e-w
using the order from before the rework 11d23e8ca55c097ecfa255a05b63f194e25f08be
2023-12-16fix extras caption BLIPw-e-w
#14328
2023-12-16move soft inpainting to a built-in extensionAUTOMATIC1111
2023-12-14Merge branch 'dev' into test-fp8Kohaku-Blueleaf
2023-12-08Formatted soft_inpainting.CodeHatchling
2023-12-08soft_inpainting now appears in the "inpaint" section, and will not activate ↵CodeHatchling
unless inpainting is activated.
2023-12-07Fixed grammar error.CodeHatchling
2023-12-07Fixed complaint about whitespace, updated help section for a parameter.CodeHatchling
2023-12-07Added parameters for the composite stage, fixed batched generation.CodeHatchling
2023-12-07Moved image filters used by soft inpainting into soft_inpainting.py from ↵CodeHatchling
images.py
2023-12-07Fixed "No newline at end of file".CodeHatchling
2023-12-07Re-implemented soft inpainting via a script. Also fixed some mistakes with ↵CodeHatchling
the previous hooks, removed unnecessary formatting changes, removed code that I had forgotten to.
2023-12-06Removed changes in some scripts since the arguments for soft painting are no ↵CodeHatchling
longer passed through the same path as "mask_blur".
2023-12-04Merge remote-tracking branch 'origin2/dev' into soft-inpaintingCodeHatchling
# Conflicts: # modules/processing.py
2023-12-04Organized the settings and UI of soft inpainting to allow for toggling the ↵CodeHatchling
feature, and centralizes default values to reduce the amount of copy-pasta.
2023-12-02Merge remote-tracking branch 'origin/dev' into soft-inpaintingCodeHatchling
# Conflicts: # modules/processing.py
2023-12-03Merge branch 'dev' into test-fp8Kohaku-Blueleaf
2023-12-02remove Train/Preprocessing tab and put all its functionality into extras ↵AUTOMATIC1111
batch images mode
2023-11-28Tweaked UI sliders and labels.CodeHatchling
2023-11-28Added slider for detail preservation strength, removed largely needless ↵CodeHatchling
offset parameter, changed labels in UI and for saving to/pasting data from PNG files.
2023-11-28Added UI elements to control blending parameters.CodeHatchling
2023-11-19Use options instead of cmd_argsKohaku-Blueleaf
2023-11-03Merge pull request #13733 from dben/patch-1AUTOMATIC1111
Update prompts_from_file script to allow concatenating entries with the general prompt.
2023-10-23linting issueDavid Benson
2023-10-23Update prompts_from_file script to allow concatenating entries with the ↵David Benson
general prompt.
2023-10-16Interrupt after current generationAnthony Fu
2023-09-30Merge pull request #13266 from wkpark/xyz-prepareAUTOMATIC1111
xyz_grid: add prepare
2023-09-30Merge pull request #13282 from ↵AUTOMATIC1111
AUTOMATIC1111/XYZ-if-not-Include-Sub-Grids-do-not-save-Sub-Grid XYZ if not include sub grids do not save sub grid
2023-09-30Merge pull request #13302 from Zolxys/patch-1AUTOMATIC1111
Fix: --sd_model in "Prompts from file or textbox" script is not working
2023-09-17Fix: --sd_model in "Promts from file or textbox" script is not workingZolxys
Fix for bug report #8079
2023-09-16XYZ if not Include Sub Grids do not save Sub Gridw-e-w
2023-09-15xyz_grid: add prepare option to AxisOptionWon-Kyu Park
2023-09-01Restore missing tooltipsmissionfloyd
2023-08-29Merge pull request #12818 from catboxanon/sgmAUTOMATIC1111
Add option to align with sgm repo's sampling implementation
2023-08-27Merge pull request #12780 from catboxanon/xyz-hide-samplersAUTOMATIC1111
Don't show hidden samplers in dropdown for XYZ script
2023-08-21add RNG source to XYZw-e-w
2023-08-20fix xyz swap axesw-e-w
make csv_string_to_list_strip function
2023-08-15Merge pull request #12564 from catboxanon/feat/img2img-noiseAUTOMATIC1111
Add extra noise param for img2img operations
2023-08-15Add extra img2img noisecatboxanon