aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into training-help-textAUTOMATIC11112022-10-211-4/+11
|\
| * add linear as a act func (option for doin nothing)discus04342022-10-201-1/+1
| |
| * align ui.py imports with upstreamdiscus04342022-10-201-19/+18
| |
| * updatediscus04342022-10-201-3/+8
| |\
| | * Added a bit of padding to the leftAlexandre Simard2022-10-191-1/+1
| | |
| | * Update ui.pyAlexandre Simard2022-10-191-4/+9
| | |
| * | updatediscus04342022-10-201-20/+23
| |/
* | default to ignore existing captionsDepFA2022-10-191-1/+1
| |
* | link existing txt optionDepFA2022-10-191-0/+2
| |
* | reorder create_hypernetwork paramsDepFA2022-10-191-1/+1
| |
* | split learn ratesDepFA2022-10-191-2/+2
| |
* | update ui with extra training optionsDepFA2022-10-191-2/+9
| |
* | update training header textDepFA2022-10-191-1/+1
| |
* | Update ui.pyDepFA2022-10-191-1/+1
|/
* Merge branch 'AUTOMATIC1111:master' into masterdiscus04342022-10-191-15/+39
|\
| * Merge pull request #3086 from discus0434/masterAUTOMATIC11112022-10-191-2/+6
| |\ | | | | | | Add settings for multi-layer structure hypernetworks
| * \ Merge branch 'master' into hot-reload-javascriptAUTOMATIC11112022-10-191-31/+114
| |\ \
| | * | Predictable long operation check for time estimationAnastasius2022-10-191-1/+1
| | | |
| | * | Estimated time displayed if jobs take more 60 secAnastasius2022-10-191-5/+12
| | | |
| | * | Added time left estimationAnastasius2022-10-191-1/+13
| | | |
| * | | reload javascript files when custom script bodieszhengxiaoyao07162022-10-151-12/+16
| | | |
* | | | enable to write layer structure of hn himselfdiscus04342022-10-191-1/+1
| |_|/ |/| |
* | | layer options moves into create hnet uidiscus04342022-10-191-2/+6
| |/ |/|
* | Use training width/height when training hypernetworks.Silent2022-10-191-0/+2
| |
* | Add visible for dropdownふぁ2022-10-181-4/+5
| |
* | Remove exception handlingふぁ2022-10-181-4/+1
| |
* | Add scripts to ui-config,jsonふぁ2022-10-181-0/+5
| |
* | Disable auto weights swap with config optiontrufty2022-10-181-0/+4
| |
* | Merge branch 'master' into dark-modeAUTOMATIC11112022-10-181-10/+25
|\ \
| * | Fix typo "celem_id" to "elem_id"Mykeehu2022-10-181-1/+1
| | |
| * | Fix typo in 'choices' when loading upscaler 2 configJordan Hall2022-10-171-1/+1
| | |
| * | localization supportAUTOMATIC2022-10-171-10/+23
| | |
| * | make modelmerger work with ui-config.jsonAUTOMATIC2022-10-171-0/+1
| | |
* | | Use of a --theme argument for more flexibilityMichoko2022-10-171-2/+2
| | | | | | | | | | | | Added possibility to set the theme (light or dark)
* | | Added dark mode switchMichoko2022-10-171-0/+2
|/ / | | | | | | Launch the UI in dark mode with the --dark-mode switch
* | The hide_ui_dir_config flag also restrict write attempt to path settingsSGKoishi2022-10-161-1/+7
| |
* | Better readablity of logsCookieHCl2022-10-161-1/+1
| |
* | Only make output dir when creating outputCookieHCl2022-10-161-1/+4
| |
* | Added Refresh Button to embedding and hypernetwork names in Train TabJunpeng Qiu2022-10-161-19/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem everytime I modified pt files in embedding_dir or hypernetwork_dir, I need to restart webui to have the new files shown in the dropdown of Train Tab Solution refactored create_refresh_button out of create_setting_component so we can use this method to create button next to gr.Dropdowns of embedding name and hypernetworks Extra Modification hypernetwork pt are now sorted in alphabetic order
* | Warn when user uses bad ui settingCookieHCl2022-10-161-1/+3
| |
* | Use default value when dropdown ui setting is badCookieHCl2022-10-161-1/+1
| | | | | | | | | | Default value is the first value of selectables. Particually, None in styles.
* | Make style configurable in ui-config.jsonCookieHCl2022-10-161-0/+7
| |
* | Allow specifying the region of ngrok.ddPn082022-10-161-1/+1
| |
* | added extras batch work from directorywinterspringsummer2022-10-161-0/+12
|/
* fix saving images compatibility with gradio updateAUTOMATIC2022-10-151-4/+1
|
* fix download section layoutruocaled2022-10-151-2/+2
|
* fix gadio issue with sending files between tabsAUTOMATIC2022-10-151-0/+8
|
* change styling for top right corner UIAUTOMATIC2022-10-151-29/+28
| | | | made save style button not die when you cancel
* fix new gradio failing to preserve image paramsAUTOMATIC2022-10-151-0/+18
|
* re-apply height hacks to work with new gradioAUTOMATIC2022-10-151-2/+2
|