aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing_scripts
AgeCommit message (Collapse)AuthorLines
2023-09-01Restore missing tooltipsmissionfloyd-2/+2
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-2/+2
2023-08-14return seed controls UI to how it was beforeAUTOMATIC1111-18/+29
2023-08-13also use setup callback for the refiner instead of before_processAUTOMATIC1111-1/+1
2023-08-13fix broken XYZ plot seedsAUTOMATIC1111-1/+1
add new callback for scripts to be used before processing
2023-08-13add refiner to StableDiffusionProcessing classAUTOMATIC1111-11/+5
write out correct model name in infotext, rather than the refiner model
2023-08-12fix broken reuse seedAUTOMATIC1111-1/+1
2023-08-12update seed/subseed HTML widthsAUTOMATIC1111-10/+15
2023-08-12move seed, variation seed and variation seed strength to a single row, dump ↵AUTOMATIC1111-0/+95
resize seed from UI add a way for scripts to register a callback for before/after just a single component's creation
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