aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing_scripts/refiner.py
Commit message (Collapse)AuthorAgeFilesLines
* rename infotext.py again, this time to infotext_utils.py; I didn't realize ↵AUTOMATIC11112024-01-011-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
* infotext.py: rename usages in the codebaseAUTOMATIC11112024-01-011-1/+1
|
* aAUTOMATIC11112023-12-301-3/+4
|
* 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-141-1/+1
|
* also use setup callback for the refiner instead of before_processAUTOMATIC11112023-08-131-1/+1
|
* add refiner to StableDiffusionProcessing classAUTOMATIC11112023-08-131-11/+5
| | | | write out correct model name in infotext, rather than the refiner model
* 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