aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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