aboutsummaryrefslogtreecommitdiffstats
path: root/modules/txt2img.py
Commit message (Expand)AuthorAgeFilesLines
* fix txt2img_upscalew-e-w2024-01-271-2/+2
* fix console total progress bar when using txt2img_upscalew-e-w2024-01-171-0/+1
* parse_generation_parameters with no skip_fieldsw-e-w2024-01-171-1/+1
* seed info from infotextsw-e-w2024-01-141-8/+6
* fix gallery black image issuew-e-w2024-01-141-1/+1
* allowe hr pass to return multiple imagesw-e-w2024-01-141-9/+4
* disable saving images before highres fixw-e-w2024-01-141-1/+1
* update p.seed and p.subseedw-e-w2024-01-091-1/+4
* Make the upscale button update the gallery with the new image rather than rep...AUTOMATIC11112024-01-051-27/+58
* Have upscale button use the same seed as hires fix.AUTOMATIC11112024-01-041-1/+13
* added a button to run hires fix on selected image in the galleryAUTOMATIC11112024-01-011-2/+17
* rename infotext.py again, this time to infotext_utils.py; I didn't realize in...AUTOMATIC11112024-01-011-1/+1
* infotext.py: rename usages in the codebaseAUTOMATIC11112024-01-011-1/+1
* lintw-e-w2023-09-091-1/+1
* deprecate --enable-console-promptsw-e-w2023-09-091-1/+1
* enable console prompts in settingsw-e-w2023-09-071-1/+1
* move seed, variation seed and variation seed strength to a single row, dump r...AUTOMATIC11112023-08-121-7/+1
* face restoration and tiling moved to settings - use "Options in main UI" sett...AUTOMATIC11112023-08-101-3/+1
* Fix hr use same samplercatboxanon2023-08-091-1/+1
* pass samplers from UI by name, make it possible to use a sampler from infotex...AUTOMATIC11112023-08-081-4/+4
* hires fix checkpoint selectionAUTOMATIC11112023-07-301-1/+2
* add padding and identification to generation log section (Failed to find Lora...AUTOMATIC11112023-07-151-1/+1
* Use closing() with processing classes everywhereAarni Koskela2023-07-101-5/+6
* Note the Gradio user in the Exif dataJared Deckard2023-06-141-2/+4
* rework hires prompts/sampler code to among other things support different ext...AUTOMATIC2023-05-181-2/+2
* Merge remote-tracking branch 'InvincibleDude/improved-hr-conflict-test' into ...AUTOMATIC2023-05-181-2/+6
|\
| * 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
|/
* bump gradio to 3.16.2AUTOMATIC2023-01-181-2/+2
|\
| * change style dropdowns to multiselectAUTOMATIC2023-01-141-2/+2
* | big rework of progressbar/preview system to allow multiple users to prompts a...AUTOMATIC2023-01-151-1/+1
|/
* added the option to specify target resolution with possibility of truncating ...AUTOMATIC2023-01-041-1/+4
* 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
* change StableDiffusionProcessing to internally use sampler name instead of sa...AUTOMATIC2022-11-191-1/+2
* Release processing resources after it finishesJairo Correa2022-11-021-0/+2
* removed aesthetic gradients as built-inAUTOMATIC2022-10-221-2/+3
* do not load aesthetic clip model until it's neededAUTOMATIC2022-10-211-3/+1
* 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 emb...MalumaDev2022-10-151-2/+8