aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing_scripts
Commit message (Collapse)AuthorAgeFilesLines
* add before_token_counter callback and use it for prompt commentsAUTOMATIC11112024-02-111-1/+11
|
* add propmpt comments supportAUTOMATIC11112024-02-111-0/+32
|
* parse_generation_parameters with no skip_fieldsw-e-w2024-01-171-1/+1
|
* reuse seed from infotextsw-e-w2024-01-171-13/+6
|
* rename infotext.py again, this time to infotext_utils.py; I didn't realize ↵AUTOMATIC11112024-01-012-2/+2
| | | | 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
* infotext.py: rename usages in the codebaseAUTOMATIC11112024-01-012-2/+2
|
* aAUTOMATIC11112023-12-302-9/+11
|
* Restore missing tooltipsmissionfloyd2023-09-011-2/+2
|
* get XYZ plot to work with recent changes to refined specified in fields of p ↵AUTOMATIC11112023-08-151-1/+1
| | | | rather than in settings
* fix API always using -1 as seedAUTOMATIC11112023-08-142-2/+2
|
* return seed controls UI to how it was beforeAUTOMATIC11112023-08-141-18/+29
|
* also use setup callback for the refiner instead of before_processAUTOMATIC11112023-08-131-1/+1
|
* fix broken XYZ plot seedsAUTOMATIC11112023-08-131-1/+1
| | | | add new callback for scripts to be used before processing
* add refiner to StableDiffusionProcessing classAUTOMATIC11112023-08-131-11/+5
| | | | write out correct model name in infotext, rather than the refiner model
* fix broken reuse seedAUTOMATIC11112023-08-121-1/+1
|
* update seed/subseed HTML widthsAUTOMATIC11112023-08-121-10/+15
|
* move seed, variation seed and variation seed strength to a single row, dump ↵AUTOMATIC11112023-08-121-0/+95
| | | | | | resize seed from UI add a way for scripts to register a callback for before/after just a single component's creation
* make it possible to use hires fix together with refinerAUTOMATIC11112023-08-121-1/+1
|
* put refiner into main UI, into the new accordions sectionAUTOMATIC11112023-08-121-0/+55
add VAE from main model into infotext, not from refiner model option to make scripts UI without gr.Group fix inconsistencies with refiner when usings samplers that do more denoising than steps