aboutsummaryrefslogtreecommitdiffstats
path: root/modules/txt2img.py
Commit message (Collapse)AuthorAgeFilesLines
* move seed, variation seed and variation seed strength to a single row, dump ↵AUTOMATIC11112023-08-121-7/+1
| | | | | | resize seed from UI add a way for scripts to register a callback for before/after just a single component's creation
* face restoration and tiling moved to settings - use "Options in main UI" ↵AUTOMATIC11112023-08-101-3/+1
| | | | setting if you want them back
* Fix hr use same samplercatboxanon2023-08-091-1/+1
|
* pass samplers from UI by name, make it possible to use a sampler from ↵AUTOMATIC11112023-08-081-4/+4
| | | | infotext even if it's hidden in the dropdown
* hires fix checkpoint selectionAUTOMATIC11112023-07-301-1/+2
|
* add padding and identification to generation log section (Failed to find ↵AUTOMATIC11112023-07-151-1/+1
| | | | Loras, Used embeddings, etc...)
* Use closing() with processing classes everywhereAarni Koskela2023-07-101-5/+6
| | | | Follows up on #11569
* Note the Gradio user in the Exif dataJared Deckard2023-06-141-2/+4
|
* rework hires prompts/sampler code to among other things support different ↵AUTOMATIC2023-05-181-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
* Merge remote-tracking branch 'InvincibleDude/improved-hr-conflict-test' into ↵AUTOMATIC2023-05-181-2/+6
|\ | | | | | | hires-fix-ext
| * Merge branch 'master' into improved-hr-conflict-testInvincibleDude2023-01-301-2/+6
| |\
| * | Hr separate prompt testinvincibledude2023-01-221-2/+4
| | |
| * | Style fixinvincibledude2023-01-211-2/+1
| | |
| * | PLMS edge-case handling fix 5invincibledude2023-01-211-1/+1
| | |
| * | PLMS edge-case handling fix 3invincibledude2023-01-211-1/+1
| | |
| * | Index fixinvincibledude2023-01-211-1/+1
| | |
| * | Type mismatch fixinvincibledude2023-01-211-1/+1
| | |
| * | First test of different sampler for hi-res fixinvincibledude2023-01-211-1/+3
| | |
* | | imports cleanup for ruffAUTOMATIC2023-05-101-6/+3
| |/ |/|
* | make it so that setting options in pasted infotext (like Clip Skip and ENSD) ↵AUTOMATIC2023-01-291-1/+5
|/ | | | do not get applied directly and instead are added as temporary overrides
* bump gradio to 3.16.2AUTOMATIC2023-01-181-2/+2
|\ | | | | | | change style selection to multiselect dropdown
| * change style dropdowns to multiselectAUTOMATIC2023-01-141-2/+2
| |
* | big rework of progressbar/preview system to allow multiple users to prompts ↵AUTOMATIC2023-01-151-1/+1
|/ | | | at the same time and do not get previews of each other
* added the option to specify target resolution with possibility of truncating ↵AUTOMATIC2023-01-041-1/+4
| | | | for hires fix; also sampling steps
* Hires fix reworkAUTOMATIC2023-01-021-3/+3
|
* make it so that memory/embeddings info is displayed in a separate UI element ↵AUTOMATIC2022-12-311-1/+1
| | | | from generation parameters, and is preserved when you change the displayed infotext by clicking on gallery images
* change StableDiffusionProcessing to internally use sampler name instead of ↵AUTOMATIC2022-11-191-1/+2
| | | | sampler index
* Release processing resources after it finishesJairo Correa2022-11-021-0/+2
|
* removed aesthetic gradients as built-inAUTOMATIC2022-10-221-2/+3
| | | | added support for extensions
* do not load aesthetic clip model until it's neededAUTOMATIC2022-10-211-3/+1
| | | | | add refresh button for aesthetic embeddings add aesthetic params to images' infotext
* Merge branch 'ae'AUTOMATIC2022-10-211-3/+7
|\
| * ui fix, re organization of the codeMalumaDev2022-10-161-6/+12
| |
| * Merge branch 'master' into test_resolve_conflictsMalumaDev2022-10-151-8/+4
| |\ | |/ |/|
| * fix to tokens lenght, addend embs generator, add new features to edit the ↵MalumaDev2022-10-151-2/+8
| | | | | | | | embedding before the generation using text
| * initMalumaDev2022-10-141-2/+9
| |
* | remove scale latent and no-crop options from hires fixAUTOMATIC2022-10-141-6/+3
| | | | | | | | support copy-pasting new parameters for hires fix
* | Option between stretch and crop for Highres. fixBuckzor2022-10-141-3/+4
| |
* | Added first_pass_width and height as adjustable inputs to "High Res Fix"Buckzor2022-10-141-1/+4
|/
* option to not show images in web uiAUTOMATIC2022-10-041-0/+3
|
* added --disable-console-progressbars to disable progressbars in consoleAUTOMATIC2022-10-021-1/+3
| | | | disabled printing prompts to console by default, enabled by --enable-console-prompts
* prevent saving settings with bogus valuesAUTOMATIC2022-09-231-3/+1
|
* Add option to always log generation infoJohan Aires Rastén2022-09-221-1/+5
|
* prevent seed extras from having effect when extras checkbox is not checkedAUTOMATIC2022-09-211-1/+2
|
* do not show denoising strength when highres fix is not enabledAUTOMATIC2022-09-191-2/+2
|
* added highres fix featureAUTOMATIC2022-09-191-1/+4
|
* added a second style fieldAUTOMATIC2022-09-141-2/+2
| | | | | | added the ability to use {prompt} in styles added a button to apply style to textbox rearranged top row for UI
* Fixed prompt_style type hints: int -> strJohannesGaessler2022-09-111-1/+1
|
* support for prompt stylesAUTOMATIC2022-09-091-1/+2
| | | | fix broken prompt matrix
* added resize seeds and variation seeds featuresAUTOMATIC2022-09-091-1/+5
|
* More informative progress printingJohannesGaessler2022-09-081-0/+3
|