Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: xformers use importlib | Akiba | 2022-12-24 | 1 | -14/+1 |
| | |||||
* | fix: xformers | Akiba | 2022-12-16 | 1 | -0/+18 |
| | |||||
* | Merge pull request #5191 from ↵ | AUTOMATIC1111 | 2022-12-10 | 1 | -2/+8 |
|\ | | | | | | | | | aliencaocao/enable_checkpoint_switching_in_override_settings Support changing checkpoint and vae through override_settings | ||||
| * | Support changing checkpoint and vae through override_settings | Billy Cao | 2022-11-29 | 1 | -2/+8 |
| | | |||||
* | | add an 'installed' tag to extensions | AUTOMATIC | 2022-12-10 | 1 | -4/+9 |
| | | |||||
* | | remove NSFW filter and its dependency; if you still want it, find it in the ↵ | AUTOMATIC | 2022-12-10 | 4 | -47/+23 |
| | | | | | | | | extensions section | ||||
* | | use less javascript for this non-js-only implementation of the clear prompt ↵ | AUTOMATIC | 2022-12-10 | 2 | -13/+11 |
| | | | | | | | | button. | ||||
* | | Merge pull request #3198 from papuSpartan/master | AUTOMATIC1111 | 2022-12-10 | 2 | -3/+29 |
|\ \ | | | | | | | Add Clear Prompt button to roll_col | ||||
| * \ | Merge branch 'AUTOMATIC1111:master' into master | papuSpartan | 2022-12-10 | 52 | -4085/+2971 |
| |\ \ | |||||
| * \ \ | Merge branch 'AUTOMATIC1111:master' into master | papuSpartan | 2022-11-07 | 24 | -219/+932 |
| |\ \ \ | |||||
| * | | | | make line evil again | papuSpartan | 2022-11-01 | 1 | -6/+2 |
| | | | | | |||||
| * | | | | clean py func defs | papuSpartan | 2022-11-01 | 1 | -5/+5 |
| | | | | | |||||
| * | | | | Merge branch 'AUTOMATIC1111:master' into js | papuSpartan | 2022-11-01 | 16 | -41/+211 |
| |\ \ \ \ | |||||
| * | | | | | clear on the client-side again | papuSpartan | 2022-11-01 | 1 | -8/+1 |
| | | | | | | |||||
| * | | | | | Merge branch 'AUTOMATIC1111:master' into master | papuSpartan | 2022-10-31 | 36 | -1683/+3033 |
| |\ \ \ \ \ | |||||
| * | | | | | | fix js func signature and not forget to initialize confirmation var to ↵ | papuSpartan | 2022-10-22 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | prevent exception upon cancelling confirmation | ||||
| * | | | | | | forgot to clear neg prompt after moving to back. Add tooltip to hints | papuSpartan | 2022-10-21 | 1 | -7/+7 |
| | | | | | | | |||||
| * | | | | | | some doc and formatting | papuSpartan | 2022-10-21 | 1 | -5/+12 |
| | | | | | | | |||||
| * | | | | | | refactor internal terminology to use 'clear' instead of 'trash' like #2728 | papuSpartan | 2022-10-21 | 2 | -12/+12 |
| | | | | | | | |||||
| * | | | | | | update token counter when clearing prompt | papuSpartan | 2022-10-21 | 1 | -10/+7 |
| | | | | | | | |||||
| * | | | | | | only delete prompt on back end and remove client-side deletion | papuSpartan | 2022-10-21 | 1 | -14/+15 |
| | | | | | | | |||||
| * | | | | | | initial work on getting prompts cleared on the backend and synchronizing ↵ | papuSpartan | 2022-10-21 | 1 | -10/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | token counter | ||||
| * | | | | | | Merge branch 'AUTOMATIC1111:master' into master | papuSpartan | 2022-10-21 | 20 | -132/+1023 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | add settings option to toggle button visibility | papuSpartan | 2022-10-21 | 2 | -1/+2 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'AUTOMATIC1111:master' into master | papuSpartan | 2022-10-20 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | clear prompt button now works on both relevant tabs. Device detection stuff ↵ | papuSpartan | 2022-10-20 | 1 | -3/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | will be added later. | ||||
| * | | | | | | | | nerf line length | papuSpartan | 2022-10-20 | 1 | -2/+5 |
| | | | | | | | | | |||||
| * | | | | | | | | add symbol for clear button and simplify roll_col css selector | papuSpartan | 2022-10-20 | 1 | -0/+2 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #5119 from 0xb8/master | AUTOMATIC1111 | 2022-12-10 | 1 | -22/+29 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Atomically rename saved image to avoid race condition with other processes | ||||
| * | | | | | | | | | Atomically rename saved image to avoid race condition with other processes. | cat | 2022-11-27 | 1 | -22/+29 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #5441 from timntorres/add-5433-avoid-sending-size-option | AUTOMATIC1111 | 2022-12-10 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | Add option to avoid sending size between interfaces. | ||||
| * | | | | | | | | | Add opt. to avoid sending size between interfaces. | timntorres | 2022-12-05 | 2 | -2/+2 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #4841 from R-N/vae-fix-none | AUTOMATIC1111 | 2022-12-10 | 2 | -20/+19 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix None option of VAE selector | ||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'a1111' into vae-fix-none | Muhammad Rizqi Nur | 2022-11-19 | 13 | -64/+58 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'a1111' into vae-fix-none | Muhammad Rizqi Nur | 2022-11-19 | 6 | -62/+73 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Use underscore naming for "private" functions in sd_vae | Muhammad Rizqi Nur | 2022-11-19 | 1 | -3/+3 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Fix model caching requiring deepcopy | Muhammad Rizqi Nur | 2022-11-19 | 1 | -1/+2 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Misc | Muhammad Rizqi Nur | 2022-11-19 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Misc | ||||
| * | | | | | | | | | | | | Fix base VAE caching was done after loading VAE, also add safeguard | Muhammad Rizqi Nur | 2022-11-19 | 2 | -11/+9 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Fix model wasn't restored even when choosing "None" | Muhammad Rizqi Nur | 2022-11-19 | 1 | -7/+7 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | add Noise multiplier option to infotext | AUTOMATIC | 2022-12-10 | 3 | -3/+8 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge pull request #5373 from mezotaken/master | AUTOMATIC1111 | 2022-12-10 | 2 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add noise strength parameter similar to NAI | ||||
| * | | | | | | | | | | | | | add noise strength parameter similar to NAI | Vladimir Repin | 2022-12-03 | 2 | -0/+2 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge pull request #5404 from szhublox/merger-ram-usage | AUTOMATIC1111 | 2022-12-10 | 1 | -18/+19 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merger ram usage | ||||
| * | | | | | | | | | | | | | | extras.py: use as little RAM as possible, misc fixes | Mackerel | 2022-12-04 | 1 | -18/+19 |
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | maximum of 2 models loaded at once. delete unneeded model before next step. fix 'teritary' -> 'tertiary'. gracefully fail when "add difference" is selected without a tertiary model | ||||
* | | | | | | | | | | | | | | cleanup some unneeded imports for hijack files | AUTOMATIC | 2022-12-10 | 2 | -11/+2 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | do not replace entire unet for the resolution hack | AUTOMATIC | 2022-12-10 | 3 | -30/+33 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge pull request #4978 from aliencaocao/support_any_resolution | AUTOMATIC1111 | 2022-12-10 | 3 | -12/+44 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch UNet Forward to support resolutions that are not multiples of 64 | ||||
| * | | | | | | | | | | | | | | Change to steps of 8 | Billy Cao | 2022-11-30 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge branch 'master' into support_any_resolution | Billy Cao | 2022-11-27 | 10 | -305/+431 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |