Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | infotext updates: add option to disregard certain infotext fields, add ↵ | AUTOMATIC1111 | 2023-12-02 | 1 | -0/+16 |
| | | | | option to not include VAE in infotext, add explanation to infotext settings page, move some options to infotext settings page | ||||
* | added compact prompt option | AUTOMATIC1111 | 2023-11-05 | 1 | -0/+2 |
| | |||||
* | option use short name for checkpoint dropdown | w-e-w | 2023-09-08 | 1 | -2/+2 |
| | |||||
* | move seed, variation seed and variation seed strength to a single row, dump ↵ | AUTOMATIC1111 | 2023-08-12 | 1 | -0/+1 |
| | | | | | | resize seed from UI add a way for scripts to register a callback for before/after just a single component's creation | ||||
* | put refiner into main UI, into the new accordions section | AUTOMATIC1111 | 2023-08-12 | 1 | -2/+2 |
| | | | | | | 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 | ||||
* | split shared.py into multiple files; should resolve all circular reference ↵ | AUTOMATIC1111 | 2023-08-09 | 1 | -0/+49 |
| | | | | import errors related to shared.py | ||||
* | add an option to show selected setting in main txt2img/img2img UI | AUTOMATIC | 2023-05-31 | 1 | -0/+10 |
| | | | | | | split some code from ui.py into ui_settings.py ui_gradio_edxtensions.py add before_process callback for scripts add ability for alwayson scripts to specify section and let user reorder those sections | ||||
* | change UI reorder setting to multiselect | AUTOMATIC | 2023-05-31 | 1 | -0/+17 |
| | |||||
* | custom unet support | AUTOMATIC | 2023-05-27 | 1 | -0/+11 |
| | |||||
* | make it possible for scripts to add cross attention optimizations | AUTOMATIC | 2023-05-18 | 1 | -0/+8 |
| | | | | add UI selection for cross attention optimization | ||||
* | remove unneeded return from #7583 | AUTOMATIC | 2023-02-19 | 1 | -1/+1 |
| | |||||
* | call modules.sd_vae.refresh_vae_list() | EllangoK | 2023-02-06 | 1 | -1/+1 |
| | |||||
* | remove the need to place configs near models | AUTOMATIC | 2023-01-27 | 1 | -1/+14 |
| | |||||
* | add an option to enable sections from extras tab in txt2img/img2img | AUTOMATIC | 2023-01-26 | 1 | -0/+10 |
fix some style inconsistenices |