aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing_scripts/refiner.py
AgeCommit message (Collapse)AuthorLines
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-12-30aAUTOMATIC1111-3/+4
2023-08-15get XYZ plot to work with recent changes to refined specified in fields of p ↵AUTOMATIC1111-1/+1
rather than in settings
2023-08-14fix API always using -1 as seedAUTOMATIC1111-1/+1
2023-08-13also use setup callback for the refiner instead of before_processAUTOMATIC1111-1/+1
2023-08-13add refiner to StableDiffusionProcessing classAUTOMATIC1111-11/+5
write out correct model name in infotext, rather than the refiner model
2023-08-12make it possible to use hires fix together with refinerAUTOMATIC1111-1/+1
2023-08-12put refiner into main UI, into the new accordions sectionAUTOMATIC1111-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