aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | | Merge pull request #14004 from storyicon/masterAUTOMATIC11112023-11-191-1/+1
| | | |\ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | | feat: fix randn found element of type float at pos 2
| | | | * | | | | feat: fix randn found element of type float at pos 2storyicon2023-11-171-1/+1
| | | | | |/ / / | | | | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: storyicon <storyicon@foxmail.com>
| | * | | | | | Merge branch 'dev' into test-fp8Kohaku-Blueleaf2023-11-1612-183/+302
| | |\| | | | |
| | | * | | | | fix pix2pix producing bad resultsAUTOMATIC11112023-11-071-1/+1
| | | | | | | |
| | | * | | | | Add option to set notification sound volumeGerryDE2023-11-071-0/+1
| | | | | | | |
| | | * | | | | fix exception related to the pix2pixAUTOMATIC11112023-11-061-0/+4
| | | | | | | |
| | | * | | | | fix img2img_tabs errorAUTOMATIC11112023-11-061-10/+10
| | | | | | | |
| | | * | | | | more changes for #13865: fix formatting, rename the function, add comment ↵AUTOMATIC11112023-11-052-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and add a readme entry
| | | * | | | | linterAUTOMATIC11112023-11-053-4/+4
| | | | | | | |
| | | * | | | | Merge branch 'dev' into masterAUTOMATIC11112023-11-0546-390/+846
| | | |\ \ \ \ \
| | | | * | | | | compact prompt option disabled by defaultAUTOMATIC11112023-11-051-1/+1
| | | | | | | | |
| | | | * | | | | added compact prompt optionAUTOMATIC11112023-11-057-167/+257
| | | | | | | | |
| | | | * | | | | properly apply sort order for extra network cards when selected from dropdownAUTOMATIC11112023-11-052-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allow selection of default sort order in settings remove 'Default' sort order, replace with 'Name'
| | | | * | | | | correct a typogibiee2023-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | modify "defaul" to "default"
| | | * | | | | | Use devices.torch_gc() instead of empty_cache()Ritesh Gangnani2023-11-052-5/+1
| | | | | | | | |
| | | * | | | | | Added memory clearance after deletionRitesh Gangnani2023-11-051-1/+5
| | | | | | | | |
| | | * | | | | | Add SSD-1B as a supported modelRitesh Gangnani2023-11-053-3/+21
| | | | |/ / / / | | | |/| | | |
| | * | | | | | Merge branch 'dev' into test-fp8Kohaku-Blueleaf2023-11-044-10/+24
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | Merge pull request #13718 from avantcontra/bugfix_gfpgan_custom_pathAUTOMATIC11112023-11-031-5/+20
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | fix bug when using --gfpgan-models-path
| | | | * | | | | fix Blank line contains whitespaceavantcontra2023-10-211-1/+1
| | | | | | | | |
| | | | * | | | | fix bug when using --gfpgan-models-pathavantcontra2023-10-211-5/+20
| | | | | |/ / / | | | | |/| | |
| | | * | | | | Merge pull request #13762 from wkpark/nextjobAUTOMATIC11112023-11-031-2/+2
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | call state.jobnext() before postproces*()
| | | | * | | | | call state.jobnext() before postproces*()Won-Kyu Park2023-10-251-2/+2
| | | | |/ / / /
| | | * | | | | Merge pull request #13797 from Meerkov/masterAUTOMATIC11112023-11-031-1/+1
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | | Fix #13796
| | | | * | | | Fix #13796Meerkov2023-10-291-1/+1
| | | | |/ / / | | | | | | | | | | | | | | | | | | | | | Fix comment error that makes understanding scheduling more confusing.
| | * | | | | Add MPS manual castKohakuBlueleaf2023-10-281-1/+5
| | | | | | |
| | * | | | | ManualCast for 10/16 series gpuKohaku-Blueleaf2023-10-283-16/+64
| | | | | | |
| | * | | | | change torch versionKohaku-Blueleaf2023-10-251-2/+2
| | | | | | |
| | * | | | | ignore mps for fp8Kohaku-Blueleaf2023-10-251-1/+3
| | | | | | |
| | * | | | | Fix alphas cumprodKohaku-Blueleaf2023-10-252-2/+3
| | | | | | |
| | * | | | | Fix alphas_cumprod dtypeKohaku-Blueleaf2023-10-251-0/+1
| | | | | | |
| | * | | | | fp8 for TEKohaku-Blueleaf2023-10-251-0/+7
| | | | | | |
| | * | | | | Fix lintKohaku-Blueleaf2023-10-231-1/+1
| | | | | | |
| | * | | | | Add CPU fp8 supportKohaku-Blueleaf2023-10-233-6/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since norm layer need fp32, I only convert the linear operation layer(conv2d/linear) And TE have some pytorch function not support bf16 amp in CPU. I add a condition to indicate if the autocast is for unet.
| | * | | | | Add sdxl only argKohaku-Blueleaf2023-10-192-0/+4
| | | | | | |
| | * | | | | Add fp8 for sd unetKohaku-Blueleaf2023-10-192-0/+4
| | | | | | |
| * | | | | | feat: refactorAnthony Fu2023-10-162-7/+13
| | | | | | |
| * | | | | | Interrupt after current generationAnthony Fu2023-10-165-4/+13
| |/ / / / /
* | | | | | Remove blank line whitespaceNick Harrison2023-10-291-1/+1
| | | | | |
* | | | | | Add assertions for checking additional settings freezing parametersNick Harrison2023-10-291-4/+19
| | | | | |
* | | | | | Add new arguments to known command promptsNick Harrison2023-10-291-5/+6
| |/ / / / |/| | | |
* | | | | rework some of changes for emphasis editing keys, force conversion of ↵AUTOMATIC11112023-10-211-2/+1
|/ / / / | | | | | | | | | | | | old-style emphasis
* | | | Merge pull request #13533 from missionfloyd/edit-attention-fixAUTOMATIC11112023-10-151-2/+2
|\ \ \ \ | | | | | | | | | | Edit-attention fixes
| * | | | Make attention conversion optionalmissionfloyd2023-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | Fix square brackets multiplier
| * | | | Add brackets, vertical bar to default delimitersmissionfloyd2023-10-071-1/+1
| | | | |
* | | | | repair unload sd checkpoint buttonAUTOMATIC11112023-10-153-25/+23
| | | | |
* | | | | add an option to not print stack traces on ctrl+c.AUTOMATIC11112023-10-152-1/+6
| | | | |
* | | | | Merge pull request #13568 from AUTOMATIC1111/lora_emb_bundleAUTOMATIC11112023-10-141-34/+40
|\ \ \ \ \ | | | | | | | | | | | | Add lora-embedding bundle system
| * | | | | remove duplicated codeAUTOMATIC11112023-10-141-34/+40
| |/ / / /
* | | | | Merge pull request #13463 from FluttyProger/patch-1AUTOMATIC11112023-10-141-1/+2
|\ \ \ \ \ | | | | | | | | | | | | Ability for extensions to return custom data via api in response.images