aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * linterAUTOMATIC2023-06-091-1/+1
| |
| * Merge pull request #11087 from AUTOMATIC1111/persistent_conds_cacheAUTOMATIC11112023-06-091-10/+16
| |\ | | | | | | persistent conds cache
| | * persistent conds cachew-e-w2023-06-081-10/+16
| | | | | | | | | | | | Update shared.py
| * | Split mask blur into X and Y componentsSplendide Imaginarius2023-06-091-4/+17
| |/ | | | | | | Prequisite to fixing Outpainting MK2 mask blur bug.
| * Merge pull request #10956 from akx/lenAUTOMATIC11112023-06-051-1/+2
| |\ | | | | | | Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions
| | * Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela2023-06-021-1/+2
| | |
| * | prevent calculating cons for second pass of hires fix when they are the same ↵AUTOMATIC2023-06-041-7/+13
| | | | | | | | | | | | as for the first pass
| * | fix for conds of second hires fox pass being calculated using first pass's ↵AUTOMATIC2023-06-041-3/+29
| | | | | | | | | | | | networks, and add an option to revert to old behavior
| * | simplify self.extra_network_dataw-e-w2023-06-031-4/+2
| | |
| * | fix conds caching with extra networkw-e-w2023-06-031-12/+12
| |/
| * revert the erroneous change for model setting added in df02498dAUTOMATIC2023-06-011-2/+1
| |
| * add an option to show selected setting in main txt2img/img2img UIAUTOMATIC2023-05-311-1/+5
| | | | | | | | | | | | split some code from ui.py into ui_settings.py ui_gradio_edxtensions.py add before_process callback for scripts add ability for alwayson scripts to specify section and let user reorder those sections
| * Merge branch 'dev' into report-errorAUTOMATIC11112023-05-311-3/+2
| |\
| | * fix get_conds_with_caching()w-e-w2023-05-291-3/+2
| | |
| * | Add & use modules.errors.print_error where currently printing exception info ↵Aarni Koskela2023-05-291-1/+1
| |/ | | | | | | by hand
| * custom unet supportAUTOMATIC2023-05-271-1/+3
| |
* | 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
| | | | | | | |