Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update #2

Open
wants to merge 6,210 commits into
base: master
Choose a base branch
from
Open

Update #2

wants to merge 6,210 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 17, 2024

  1. Keep sigmas on CPU

    drhead authored May 17, 2024
    Configuration menu
    Copy the full SHA
    01491d3 View commit details
    Browse the repository at this point in the history
  2. xyz csv skipinitialspace

    w-e-w committed May 17, 2024
    Configuration menu
    Copy the full SHA
    10f2407 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53d6708 View commit details
    Browse the repository at this point in the history
  4. Add transformer forward patch

    drhead authored May 17, 2024
    Configuration menu
    Copy the full SHA
    cc9ca67 View commit details
    Browse the repository at this point in the history
  5. Fix SD15 dtype

    huchenlei committed May 17, 2024
    Configuration menu
    Copy the full SHA
    dca9007 View commit details
    Browse the repository at this point in the history
  6. Proper fix of SD15 dtype

    huchenlei committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b57a70f View commit details
    Browse the repository at this point in the history
  7. Default device for sigma tensor to CPU

    * Consistent with implementations in k-diffusion.
    * Makes this compatible with #15823
    LoganBooker committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1d74482 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    281e0a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feeb680 View commit details
    Browse the repository at this point in the history
  3. Reformat

    w-e-w committed May 18, 2024
    Configuration menu
    Copy the full SHA
    501ac01 View commit details
    Browse the repository at this point in the history
  4. xyz util confirm_range

    w-e-w committed May 18, 2024
    Configuration menu
    Copy the full SHA
    969a462 View commit details
    Browse the repository at this point in the history
  5. fix Hypertile xyz grid

    w-e-w committed May 18, 2024
    Configuration menu
    Copy the full SHA
    24a59ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82884da View commit details
    Browse the repository at this point in the history
  7. use override for uni_pc_order

    w-e-w committed May 18, 2024
    Configuration menu
    Copy the full SHA
    1f39251 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. use override of sd_vae

    w-e-w committed May 19, 2024
    Configuration menu
    Copy the full SHA
    1e696b0 View commit details
    Browse the repository at this point in the history
  2. remove unused code

    w-e-w committed May 19, 2024
    Configuration menu
    Copy the full SHA
    51e7122 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    5867be2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    344eda5 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. setuptools==69.5.1

    w-e-w committed May 25, 2024
    Configuration menu
    Copy the full SHA
    a639462 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Fix bug where file extension had an extra '.' under some circumstances

    Fix bug where under some circumstances an extra "." was inserted between the file base name and the file extension.
    The bug is triggered when the extension argument is one of "jpg", "jpeg", or "webp", and the image exceeds the format's dimension limit. Then the extension variable is set to ".png", resulting in the fullfn variable to evaluate to a string ending with "..png".
    alcacode authored May 26, 2024
    Configuration menu
    Copy the full SHA
    6dd53ce View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Merge pull request #15882 from AUTOMATIC1111/setuptools==69.5.1

    Fix method 1 : pin Setuptools==69.5.1
    AUTOMATIC1111 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    759f396 View commit details
    Browse the repository at this point in the history
  2. update changelog

    AUTOMATIC1111 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    801b72b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev'

    AUTOMATIC1111 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    feee37d View commit details
    Browse the repository at this point in the history
  4. #15883 -> #15882

    w-e-w committed May 28, 2024
    Configuration menu
    Copy the full SHA
    8d6f741 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    10f8d0f View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Fix for grids without comprehensive infotexts

    When generating grids, some scripts such as img2img loopback and ultimate SD upscale do not pass infotexts for each image since they are the same prompt.
    
    If you attempt to save those images using the saved button in the UI it will fail because it will look for the selected image info text. This fixes those errors by replicating the infotext for as many images are passed into the image list if the infotext parameter is none.
    NouberNou authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    25bbf31 View commit details
    Browse the repository at this point in the history
  2. Typo on edit

    Edited in fix in Github editor and mistyped from local copy
    NouberNou authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    53f6267 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Merge pull request #15958 from NouberNou/Fix-Grids-Without-Infotexts

    Fix for grids without comprehensive infotexts
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    3c7384a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15751 from LoganBooker/LoganBooker-Add-AlignYourS…

    …teps-Scheduler
    
    Add Align Your Steps to available schedulers
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    46bcfbe View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15943 from eatmoreapple/update-lora-load

    feat: lora partial update precede full update
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    6de733c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c0d71a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #15804 from huchenlei/rearrange_fix

    [Performance 2/6] Replace einops.rearrange with torch native ops
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    de7f5cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0769aa3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #15893 from alcacode/dev

    Fix bug where file extension had an extra '.' under some circumstances
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    00f37ad View commit details
    Browse the repository at this point in the history
  8. Merge pull request #15864 from AUTOMATIC1111/ReloadUI-backgroundColor…

    …---background-fill-primary
    
    ReloadUI backgroundColor --background-fill-primary
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    e21b1e3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0edc04d View commit details
    Browse the repository at this point in the history
  10. Merge pull request #15608 from drhead/patch-2

    Add KL Optimal scheduler
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    9e1fc80 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #15607 from drhead/patch-1

    add code for skipping CFG on early steps
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    b150b3a View commit details
    Browse the repository at this point in the history
  12. add proper infotext support for #15607

    fix settings override not working for NGMI, s_churn, etc...
    AUTOMATIC1111 committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    5429e4c View commit details
    Browse the repository at this point in the history
  13. Merge pull request #15600 from AUTOMATIC1111/fix-corrupt-model-loop

    Fix corrupt model initial load loop
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    15245d9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cd9e9e4 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #15656 from AUTOMATIC1111/api-old-sampler-names

    Allow old sampler names in API
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    ba54c74 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #15820 from huchenlei/force_half

    [Performance 6/6] Add --precision half option to avoid casting during inference
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    33b73c4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ebfc9f6 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #15824 from drhead/patch-4

    [Performance] LDM optimization patches
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    93b53dc View commit details
    Browse the repository at this point in the history
  19. Merge pull request #15851 from viking1304/torch-on-mac

    Use different torch versions for Intel and ARM Macs
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    616013f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cbac72d View commit details
    Browse the repository at this point in the history
  21. Merge pull request #15681 from AUTOMATIC1111/fix_p_invalid_sampler_an…

    …d_scheduler
    
    more old sampler scheduler compatibility
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    c3c90de View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    96f907e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    04164a8 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #15832 from AUTOMATIC1111/xyz-csv-skipinitialspace

    XYZ CSV skipinitialspace
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    5977cb0 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    510f025 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #15803 from huchenlei/checkpoint_false

    [Performance 1/6] use_checkpoint = False
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    ad229fa View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    603509e View commit details
    Browse the repository at this point in the history
  28. Merge pull request #15830 from light-and-ray/scroll_extensions_table_…

    …on_overflow
    
    scroll extensions table on overflow
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    371cb60 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #15816 from huchenlei/bias_backup

    [Performance 5/6] Prevent unnecessary extra networks bias backup
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    816bc42 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #15817 from light-and-ray/img2img_batch_upload

    img2img batch upload method
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    64bf57b View commit details
    Browse the repository at this point in the history
  31. Merge pull request #15806 from huchenlei/inpaint_fix

    [Performance 4/6] Precompute is_sdxl_inpaint flag
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    6450d24 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #15815 from AUTOMATIC1111/torch-float64-or-float32

    fix soft inpainting on mps and xpu, torch_utils.float64
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    b4723bb View commit details
    Browse the repository at this point in the history
  33. Merge pull request #15797 from AUTOMATIC1111/fix-extention-update-whe…

    …n-not-on-main-branch
    
    fix extention update when not on main branch
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    7b940e3 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    88a5001 View commit details
    Browse the repository at this point in the history
  35. Merge pull request #15783 from elf-mouse/dev

    chore: sync v1.8.0 packages according to changelog
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    9905341 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    07cf95c View commit details
    Browse the repository at this point in the history
  37. Merge pull request #15757 from AUTOMATIC1111/fix-fonts-with-subpath-

    use relative path for webui-assets css
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    64ebb24 View commit details
    Browse the repository at this point in the history
  38. Merge pull request #15750 from MarcusNyne/m9-240509-pip-upgrade

    When creating a virtual environment, upgrade pip in webui.bat/webui.sh
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    5abdf51 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    c1c4b3f View commit details
    Browse the repository at this point in the history
  40. Merge pull request #15742 from MarcusNyne/m9-240508-model-dir

    Added --models-dir option
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    64783dd View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    1a7ffa2 View commit details
    Browse the repository at this point in the history
  42. Merge pull request #15739 from LoganBooker/LoganBooker-AVIF-mimetype-…

    …patch
    
    Add AVIF MIME type support to mimetype definitions
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    debc6dd View commit details
    Browse the repository at this point in the history
  43. Merge pull request #15730 from bluelovers/patch-2

    Update imageviewer.js
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    4aebfe9 View commit details
    Browse the repository at this point in the history
  44. Merge pull request #15682 from light-and-ray/two_fingers_press_to_ope…

    …n_context_menu
    
    two fingers press to open context menu
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    74b1fc6 View commit details
    Browse the repository at this point in the history
  45. Merge pull request #15705 from AUTOMATIC1111/use-script_path-for-webu…

    …i-root-in-launch_utils
    
    use script_path for webui root in launch_utils
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    b9dfc50 View commit details
    Browse the repository at this point in the history
  46. Merge pull request #15664 from AUTOMATIC1111/fix-extra-batch-mode-P-T…

    …ransparency
    
    fix extra batch mode P Transparency
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    a1130c2 View commit details
    Browse the repository at this point in the history
  47. Merge pull request #15679 from AUTOMATIC1111/lora-bundled-TI-infotext

    LoRA bundled TI infotext
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    742bfbe View commit details
    Browse the repository at this point in the history
  48. Merge pull request #15680 from light-and-ray/use_gradio_theme_colors_…

    …in_css
    
    use gradio theme colors in css
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    41b24d3 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    9e51031 View commit details
    Browse the repository at this point in the history
  50. Merge pull request #15657 from AUTOMATIC1111/drag-text-fix

    Fix dragging text within prompt input
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    a184e5d View commit details
    Browse the repository at this point in the history
  51. Merge pull request #15654 from huchenlei/mime

    Add correct mimetype for .mjs files
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    569f17c View commit details
    Browse the repository at this point in the history
  52. Merge pull request #15602 from AUTOMATIC1111/initial-model-download-i…

    …ntegrity
    
    Initial model download integrity
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    30461be View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    3ef9f27 View commit details
    Browse the repository at this point in the history
  54. Merge pull request #15632 from brendanhoar/bgh-handle-metadata-issues…

    …-more-cleanly
    
    QOL Items - handle metadata issues more cleanly for SD models, Loras and embeddings
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    6d8d272 View commit details
    Browse the repository at this point in the history
  55. Merge pull request #15627 from light-and-ray/more_extension_tag_filte…

    …ring_options
    
    more extension tag filtering options
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    2dbc7aa View commit details
    Browse the repository at this point in the history
  56. Merge pull request #15610 from pinanew/pinanew-patch-1

    AVIF has quality setting too
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    5ecfc20 View commit details
    Browse the repository at this point in the history
  57. Merge pull request #15968 from AUTOMATIC1111/wsl-open

    replace wsl-open with wslpath and explorer.exe
    AUTOMATIC1111 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    194c262 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    547778b View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    58b24ea View commit details
    Browse the repository at this point in the history
  60. Merge pull request #1 from AUTOMATIC1111/dev

    Dev
    drhead authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    428975e View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    39a6d56 View commit details
    Browse the repository at this point in the history
  62. lint

    drhead authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    d52a1e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Fix sdxl inpaint

    huchenlei committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    d875cda View commit details
    Browse the repository at this point in the history
  2. nit

    huchenlei committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    f89b5db View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15976 from huchenlei/fix_sdxl_inpaint

    Fix SDXL Inpaint
    AUTOMATIC1111 authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    41ee2db View commit details
    Browse the repository at this point in the history
  4. feat: save pattern add basename

    `grid` or `xyz_grid` or `img`
    
    ```py
    'basename': lambda self: 'img' if self.basename == '' else self.basename,
    ```
    bluelovers committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    6447ff4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6214aa7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #15978 from bluelovers/pr/pattern-001

    feat: save pattern add `basename`
    AUTOMATIC1111 authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    981abbb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e368cd2 View commit details
    Browse the repository at this point in the history
  8. lint

    AUTOMATIC1111 committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    aafbb5b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    57e6d05 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #15823 from drhead/patch-3

    [Performance] Keep sigmas on CPU
    AUTOMATIC1111 authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    1d0bb39 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    99e65ec View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d2097db View commit details
    Browse the repository at this point in the history
  13. .gitignore trace.json

    w-e-w committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    74ee8fd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a84000c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    17e8461 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15984 from huchenlei/before_every_sampling

    Add process_before_every_sampling hook
    AUTOMATIC1111 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e33bb8f View commit details
    Browse the repository at this point in the history
  3. multi size grid

    w-e-w committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    abacb73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    123582b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00e0938 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91ecc75 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Merge pull request #15992 from silveroxides/dev

    Add option to enable clip skip for clip L on SDXL
    AUTOMATIC1111 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d5e2627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f8f3a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    c803e11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1e0bfe View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16001 from zero41120/feat-prevent-screen-lock

    feat: Prevent screen sleep during generation
    AUTOMATIC1111 authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a30b19d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. remove commented code

    w-e-w committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9e0f6d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    a7116aa View commit details
    Browse the repository at this point in the history
  2. initial SD3 support

    AUTOMATIC1111 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    5b2a60b View commit details
    Browse the repository at this point in the history
  3. linter

    AUTOMATIC1111 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    79de09c View commit details
    Browse the repository at this point in the history
  4. typo

    AUTOMATIC1111 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    7ee2114 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b443fdc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80f618e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    06d0a5a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    58dc35a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d4b814a View commit details
    Browse the repository at this point in the history
  10. add an option (on by default) to disable T5

    revert t5xxl back to fp16
    AUTOMATIC1111 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    34b4443 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. add new sampler DDIM CFG++

    v0xie committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    663a4d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    a772fd9 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. chore: fix typos

    Signed-off-by: snoppy <[email protected]>
    xiaoxianBoy committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    13f2297 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd85b3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f40c4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    109bbda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    775fa76 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Fix SD2 loading

    huchenlei committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    c3ef381 View commit details
    Browse the repository at this point in the history
  2. fix sd2 switching

    light-and-ray committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    731eb72 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. fix T5

    AUTOMATIC1111 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a65dd31 View commit details
    Browse the repository at this point in the history
  2. medvram support for SD3

    AUTOMATIC1111 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a8fba9a View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    5d9f1e6 View commit details
    Browse the repository at this point in the history
  2. Maintaining Project Compatibility for Python 3.9 Users Without Upgrad…

    …e Requirements.
    
    Sole usage of Python 3.10's match-case in the project hinders quick-start for beginners; consider replacing with if-else for improved accessibility.
    cuba3 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9e60cdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec3c31e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    d686e73 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    42ca30d View commit details
    Browse the repository at this point in the history
  2. docs: update bug_report.yml

    occured -> occurred
    eltociear authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    afaf120 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    06fe174 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc8b126 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c7bdcc View commit details
    Browse the repository at this point in the history
  4. fix img2img

    AUTOMATIC1111 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    0b64633 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    179ae47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d67348a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e4b06f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    1394eca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebe8be9 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. fix --medvram

    AUTOMATIC1111 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    9e404c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ddcd89 View commit details
    Browse the repository at this point in the history
  3. fix Replace preview

    fix broken Replace preview for extra networks tabs edit metadata
    caused by #11808
    w-e-w committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    957185f View commit details
    Browse the repository at this point in the history
  4. defunct --max-batch-count

    w-e-w committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    fd16393 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    3971c01 View commit details
    Browse the repository at this point in the history
  2. Add Simple Scheduler

    AndreyRGW authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    32fdf18 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    f8fb74b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f864066 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    bfbca31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b82caf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Merge pull request #16030 from AUTOMATIC1111/sd3

    Stable Diffusion 3 support
    AUTOMATIC1111 authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    c02e3a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16149 from AndreyRGW/devpatch1

    Add Normal and DDIM Schedulers
    AUTOMATIC1111 authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    b282b47 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16144 from akx/bump-spandrel

    Bump spandrel to 0.3.4
    AUTOMATIC1111 authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    a6c384b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #16140 from ibrahimsn98/master

    Return HTTP 400 instead of 404 on invalid sampler error
    AUTOMATIC1111 authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    af3ccee View commit details
    Browse the repository at this point in the history
  5. Merge pull request #16119 from AUTOMATIC1111/defunct---max-batch-count

    Defunct --max-batch-count
    AUTOMATIC1111 authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    019df53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9cbde79 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9414309 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #16142 from AndreyRGW/dev

    Add Simple Scheduler
    AUTOMATIC1111 authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    b8c3664 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #16151 from AUTOMATIC1111/dora-fix

    Possible fix of wrong scale in weight decomposition
    AUTOMATIC1111 authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    372a8e0 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #16116 from viking1304/ensure-venv-use

    Ensure use of python from venv on Mac and Linux
    AUTOMATIC1111 authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    76a19c0 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #16102 from eltociear/patch-4

    docs: update bug_report.yml
    AUTOMATIC1111 authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    41ac139 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #16092 from viking1304/bash-python-version

    Prioritize python3.10 over python3 if both are available on Linux and Mac (with fallback)
    AUTOMATIC1111 authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    b9c3f4e View commit details
    Browse the repository at this point in the history
  13. Merge pull request #16088 from cuba3/dev_cuba3

    Maintaining Project Compatibility for Python 3.9 Users Without Upgrade Requirements.
    AUTOMATIC1111 authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    edebe4d View commit details
    Browse the repository at this point in the history
  14. Merge pull request #16085 from light-and-ray/stoping_generation_extras

    stoping generation extras
    AUTOMATIC1111 authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    50514ce View commit details
    Browse the repository at this point in the history
  15. Merge pull request #16078 from huchenlei/fix_sd2

    Fix SD2 loading
    AUTOMATIC1111 authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    4cc3add View commit details
    Browse the repository at this point in the history
  16. Merge pull request #16065 from AUTOMATIC1111/ToggleLivePriview-in-ima…

    …ge-viewer
    
    ToggleLivePriview button in image viewer
    AUTOMATIC1111 authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    68df281 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #16062 from AUTOMATIC1111/fix-infotext-Lora-hashes…

    …-fro-hires-fix-different-lora
    
    fix infotext Lora hashes fro hires fix different lora
    AUTOMATIC1111 authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    3bd4a08 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #16059 from viking1304/mac-torch-231

    Update torch for ARM Macs to 2.3.1
    AUTOMATIC1111 authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    8058eed View commit details
    Browse the repository at this point in the history
  19. Merge pull request #16061 from AUTOMATIC1111/remove-dont_fix_second_o…

    …rder_samplers_schedule
    
    remove deprecated setting dont_fix_second_order_samplers_schedule
    AUTOMATIC1111 authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    74b56fe View commit details
    Browse the repository at this point in the history
  20. Merge pull request #16060 from xiaoxianBoy/fix-typos

    chore: fix typos
    AUTOMATIC1111 authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    2fec947 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #16054 from AUTOMATIC1111/fix-Sampler-Scheduler-au…

    …tocorrection-warning
    
    Fix sampler scheduler autocorrection warning
    AUTOMATIC1111 authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    ace00a1 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #16035 from v0xie/cfgpp

    Add new sampler DDIM CFG++
    AUTOMATIC1111 authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    eb112c6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0a6628b View commit details
    Browse the repository at this point in the history
  24. Revert "Merge pull request #16078 from huchenlei/fix_sd2"

    This reverts commit 4cc3add, reversing
    changes made to 50514ce.
    AUTOMATIC1111 committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    ffead92 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    477869c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    74069ad View commit details
    Browse the repository at this point in the history
  27. update changelog

    AUTOMATIC1111 committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    340a910 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ec58037 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Merge pull request #16153 from light-and-ray/fix_ui_flashing_on_reloa…

    …d_and_fast_scrollong
    
    fix ui flashing on reloading and fast scrollong
    AUTOMATIC1111 authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    1da4907 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16153 from light-and-ray/fix_ui_flashing_on_reloa…

    …d_and_fast_scrollong
    
    fix ui flashing on reloading and fast scrollong
    AUTOMATIC1111 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    b5481c6 View commit details
    Browse the repository at this point in the history
  3. update changelog

    AUTOMATIC1111 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    780c70f View commit details
    Browse the repository at this point in the history
  4. sd3 TI support

    AUTOMATIC1111 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    11cfe0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b29172 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. py 3.9 find_vae()

    w-e-w committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    21e72d1 View commit details
    Browse the repository at this point in the history
  2. py 3.9 compatibility

    w-e-w committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c3d8b78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bad47dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ca7a45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b0823d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d7f7f4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #16170 from AUTOMATIC1111/shlex.quote-launch-args-…

    …in-console-log
    
    shlex.join launch args in console log
    AUTOMATIC1111 authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    93c00b2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #16170 from AUTOMATIC1111/shlex.quote-launch-args-…

    …in-console-log
    
    shlex.join launch args in console log
    AUTOMATIC1111 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    48dd4d9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    11f827c View commit details
    Browse the repository at this point in the history
  10. git status

    w-e-w committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    27947a7 View commit details
    Browse the repository at this point in the history
  11. fallback get_config()

    w-e-w committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    dd4f798 View commit details
    Browse the repository at this point in the history
  12. fallback Extensions info

    w-e-w committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    27d96fa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3f6dcda View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4debd4d View commit details
    Browse the repository at this point in the history
  15. safer Imports

    w-e-w committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    72cfa28 View commit details
    Browse the repository at this point in the history
  16. move git_status to sysinfo

    w-e-w committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6a7042f View commit details
    Browse the repository at this point in the history
  17. .gitignore sysinfo.json

    w-e-w committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    5a5fe74 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    9cc7142 View commit details
    Browse the repository at this point in the history
  2. update

    light-and-ray committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    26cccd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d57ff88 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. fix #16169 Py 3.9 compatibility

    Co-Authored-By: SLAPaper Pang <[email protected]>
    w-e-w and SLAPaper committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    b1695c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d2dbef View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    589dda3 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    b4d62a0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16192 from AUTOMATIC1111/patch-#16169

    fix #16169 Py 3.9 compatibility
    AUTOMATIC1111 authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    b2453d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. SD3 lora support

    AUTOMATIC1111 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7e5cdaa View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. add ids

    Haoming02 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f586619 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b50233 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. bat activate venv

    w-e-w committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    2abc628 View commit details
    Browse the repository at this point in the history
  2. feature: beta scheduler

    v0xie committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a5f66b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. fix upscale logic

    w-e-w committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    964fc13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e1bd3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a5a667 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6f055a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e285af6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    94275b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9de7084 View commit details
    Browse the repository at this point in the history
  8. fix lint

    v0xie committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    8749540 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Configuration menu
    Copy the full SHA
    24a23e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16212 from AUTOMATIC1111/sd3_lora

    SD3 Lora support
    AUTOMATIC1111 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    ea90381 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16242 from AUTOMATIC1111/option-to-disable-save-b…

    …utton-log.csv-
    
    option to disable save button log.csv
    AUTOMATIC1111 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    141d4b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e09104a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc7b25a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #16218 from Haoming02/resize-tabs-id

    add ids to the resize tabs in img2img
    AUTOMATIC1111 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    fa0ba93 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #16235 from v0xie/beta-sampling

    Feature: Beta scheduler
    AUTOMATIC1111 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    5a10bb9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #16178 from light-and-ray/update_installation_guid…

    …e_linux
    
    update installation guide linux
    AUTOMATIC1111 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    5d26c6a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #16202 from light-and-ray/do_not_break_progressbar…

    …_on_non-job_actions
    
    [bug] do not break progressbar on non-job actions (add wrap_gradio_call_no_job)
    AUTOMATIC1111 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    7c8a4cc View commit details
    Browse the repository at this point in the history
  10. Merge pull request #16194 from light-and-ray/fix_cannot_write_mode_P_…

    …as_jpeg
    
    fix OSError: cannot write mode P as JPEG
    AUTOMATIC1111 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    7b99e14 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5096c16 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #16180 from light-and-ray/do_not_send_image_size_o…

    …n_paste_inpaint
    
    do not send image size on paste inpaint
    AUTOMATIC1111 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    986c31d View commit details
    Browse the repository at this point in the history
  13. Merge pull request #16166 from richardtallent/dev

    Fix noisy DS_Store files for MacOS
    AUTOMATIC1111 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    9f5a98d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5bbbda4 View commit details
    Browse the repository at this point in the history
  15. update CHANGELOG

    AUTOMATIC1111 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    8b3d98c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    c19d044 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16275 from AUTOMATIC1111/fix-image-upscale-on-cpu

    fix image upscale on cpu
    AUTOMATIC1111 committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    1d7e9ec View commit details
    Browse the repository at this point in the history
  3. changelog

    AUTOMATIC1111 committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    82a973c View commit details
    Browse the repository at this point in the history