ZeroCool940711
aa85b25f65
Added reraise and logger catch to the settings layout function.
2022-10-19 11:18:06 -07:00
ZeroCool940711
774073c8c3
Changed CFG scale to be a number_input instead of a slider.
2022-10-17 18:02:51 -07:00
ZeroCool940711
1513632063
Forced page rerun when hitting the reset button on the Settings page.
2022-10-15 09:32:15 -07:00
ZeroCool940711
e235a2fd76
Fixed the beta start and beta end format. It was been converted to int by number_input instead of using text_input.
2022-10-10 03:46:16 -07:00
ZeroCool940711
fe6e72fde7
Added save_video_on_stop option to the Settings page, this option is used to save the txt2vid generated video to disk when we hit the stop button mid generation.
2022-10-07 23:49:19 -07:00
ZeroCool940711
55b39b53bc
Changed some more text_input to number_input and made sure they return the right value type.
2022-10-07 17:57:06 -07:00
ZeroCool940711
45976077c0
Changed the image preview frequency field to only allow positive values.
2022-10-07 16:59:29 -07:00
cstueckrath
c8740fadb4
fix type error
2022-10-07 08:12:28 +02:00
ZeroCool940711
ad94cc17a6
Changed some more text_input to number_input.
2022-10-06 02:08:29 -07:00
ZeroCool940711
c60626d076
Changed Settings st.slider as well as some st.text_input to st.number_input.
2022-10-06 01:46:24 -07:00
Kasiya13
24509a647e
Settings and defaults for upscaling ( #1435 )
...
-Changes wording on Memory Monitor to not alarm users (happened a few
times)
-Adds config settings "use_upscaling" and "upscaling_method" to settings
menu, were already in yaml
2022-10-05 22:23:31 +03:00
hlky
b650c162e6
src->models
2022-10-05 01:03:06 +01:00
hlky
3851fcc537
model manager
...
model manager
2022-10-04 19:39:52 +01:00
ZeroCool940711
f866ffdad4
Fixed multiple settings and default values not working properly.
2022-10-02 21:25:41 -07:00
ZeroCool940711
7354c901d2
Fixed LDSR not working on txt2img and img2img.
...
- Removed the checkbox to disable the preview image, instead users should increase the frequency at which it is displayed if they have performance issues, after a certain point it no longer affects performance.
2022-10-02 13:10:17 -07:00
ZeroCool940711
02432b4b39
Improved the Settings page layout and code structure.
2022-10-02 06:59:29 -07:00
Joshua Kimsey
802355b683
Finished Adding Settings Components
...
Repetitive Actions Are Repetitive
2022-10-02 04:24:50 -04:00
Joshua Kimsey
777d724598
Fixed doubled up code
2022-10-01 07:41:40 -04:00
Joshua Kimsey
e2b1dcf0bd
Fixed separate_prompts
error
2022-10-01 04:43:53 -04:00
Joshua Kimsey
2cfbb5f63e
Add Txt2Img Settings
...
Added the Txt2Img settings from the `configs/webui/webui_streamlit.yaml` file. All are working except `separate_prompts`, which throws a `Missing key separate_prompts` error for some reason.
2022-10-01 04:30:25 -04:00
ZeroCool940711
625ba555e3
Fixed custom models not loading on txt2img, img2img and txt2vid.
2022-09-29 03:29:44 -07:00
Alejandro Gil
3e40bab7f7
Changed the default streamlit import for hydralit as we will be using hydralit as replacement for the default streamlit library, hydralit provides better control over css as well as having a lot more options. ( #1352 )
2022-09-28 09:33:54 -07:00
ZeroCool
6db88c4673
Merge branch 'dev' into dev
2022-09-26 07:03:59 -07:00
ZeroCool940711
35ec438682
Daisi app fix 4
...
Added option on the settings page to add your huggingface token.
Daisi app fix 3
Daisi app fix 2
Daisi app fix
2022-09-26 06:08:13 -07:00
hlky
4a15702fe9
License header
2022-09-26 14:02:48 +01:00
ZeroCool940711
0d9f3f4947
Added support for running the webui on daisi.io
2022-09-26 02:36:21 -07:00
ZeroCool940711
eb9145000a
The default streamlit theme can now be customized from the UI as well as the UI config file.
2022-09-26 01:20:31 -07:00
ZeroCool940711
c37a92c39f
Added option to enable or disable the streamlit data usage gathering or telemetry.
2022-09-26 01:12:06 -07:00
ZeroCool940711
4e34a987e1
Added customizable value for the concepts per page option on the concepts library tab.
2022-09-25 01:17:14 -07:00
ZeroCool940711
23070de38d
Added info text to let the user now that the other setting pages are still under construction.
2022-09-24 17:18:29 -07:00
ZeroCool940711
0f9f7c382b
First implementation of the Settings page.
2022-09-24 05:30:16 -07:00
ZeroCool940711
ed1ebc129c
Modified the way the defaults settings are loaded from the config file so we only load them on the webui_strealit.py file and use st.session_state to access them from anywhere else, this makes it so the config can be modified externally like before the code split and the changes will be updated on next rerun of the UI.
2022-09-14 06:40:56 -07:00
ZeroCool940711
1117b5604a
-Added the Update Image Preview option to be part of the current tab options under Preview Settings.
...
- Added Dynamic Preview Frequency option for the txt2vid tab which tries to find the lowest value for update_preview_frequency at which we can update the preview image during generation while at the same time minimizing the impact it has in performance.
- Added option to save a video file on the outputs/txt2vid-samples folder after the generation is complete similar to how the save_grid option works on other tabs.
- Added a video preview which shows a video on the txt2vid tab when the generation is completed.
- Formated some lines of code to make it use less space and fit on the a single screen.
- Added a script called Settings.py to the script folder in which Settings for the Setting page will be placed. Empty for now.
2022-09-12 11:44:00 -07:00