aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | Merge branch 'dev' into kingljl-patch-memory-leakfuchen.ljl2023-12-06115-1325/+3822
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / | | | |/| | | | | | |
| | * | | | | | | | | Long distance memory overflow issuefuchen.ljl2023-12-061-7/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: The memory will slowly increase with the drawing until restarting. Observation: GC analysis shows that no occupation has occurred, so it is suspected to be a problem with the underlying allocator. Reason: Under Linux, glibc is used to allocate memory. glibc uses brk and mmap to allocate memory, and the memory allocated by brk cannot be released until the high-address memory is released. That is to say, if you apply for two pieces of memory A and B through brk, it is impossible to release A before B is released, and it is still occupied by the process. Check the suspected "memory leak" through TOP. So I replaced TCMalloc, but found that libtcmalloc_minimal could not find ptthread_Key_Create. After analysis, it was found that pthread was not entered during compilation.
| | * | | | | | | | | Merge pull request #1 from kingljl/fix-dependency-address-patch-1fuchen.ljl2023-11-100-0/+0
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | Update README.md
| * | | | | | | | | | rename pending tasks api endpoint to be more in line with othersAUTOMATIC11112023-12-161-1/+2
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #14314 from gayshub/masterAUTOMATIC11112023-12-164-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 githubgayshub2023-12-151-1/+0
| | | | | | | | | | | |
| | * | | | | | | | | | fix the problem of ruff of githubgayshub2023-12-151-1/+1
| | | | | | | | | | | |
| | * | | | | | | | | | fix the problem of ruff of githubgayshub2023-12-153-4/+4
| | | | | | | | | | | |
| | * | | | | | | | | | add allow specify the task id and get the location of task in the queue of ↵gayshub2023-12-154-4/+41
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pending task
| * | | | | | | | | | move soft inpainting to a built-in extensionAUTOMATIC11112023-12-161-0/+0
| | | | | | | | | | |
| * | | | | | | | | | Use radio for FP8 mode selectionAUTOMATIC11112023-12-161-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #14031 from AUTOMATIC1111/test-fp8AUTOMATIC11112023-12-1617-40/+160
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | A big improvement for dtype casting system with fp8 storage type and manual cast
| | * \ \ \ \ \ \ \ \ \ Merge branch 'dev' into test-fp8AUTOMATIC11112023-12-163-5/+5
| | |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge pull request #14107 from AUTOMATIC1111/torch210AUTOMATIC11112023-12-163-6/+6
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Torch210
| | * | | | | | | | | | | torch 2.1.2AUTOMATIC11112023-12-162-4/+4
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'dev' into torch210AUTOMATIC11112023-12-1662-771/+2436
| | |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' into devAUTOMATIC11112023-12-160-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #14307 from ↵AUTOMATIC11112023-12-161-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AUTOMATIC1111/default-Falst-js_live_preview_in_modal_lightbox default False js_live_preview_in_modal_lightbox
| | * | | | | | | | | | | | default False js_live_preview_in_modal_lightboxw-e-w2023-12-141-1/+1
| |/ / / / / / / / / / / /
| | * | | | | | | | | | | update torch to 2.1.0AUTOMATIC11112023-11-263-6/+6
| | | | | | | | | | | | |
| | | * | | | | | | | | | Add FP8 settings into PNG infoKohaku-Blueleaf2023-12-162-0/+8
| | | | | | | | | | | | |
| | | * | | | | | | | | | Merge branch 'dev' into test-fp8Kohaku-Blueleaf2023-12-1417-91/+993
| | | |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #14293 from HinaHyugaHime/masterAUTOMATIC11112023-12-141-3/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump torch-rocm to 5.6/5.7
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'dev' into masterAUTOMATIC11112023-12-14118-1351/+4750
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #14237 from ReneKroon/devAUTOMATIC11112023-12-141-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #13354 : solve lora loading issue
| | * | | | | | | | | | | | | #13354: solve lora loading issueRene Kroon2023-12-081-1/+2
| | | |_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #14269 from kaalibro/skip-interrupt-keyb-shortcutsAUTOMATIC11112023-12-142-6/+27
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add keyboard shortcuts for generate/skip/interrupt
| | * | | | | | | | | | | | | Remove unnecessary 'else', add 'lightboxModal' checkkaalibro2023-12-111-4/+3
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Fix linter issueskaalibro2023-12-101-1/+3
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Replace Ctrl+Alt+Enter with Esckaalibro2023-12-102-8/+13
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Add keyboard shortcuts for generationkaalibro2023-12-092-6/+21
| | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Removed Alt+Enter) Ctrl+Enter to start/restart generation (New) Alt/Option+Enter to skip generation (New) Ctrl+Alt/Option+Enter to interrupt generation
| * | | | | | | | | | | | | Merge pull request #14216 from wfjsw/state-dict-ref-comparisonAUTOMATIC11112023-12-141-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change state dict comparison to ref compare
| | * | | | | | | | | | | | | change state dict comparison to ref compareJabasukuriputo Wang2023-12-061-1/+1
| | |/ / / / / / / / / / / /
| * | | | | | | | | | | | | Merge pull request #14230 from ↵AUTOMATIC11112023-12-142-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AUTOMATIC1111/add-option-Live-preview-in-full-page-image-viewer add option: Live preview in full page image viewer
| | * | | | | | | | | | | | | add option: Live preview in full page image viewerw-e-w2023-12-062-1/+2
| | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make #13459 "show the preview image in the modal view if available" optional
| * | | | | | | | | | | | | Merge pull request #14208 from CodeHatchling/soft-inpaintingAUTOMATIC11112023-12-145-27/+904
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Soft Inpainting
| | * | | | | | | | | | | | | 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
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Fixed error that occurs when using vanilla samplers (somehow).CodeHatchling2023-12-071-2/+2
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Moved image filters used by soft inpainting into soft_inpainting.py from ↵CodeHatchling2023-12-072-196/+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-074-323/+413
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the previous hooks, removed unnecessary formatting changes, removed code that I had forgotten to.
| | * | | | | | | | | | | | | Removed soft inpainting, added hooks for softpainting to work instead.CodeHatchling2023-12-073-69/+118
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Removed changes in some scripts since the arguments for soft painting are no ↵CodeHatchling2023-12-075-74/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | longer passed through the same path as "mask_blur".
| | * | | | | | | | | | | | | A custom blending function can be provided by p, replacing the use of ↵CodeHatchling2023-12-072-18/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | soft_inpainting.
| | * | | | | | | | | | | | | Merge remote-tracking branch 'origin2/dev' into soft-inpaintingCodeHatchling2023-12-0547-672/+1333
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # modules/processing.py
| | * | | | | | | | | | | | | | Fixed unused import.CodeHatchling2023-12-051-1/+1
| | | | | | | | | | | | | | | |