aboutsummaryrefslogtreecommitdiffstats
path: root/modules/txt2img.py
AgeCommit message (Collapse)AuthorLines
2024-01-27fix txt2img_upscalew-e-w-2/+2
use force_enable_hr to set p.enable_hr = True allow Script.setup() have access to the correct value add a comment for p.txt2img_upscale
2024-01-18fix console total progress bar when using txt2img_upscalew-e-w-0/+1
add p.txt2img_upscale as indicator
2024-01-18parse_generation_parameters with no skip_fieldsw-e-w-1/+1
2024-01-14seed info from infotextsw-e-w-8/+6
2024-01-14fix gallery black image issuew-e-w-1/+1
2024-01-14allowe hr pass to return multiple imagesw-e-w-9/+4
2024-01-14disable saving images before highres fixw-e-w-1/+1
2024-01-10update p.seed and p.subseedw-e-w-1/+4
2024-01-05Make the upscale button update the gallery with the new image rather than ↵AUTOMATIC1111-27/+58
replace it.
2024-01-04Have upscale button use the same seed as hires fix.AUTOMATIC1111-1/+13
2024-01-01added a button to run hires fix on selected image in the galleryAUTOMATIC1111-2/+17
2024-01-01rename infotext.py again, this time to infotext_utils.py; I didn't realize ↵AUTOMATIC1111-1/+1
infotext would be used for variable names in multiple places, which makes it awkward to import the module; also fix the bug I caused by this rename that breaks tests
2024-01-01infotext.py: rename usages in the codebaseAUTOMATIC1111-1/+1
2023-09-09lintw-e-w-1/+1
2023-09-09deprecate --enable-console-promptsw-e-w-1/+1
use --enable-console-prompts as the default value for shared.opts.enable_console_prompts
2023-09-07enable console prompts in settingsw-e-w-1/+1
2023-08-12move seed, variation seed and variation seed strength to a single row, dump ↵AUTOMATIC1111-7/+1
resize seed from UI add a way for scripts to register a callback for before/after just a single component's creation
2023-08-10face restoration and tiling moved to settings - use "Options in main UI" ↵AUTOMATIC1111-3/+1
setting if you want them back
2023-08-08Fix hr use same samplercatboxanon-1/+1
2023-08-08pass samplers from UI by name, make it possible to use a sampler from ↵AUTOMATIC1111-4/+4
infotext even if it's hidden in the dropdown
2023-07-30hires fix checkpoint selectionAUTOMATIC1111-1/+2
2023-07-15add padding and identification to generation log section (Failed to find ↵AUTOMATIC1111-1/+1
Loras, Used embeddings, etc...)
2023-07-10Use closing() with processing classes everywhereAarni Koskela-5/+6
Follows up on #11569
2023-06-14Note the Gradio user in the Exif dataJared Deckard-2/+4
2023-05-18rework hires prompts/sampler code to among other things support different ↵AUTOMATIC-2/+2
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
2023-05-18Merge remote-tracking branch 'InvincibleDude/improved-hr-conflict-test' into ↵AUTOMATIC-2/+6
hires-fix-ext
2023-05-10imports cleanup for ruffAUTOMATIC-6/+3
2023-01-30Merge branch 'master' into improved-hr-conflict-testInvincibleDude-2/+6
2023-01-30make it so that setting options in pasted infotext (like Clip Skip and ENSD) ↵AUTOMATIC-1/+5
do not get applied directly and instead are added as temporary overrides
2023-01-22Hr separate prompt testinvincibledude-2/+4
2023-01-22Style fixinvincibledude-2/+1
2023-01-22PLMS edge-case handling fix 5invincibledude-1/+1
2023-01-22PLMS edge-case handling fix 3invincibledude-1/+1
2023-01-21Index fixinvincibledude-1/+1
2023-01-21Type mismatch fixinvincibledude-1/+1
2023-01-21First test of different sampler for hi-res fixinvincibledude-1/+3
2023-01-18bump gradio to 3.16.2AUTOMATIC-2/+2
change style selection to multiselect dropdown
2023-01-15big rework of progressbar/preview system to allow multiple users to prompts ↵AUTOMATIC-1/+1
at the same time and do not get previews of each other
2023-01-14change style dropdowns to multiselectAUTOMATIC-2/+2
2023-01-04added the option to specify target resolution with possibility of truncating ↵AUTOMATIC-1/+4
for hires fix; also sampling steps
2023-01-02Hires fix reworkAUTOMATIC-3/+3
2022-12-31make it so that memory/embeddings info is displayed in a separate UI element ↵AUTOMATIC-1/+1
from generation parameters, and is preserved when you change the displayed infotext by clicking on gallery images
2022-11-19change StableDiffusionProcessing to internally use sampler name instead of ↵AUTOMATIC-1/+2
sampler index
2022-11-01Release processing resources after it finishesJairo Correa-0/+2
2022-10-22removed aesthetic gradients as built-inAUTOMATIC-2/+3
added support for extensions
2022-10-21do not load aesthetic clip model until it's neededAUTOMATIC-3/+1
add refresh button for aesthetic embeddings add aesthetic params to images' infotext
2022-10-21Merge branch 'ae'AUTOMATIC-3/+7
2022-10-16ui fix, re organization of the codeMalumaDev-6/+12
2022-10-15Merge branch 'master' into test_resolve_conflictsMalumaDev-8/+4
2022-10-15fix to tokens lenght, addend embs generator, add new features to edit the ↵MalumaDev-2/+8
embedding before the generation using text