aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Merge pull request #6253 from Shondoit/ti-optimAUTOMATIC11112023-01-042-9/+33
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Save Optimizer next to TI embedding
| | * | | | | | | | | | | | Save Optimizer next to TI embeddingShondoit2023-01-032-9/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add check to load only .PT and .BIN files as embeddings. (since we add .optim files in the same directory)
| * | | | | | | | | | | | | Merge pull request #6264 from vladmandic/add-state-infoAUTOMATIC11112023-01-045-7/+31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add missing state info
| | * | | | | | | | | | | | | add state to interrogateVladimir Mandic2023-01-031-1/+3
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | add job info to modulesVladimir Mandic2023-01-034-4/+16
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | init job and add info to model mergeVladimir Mandic2023-01-031-2/+12
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #6261 from vladmandic/api-loggingAUTOMATIC11112023-01-042-1/+25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add api logging
| | * | | | | | | | | | | | | | log only sdapiVladimir Mandic2023-01-031-4/+5
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | add api loggingVladimir Mandic2023-01-032-1/+24
| | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge pull request #6295 from Gerschel/masterAUTOMATIC11112023-01-041-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | better targetting, class tabs was autoassigned
| | * | | | | | | | | | | | | | better targetting, class tabs was autoassignedGerschel2023-01-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I moved a preset manager into quicksettings, this function was targeting my component instead of the tabs. This is because class tabs is autoassigned, while element id #tabs is not, this allows a tabbed component to live in the quicksettings.
| * | | | | | | | | | | | | | | Merge pull request #6299 from stysmmaker/feat/latent-upscale-modesAUTOMATIC11112023-01-042-3/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add more latent upscale modes
| | * | | | | | | | | | | | | | | Rename bicubic antialiased optionMMaker2023-01-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Comma was causing the the value in PNG info to be quoted, which causes the upscaler dropdown option to be blank when sending to UI
| | * | | | | | | | | | | | | | | Merge branch 'AUTOMATIC1111:master' into feat/latent-upscale-modesMMaker2023-01-041-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | Update processing.pyMMaker2023-01-041-1/+1
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Add new latent upscale modesMMaker2023-01-041-2/+5
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge pull request #6298 from stysmmaker/fix/intermediate-step-full-resAUTOMATIC11112023-01-041-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | Save full resolution of intermediate step
| | * | | | | | | | | | | | | | | | fix: Save full res of intermediate stepMMaker2023-01-041-1/+1
| | | |/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | fix checkpoint list APIAUTOMATIC2023-01-041-2/+2
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | find configs for models at runtime rather than when startingAUTOMATIC2023-01-042-14/+22
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | helpful error message when trying to load 2.0 without configAUTOMATIC2023-01-044-14/+58
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | failing to load model weights from settings won't break generation for currently loaded model anymore
| * | | | | | | | | | | | | | Merge pull request #6285 from abextm/save-sampling-methodAUTOMATIC11112023-01-041-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ui: save dropdown sampling method to the ui-config
| | * | | | | | | | | | | | | | ui: save dropdown sampling method to the ui-configMax Weber2023-01-041-0/+1
| |/ / / / / / / / / / / / / /
| | | | | | | | * | | | | | | fixed textual inversion training with inpainting modelsNerogar2022-11-011-1/+26
| | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | Remove pad spaces from progress bar textAlexandre Simard2022-10-191-1/+1
| | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | Show PB texts at same time and earlierAlexandre Simard2022-10-191-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For big tasks (1000+ steps), waiting 1 minute to see ETA is long and this changes it so the number of steps done plays a role in showing the text as well.
| | | | | | | | | | | | * | | Update xy_grid.pyRnDMonkey2022-10-031-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed XY Plot infotext value keys to not be so generic.
| | | | | | | | | | | | * | | Merge branch 'AUTOMATIC1111:master' into trunkRnDMonkey2022-10-012-4/+10
| | | | | | | | | | | | |\ \ \
| | | | | | | | | | | | * | | | fix to allow empty {} valuesRnDMonkey2022-10-011-1/+1
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | | fixed expression error in conditionRnDMonkey2022-10-011-1/+1
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | | Updated xy_grid infotext formatting, parser regexRnDMonkey2022-10-012-5/+9
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | | Added X/Y plot parameters to extra_generation_paramsRnDMonkey2022-10-011-0/+8
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | | [xy_grid] made -1 seed fixing apply to Var. seed tooRnDMonkey2022-10-011-1/+1
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * Merge branch 'master' into gradient-clippingMuhammad Rizqi Nur2022-11-0915-7413/+126
| | | | | | | | | | | | | | | |\
| | | | | | | | | | | | | | | * \ Merge branch 'master' into gradient-clippingMuhammad Rizqi Nur2022-11-0726-248/+844
| | | | | | | | | | | | | | | |\ \
| | | | | | | | | | | | | | | * | | Simplify grad clipMuhammad Rizqi Nur2022-11-052-18/+14
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | | Merge branch 'master' into gradient-clippingMuhammad Rizqi Nur2022-11-0426-369/+894
| | | | | | | | | | | | | | | |\ \ \
| | | | | | | | | | | | | | | * \ \ \ Merge branch 'master' into gradient-clippingMuhammad Rizqi Nur2022-11-032-77/+351
| | | | | | | | | | | | | | | |\ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ Merge branch 'master' into gradient-clippingMuhammad Rizqi Nur2022-11-0239-1232/+2327
| | | | | | | | | | | | | | | |\ \ \ \ \ | | | | | | | | | | |_|_|_|_|_|/ / / / / | | | | | | | | | |/| | | | | | | | | |
| | | | | | | | | | | | | | | * | | | | Fix merge conflictsMuhammad Rizqi Nur2022-10-311-5/+0
| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | | | | Fix merge conflictsMuhammad Rizqi Nur2022-10-311-11/+6
| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | | | | Change default clip grad value to 0.1Muhammad Rizqi Nur2022-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It still defaults to disabled. Ref for value: https://github.com/danielalcalde/stable-diffusion-webui/commit/732b15820a9bde9f47e075a6209c3d47d47acb08
| | | | | | | | | | | | | | | * | | | | Merge masterMuhammad Rizqi Nur2022-10-3028-904/+2015
| | | | | | | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ \ Merge branch 'master' into gradient-clippingMuhammad Rizqi Nur2022-10-2927-912/+2904
| | | | | | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | | | | * | | | | | | Learning rate sched syntax support for grad clippingMuhammad Rizqi Nur2022-10-284-13/+30
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | | | | | | Gradient clipping for textual embeddingMuhammad Rizqi Nur2022-10-282-1/+12
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | | | | | | Forgot to remove this from train_embeddingMuhammad Rizqi Nur2022-10-281-2/+0
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | | | | | | Gradient clipping in train tabMuhammad Rizqi Nur2022-10-282-1/+16
| | | | | | | | | | | |_|_|_|/ / / / / / / | | | | | | | | | | |/| | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'AUTOMATIC1111:master' into sub-quad_attn_optbrkirch2023-01-0640-677/+1581
|\| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | fix broken send to extras buttonAUTOMATIC2023-01-031-1/+4
| | |_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |