aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add an opt-in infotext user name settingJared Deckard2023-06-151-1/+1
| |
* | Note the Gradio user in the Exif dataJared Deckard2023-06-141-0/+3
| |
* | Merge pull request #10804 from AUTOMATIC1111/fix-xyz-clipAUTOMATIC11112023-05-311-3/+2
|/ | | Fix get_conds_with_caching()
* rework hires prompts/sampler code to among other things support different ↵AUTOMATIC2023-05-181-112/+149
| | | | | | | extra networks in first/second pass rework quoting for infotext items that have commas in them to use json (should be backwards compatible except for cases where it didn't work previously) add some locals from processing function into the Processing class as fields
* Merge remote-tracking branch 'InvincibleDude/improved-hr-conflict-test' into ↵AUTOMATIC2023-05-181-5/+68
|\ | | | | | | hires-fix-ext
| * Merge branch 'master' into improved-hr-conflict-testInvincibleDude2023-03-141-2/+9
| |\
| * | Negative prompt fixInvincibleDude2023-03-101-1/+1
| | |
| * | Fix crash when hr is disabledInvincibleDude2023-03-041-0/+2
| | |
| * | Merge branch 'master' into improved-hr-conflict-testInvincibleDude2023-03-031-1/+1
| |\ \
| * | | Image processing changesInvincibleDude2023-03-031-38/+38
| | | | | | | | | | | | | | | | Image processing changes
| * | | Image info fixInvincibleDude2023-02-051-3/+7
| | | |
| * | | Merge branch 'AUTOMATIC1111:master' into improved-hr-conflict-testInvincibleDude2023-02-051-2/+5
| |\ \ \
| * \ \ \ Merge branch 'master' into improved-hr-conflict-testInvincibleDude2023-01-301-1/+0
| |\ \ \ \
| * | | | | Extra network in hr abomination fixinvincibledude2023-01-291-1/+2
| | | | | |
| * | | | | Extra networks loading fixinvincibledude2023-01-291-10/+3
| | | | | |
| * | | | | Extra networks loading fixinvincibledude2023-01-291-2/+2
| | | | | |
| * | | | | Extra networks loading fixinvincibledude2023-01-291-2/+14
| | | | | |
| * | | | | Merge branch 'master' into masterInvincibleDude2023-01-291-7/+26
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'AUTOMATIC1111:master' into masterInvincibleDude2023-01-241-2/+6
| |\ \ \ \ \ \
| * | | | | | | Gen params paste improvementinvincibledude2023-01-221-2/+2
| | | | | | | |
| * | | | | | | Gen params paste improvementinvincibledude2023-01-221-2/+2
| | | | | | | |
| * | | | | | | UI and PNG info improvementsinvincibledude2023-01-221-2/+2
| | | | | | | |
| * | | | | | | UI and PNG info improvementsinvincibledude2023-01-221-0/+3
| | | | | | | |
| * | | | | | | 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-221-1/+22
| | | | | | | |
| * | | | | | | PLMS edge-case handling fix 5invincibledude2023-01-211-2/+0
| | | | | | | |
| * | | | | | | PLMS edge-case handling fix 3invincibledude2023-01-211-2/+2
| | | | | | | |
| * | | | | | | PLMS edge-case handling fix 2invincibledude2023-01-211-2/+6
| | | | | | | |
| * | | | | | | PLMS edge-case handling fixinvincibledude2023-01-211-1/+1
| | | | | | | |
| * | | | | | | Type mismatch fixinvincibledude2023-01-211-2/+2
| | | | | | | |
| * | | | | | | First test of different sampler for hi-res fixinvincibledude2023-01-211-1/+6
| | | | | | | |
* | | | | | | | add messages about Loras that failed to load to UIAUTOMATIC2023-05-181-1/+1
| | | | | | | |
* | | | | | | | move some settings to the new Optimization pageAUTOMATIC2023-05-171-27/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add slider for token merging for img2img rework StableDiffusionProcessing to have the token_merging_ratio field fix a bug with applying png optimizations for live previews when they shouldn't be applied
* | | | | | | | Copy s_min_uncond to ProcessedAarni Koskela2023-05-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should fix #10416
* | | | | | | | add second_order field to sampler configAUTOMATIC2023-05-161-6/+2
| | | | | | | |
* | | | | | | | suppress ENSD infotext for samplers that don't use itAUTOMATIC2023-05-161-4/+7
| | | | | | | |
* | | | | | | | fix for img2imgpapuSpartan2023-05-131-2/+3
| | | | | | | |
* | | | | | | | heavily simplifypapuSpartan2023-05-131-20/+15
| | | | | | | |
* | | | | | | | remove command line optionpapuSpartan2023-05-131-5/+5
| | | | | | | |
* | | | | | | | Merge branch 'dev' of ↵papuSpartan2023-05-121-7/+26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/AUTOMATIC1111/stable-diffusion-webui into tomesd
| * | | | | | | | Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela2023-05-111-1/+1
| | | | | | | | |
| * | | | | | | | imports cleanup for ruffAUTOMATIC2023-05-101-3/+2
| | | | | | | | |