ZeroCool940711
2f9cef38c5
Fixed the page/layout being pushed up when expanders or other item expanded and then collapsed.
2022-10-20 15:48:25 -07:00
ZeroCool940711
f57ae136c9
Merge remote-tracking branch 'origin/dev' into dev
2022-10-20 15:45:23 -07:00
hlky
8229d1bd92
Update 44.competition.md
2022-10-20 22:18:27 +01:00
ZeroCool940711
f925d33fe0
Fixed default model option not saving the proper value to the user config file.
2022-10-20 14:09:19 -07:00
hlky
276ef7c3ee
Update 44.competition.md
2022-10-20 21:52:51 +01:00
ZeroCool940711
5e788754a2
Changed the id for the text area field on the css, again.
2022-10-20 13:24:56 -07:00
ZeroCool940711
b96a61be9f
Added default height value to the text are for the prompt on most tabs, this should help with it having the proper height, we still need to change min-height through CSS so it might still break sometimes.
2022-10-20 13:24:56 -07:00
ZeroCool940711
613dd4f19c
Fixed keep_all_models_loaded missing key, this is not the proper way to do it but at least people wont have this issue for now.
2022-10-20 13:24:56 -07:00
ZeroCool940711
f35a01f26a
Added rerun option to the model manager so after models are downloaded the page refreshes which then should change the button status and replace it with he proper green check mark if its already downloaded or still show the download button if its not.
2022-10-20 13:24:56 -07:00
ZeroCool940711
26c992bf1e
Changed the id for the text area field on the css, again.
2022-10-20 13:20:03 -07:00
ZeroCool940711
c93684ca01
Added default height value to the text are for the prompt on most tabs, this should help with it having the proper height, we still need to change min-height through CSS so it might still break sometimes.
2022-10-20 13:19:26 -07:00
ZeroCool940711
4ff1bfa691
Fixed keep_all_models_loaded missing key, this is not the proper way to do it but at least people wont have this issue for now.
2022-10-20 13:17:47 -07:00
ZeroCool940711
76efbd17f3
Added rerun option to the model manager so after models are downloaded the page refreshes which then should change the button status and replace it with he proper green check mark if its already downloaded or still show the download button if its not.
2022-10-20 13:17:06 -07:00
hlky
27a1520d47
Update 44.competition.md
2022-10-20 21:08:42 +01:00
hlky
af1d107894
Update 44.competition.md
2022-10-20 21:06:27 +01:00
hlky
b0cce644b0
Update 44.competition.md
2022-10-20 20:59:17 +01:00
hlky
dda9174e1c
Update 44.competition.md
2022-10-20 20:58:54 +01:00
hlky
582eddbab9
Update 44.competition.md
2022-10-20 20:57:53 +01:00
hlky
3e4e7e802f
Update 44.competition.md
2022-10-20 20:27:03 +01:00
hlky
ab39ba4c85
Create 44.competition.md
2022-10-20 20:16:09 +01:00
ZeroCool940711
19e880297a
Fixed the text area widget height being broken due to changes on the css id used to set the height for it.
2022-10-20 08:34:42 -07:00
ZeroCool940711
6979584cc5
Fixed spacing issue with the full screen button for the result image on img2img when the space on the right was smaller than the button size.
2022-10-20 08:34:42 -07:00
Alejandro Gil
8413bec38d
key phrase suggestions and draggable number input fixes and update ( #1555 )
...
key_phrase_suggestions:
added support for new data structure, with description, conditions,
custom formats and image support.
added tooltip support. Added Artist image tooltips.
draggable number input:
fixed support for floating point values
small fixes and visual improvements.
fixed drag being blocked by "press enter to apply" text.
2022-10-20 07:25:08 -07:00
Lucas Czernohorsky
9bd0b2f679
draggable number input fixed support for floating point values
2022-10-20 12:03:52 +02:00
Lucas Czernohorsky
7252b1dde2
key_phrase_suggestions added support for new data structure, with description, conditions, custom formats and image support.
...
added tooltip support. Added Artist image tooltips.
2022-10-20 11:53:50 +02:00
Lucas Czernohorsky
f630ee5c90
draggable number input component small fixes and visual improvements.
...
fixed drag being blocked by "press enter to apply" text.
2022-10-20 11:39:09 +02:00
Alejandro Gil
3db26b92d1
Fixed the image preview not been centered. ( #1553 )
2022-10-19 19:57:14 -07:00
ZeroCool940711
2fc7a8817f
Added placeholder for the API Server.
2022-10-19 19:55:34 -07:00
ZeroCool940711
0e226ff8c2
Merge remote-tracking branch 'origin/dev' into dev
2022-10-19 13:48:16 -07:00
ZeroCool940711
64fba3e002
Fixed the image preview not been centered.
2022-10-19 13:48:08 -07:00
Alejandro Gil
054fe889dc
Added a menu bar at the top and moved the items from the sidebar to the menu bar for easy access. ( #1552 )
2022-10-19 13:00:24 -07:00
ZeroCool940711
5a23cb2aae
Few other fixes for missing imports.
2022-10-19 12:44:56 -07:00
ZeroCool940711
ec390a5537
More empty spaces removed from the layout.
2022-10-19 12:43:31 -07:00
ZeroCool940711
aa85b25f65
Added reraise and logger catch to the settings layout function.
2022-10-19 11:18:06 -07:00
ZeroCool940711
7a2376a590
Fixed a weird error with collections.abc not being found some times, this is most likely related to one of the libraries we use but to fix it temporarily we need to import it before anything else.
2022-10-19 11:17:20 -07:00
ZeroCool940711
082ce79074
Improved the layout by removing some empty spaces.
2022-10-19 11:16:01 -07:00
Alejandro Gil
33c4e3c8c5
Added implementation made by @NaMJaG for key phrase suggestions under the prompt. ( #1551 )
...
![image](https://cdn.discordapp.com/attachments/1030858973823377408/1030858974033100912/suggestions.gif )
2022-10-19 08:04:41 -07:00
ZeroCool940711
345ea8623f
Added implementation made by @NaMJaG for key phrase suggestions under the prompt.
2022-10-19 07:56:36 -07:00
hlky
5236d859e5
img2img cfg_scale value
2022-10-19 14:49:03 +01:00
Thomas Mello
f53314aeca
The Mergening ( #1550 )
2022-10-19 15:09:04 +03:00
Thomas Mello
96148e89d0
revert LDSR installation to be editable ( #1549 )
...
# Description
LDSR is once again installed to src to be able to import it inside webui
Closes : #1497
2022-10-19 13:27:20 +03:00
Alejandro Gil
64d3e2f9d2
Removed trailing spaces from the config file to improve codefactor code quality. ( #1546 )
2022-10-18 06:11:07 -07:00
ZeroCool940711
11a3a089f5
Merge remote-tracking branch 'origin/dev' into dev
2022-10-18 06:00:17 -07:00
ZeroCool940711
48251c98b9
Removed trailing spaces from the config file to improve codefactor code quality.
2022-10-18 06:00:02 -07:00
Alejandro Gil
2119694e08
Added version control and management for the user and defaults config file. ( #1545 )
2022-10-18 05:54:37 -07:00
ZeroCool940711
528d95085f
Removed some backslashes to comply with codefactor as they are redundant.
2022-10-18 05:54:14 -07:00
ZeroCool940711
908aa0647c
Added version control and management for the user and defaults config file.
2022-10-18 05:49:30 -07:00
Alejandro Gil
7a600d7d4a
Changed CFG scale to be a number_input instead of a slider. ( #1542 )
2022-10-17 18:03:54 -07:00
ZeroCool940711
52dc87ca5b
Merge remote-tracking branch 'origin/dev' into dev
2022-10-17 18:03:03 -07:00
ZeroCool940711
774073c8c3
Changed CFG scale to be a number_input instead of a slider.
2022-10-17 18:02:51 -07:00