aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | Gen params paste improvementinvincibledude2023-01-221-0/+3
| | | | | | | | | | |
| * | | | | | | | | | UI and PNG info improvementsinvincibledude2023-01-221-2/+2
| | | | | | | | | | |
| * | | | | | | | | | UI and PNG info improvementsinvincibledude2023-01-222-0/+5
| | | | | | | | | | |
| * | | | | | | | | | UI improvementsinvincibledude2023-01-221-2/+2
| | | | | | | | | | |
| * | | | | | | | | | hr conditioninginvincibledude2023-01-221-1/+1
| | | | | | | | | | |
| * | | | | | | | | | hr conditioninginvincibledude2023-01-221-2/+2
| | | | | | | | | | |
| * | | | | | | | | | hr conditioninginvincibledude2023-01-221-7/+12
| | | | | | | | | | |
| * | | | | | | | | | hr conditioninginvincibledude2023-01-221-4/+5
| | | | | | | | | | |
| * | | | | | | | | | hr conditioninginvincibledude2023-01-221-21/+13
| | | | | | | | | | |
| * | | | | | | | | | hr conditioninginvincibledude2023-01-221-26/+46
| | | | | | | | | | |
| * | | | | | | | | | Hr-fix separate prompt experimentationinvincibledude2023-01-221-21/+22
| | | | | | | | | | |
| * | | | | | | | | | Logging for debugginginvincibledude2023-01-221-0/+3
| | | | | | | | | | |
| * | | | | | | | | | Fixinvincibledude2023-01-221-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Hr separate prompt testinvincibledude2023-01-223-3/+36
| | | | | | | | | | |
| * | | | | | | | | | RevertInvincibleDude2023-01-211-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Change to run workflowInvincibleDude2023-01-211-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Style fixinvincibledude2023-01-211-2/+1
| | | | | | | | | | |
| * | | | | | | | | | PLMS edge-case handling fix 5invincibledude2023-01-213-4/+2
| | | | | | | | | | |
| * | | | | | | | | | PLMS edge-case handling fix 3invincibledude2023-01-212-3/+3
| | | | | | | | | | |
| * | | | | | | | | | PLMS edge-case handling fix 2invincibledude2023-01-211-2/+6
| | | | | | | | | | |
| * | | | | | | | | | PLMS edge-case handling fixinvincibledude2023-01-211-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Index fixinvincibledude2023-01-211-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Type mismatch fixinvincibledude2023-01-212-3/+3
| | | | | | | | | | |
| * | | | | | | | | | First test of different sampler for hi-res fixinvincibledude2023-01-213-2/+14
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #10381 from AUTOMATIC1111/minor-fixAUTOMATIC11112023-05-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Minor fix
| * | | | | | | | | | | Modify xformers instead of pytorchSakura-Luna2023-05-181-2/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Change to extra-index-urlSakura-Luna2023-05-141-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Revert Gradio versionSakura-Luna2023-05-141-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Modify pytorch commandSakura-Luna2023-05-141-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Downgrade GradioSakura-Luna2023-05-141-1/+1
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | add messages about Loras that failed to load to UIAUTOMATIC2023-05-182-2/+8
| | | | | | | | | | |
* | | | | | | | | | | if sd_model is None, do not always try to load itAUTOMATIC2023-05-181-1/+6
| | | | | | | | | | |
* | | | | | | | | | | add --gradio-allowed-path commandline optionAUTOMATIC2023-05-182-1/+3
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #10465 from baptisterajaut/masterAUTOMATIC11112023-05-181-3/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Bump pytorch to 2.0 for AMD Users on Linux
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'dev' into masterAUTOMATIC11112023-05-18137-2769/+3594
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | python linter fixesAUTOMATIC2023-05-182-2/+1
| | | | | | | | | | | |
* | | | | | | | | | | | keep old option for ngrokAUTOMATIC2023-05-181-0/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #10438 from bobzilladev/ngrok-pyAUTOMATIC11112023-05-184-25/+18
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Use ngrok-py library
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'dev' into ngrok-pyAUTOMATIC11112023-05-18137-2741/+3576
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #10499 from dongweiming/error-improvementAUTOMATIC11112023-05-181-1/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Error improvement for install torch
| * | | | | | | | | | | | | Error Improvement for install torchWeiming2023-05-181-1/+10
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | eslint the merged codeAUTOMATIC2023-05-182-40/+40
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'eslint' into devAUTOMATIC2023-05-1826-1517/+1640
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | eslint related file editsAUTOMATIC2023-05-1813-67/+54
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | extend eslint configAUTOMATIC2023-05-181-6/+46
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela2023-05-1721-1512/+1554
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add ESLint to CIAarni Koskela2023-05-171-24/+12
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add basic ESLint configuration for formattingAarni Koskela2023-05-174-0/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This doesn't enable any of ESLint's actual possible-issue linting, but just style normalization based on the Prettier configuration (but without line length limits).
* | | | | | | | | | | | | | Merge pull request #8665 from Vespinian/fix_img2img_scriptrunner_for_guiAUTOMATIC11112023-05-170-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix [Bug]: Changed gui's img2img p.scripts from scripts_txt2img to scripts_img2img
| * | | | | | | | | | | | | | Changed img2img scriptrunner for gui request from scripts_txt2img to ↵Vespinian2023-03-151-1/+1
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scripts_img2img