Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore missing tooltips | missionfloyd | 2023-09-01 | 1 | -2/+2 |
| | |||||
* | get XYZ plot to work with recent changes to refined specified in fields of p ↵ | AUTOMATIC1111 | 2023-08-15 | 1 | -1/+1 |
| | | | | rather than in settings | ||||
* | fix API always using -1 as seed | AUTOMATIC1111 | 2023-08-14 | 2 | -2/+2 |
| | |||||
* | return seed controls UI to how it was before | AUTOMATIC1111 | 2023-08-14 | 1 | -18/+29 |
| | |||||
* | also use setup callback for the refiner instead of before_process | AUTOMATIC1111 | 2023-08-13 | 1 | -1/+1 |
| | |||||
* | fix broken XYZ plot seeds | AUTOMATIC1111 | 2023-08-13 | 1 | -1/+1 |
| | | | | add new callback for scripts to be used before processing | ||||
* | add refiner to StableDiffusionProcessing class | AUTOMATIC1111 | 2023-08-13 | 1 | -11/+5 |
| | | | | write out correct model name in infotext, rather than the refiner model | ||||
* | fix broken reuse seed | AUTOMATIC1111 | 2023-08-12 | 1 | -1/+1 |
| | |||||
* | update seed/subseed HTML widths | AUTOMATIC1111 | 2023-08-12 | 1 | -10/+15 |
| | |||||
* | move seed, variation seed and variation seed strength to a single row, dump ↵ | AUTOMATIC1111 | 2023-08-12 | 1 | -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 refiner | AUTOMATIC1111 | 2023-08-12 | 1 | -1/+1 |
| | |||||
* | put refiner into main UI, into the new accordions section | AUTOMATIC1111 | 2023-08-12 | 1 | -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 |