Alejandro Gil
1edaccfeb5
Added option for admins to hide the server and browser settings form the Settings page. ( #1618 )
2022-10-28 23:49:28 -07:00
Alejandro Gil
7537c8bf55
Merge branch 'Sygil-Dev:dev' into dev
2022-10-28 23:49:10 -07:00
ZeroCool940711
7007f2874c
Added option for admins to hide the server and browser settings form the Settings page.
2022-10-28 23:48:45 -07:00
Alejandro Gil
99150c1833
Add settings on the settings page to customize most streamlit options including the server address, port and headless mode. ( #1617 )
...
- Add settings on the settings page to customize most streamlit options
including the server address, port and headless mode.
- Changed default server address to localhost.
- Removed default hard coded server address from the cmd and sh file as
they are now customizable through the Settings page on the streamlit
version.
2022-10-28 23:22:37 -07:00
ZeroCool940711
f4563ea587
Removed default hard coded server address from the cmd and sh file as they are now customizable through the Settings page on the streamlit version.
2022-10-28 23:21:18 -07:00
ZeroCool940711
05c838b594
Add settings on the settings page to customize most streamlit options including the server address, port and headless mode.
2022-10-28 23:20:21 -07:00
ZeroCool940711
370ee31adb
Changed default server address to localhost.
2022-10-28 23:19:48 -07:00
hlky
cd0b76d311
dev <- master ( #1616 )
2022-10-29 06:47:56 +01:00
hlky
091520bed0
Merge branch 'dev' into master
2022-10-29 06:47:36 +01:00
Alejandro Gil
ecc0344ead
Added missing files from nataili. ( #1614 )
2022-10-28 19:21:47 -07:00
ZeroCool940711
645fd0f77d
Added missing files from nataili.
2022-10-28 19:20:50 -07:00
Alejandro Gil
e9a4e46f66
Added basic image editor for the img2img tab. ( #1613 )
...
Added an image editor for img2img, for now its pretty basic and has some
bugs but it should do the job better than having to create a mask using
an external software and then importing it to the UI every time.
2022-10-28 12:41:21 -07:00
ZeroCool940711
f52efdfcd6
Reduced the size of the first column on txt2img and txt2vid to have more available space.
2022-10-28 12:18:46 -07:00
ZeroCool940711
f31166430f
Changed the default mask mode to 1.
2022-10-28 12:17:58 -07:00
ZeroCool940711
0a9517721d
Added basic image editor for the img2img tab.
2022-10-28 12:17:20 -07:00
ZeroCool940711
9d3d65fb5b
Moving text to video to the new stable diffusion videos pipeline.
2022-10-28 03:16:27 -07:00
cmdr2
f672ab529d
Merge branch 'dev' into master
2022-10-27 15:14:04 +05:30
ZeroCool940711
4327fb59ec
Added Tools drop menu to organize there extra tools.
2022-10-26 23:48:48 -07:00
ZeroCool940711
d8b1e503fa
Added option on the config file to select the default Noise Mode.
2022-10-26 23:47:59 -07:00
Alejandro Gil
c3deeaf75a
Renamed the webui_streamlit.cmd to webui.cmd. ( #1603 )
2022-10-26 20:26:09 -07:00
ZeroCool940711
29b98ab05d
Merge remote-tracking branch 'origin/dev' into dev
2022-10-26 20:25:09 -07:00
ZeroCool940711
e2ca081072
Renamed the webui_streamlit.cmd to webui.cmd.
2022-10-26 20:24:47 -07:00
Alejandro Gil
eedefa60a3
Added nataili as part of the repo under the scripts folder. ( #1602 )
2022-10-26 18:50:34 -07:00
ZeroCool940711
0110973b68
Added nataili as part of the repo under the scripts folder.
2022-10-26 18:49:19 -07:00
Alejandro Gil
40d9d3ea93
Moved the generate button on img2txt to the top of the page so it doesn't get pushed down and disappear when there are many images or the expanders are not collapsed. ( #1601 )
2022-10-26 18:42:03 -07:00
ZeroCool940711
691975dcdc
Merge remote-tracking branch 'origin/dev' into dev
2022-10-26 18:40:27 -07:00
ZeroCool940711
51a99aa08d
Moved the generate button to the top of the page so it doesn't get pushed down and disappear when there are many images or the expanders are not collapsed.
2022-10-26 18:40:17 -07:00
Alejandro Gil
d8aff0ceb3
Added pywebview to the requirements. ( #1600 )
2022-10-26 18:18:55 -07:00
ZeroCool940711
f813f0e659
Added pywebview to the requirements.
2022-10-26 18:17:50 -07:00
Alejandro Gil
be7f486adf
Made sure the cmd script launches the UI even if the model is not present so the user can use the model manager to download them. ( #1599 )
...
- Made sure the cmd script launches the UI even if the model is not
present so the user can use the model manager to download them.
- Changed the webui_streamlit.cmd script to use the new model path
instead of the old one.
2022-10-26 18:04:32 -07:00
ZeroCool940711
593d7d081f
Made sure the cmd script launches the UI even if the model is not present so the user can use the model manager to download them.
2022-10-26 18:03:43 -07:00
ZeroCool940711
00f7ee3ed0
Changed the webui_streamlit.cmd script to use the new model path instead of the old one.
2022-10-26 18:00:09 -07:00
Alejandro Gil
099fc963c9
Added a webview script that launches the streamlit server and then a small GUI, this should help for those that do not want to use the browser and want to run the UI natively. ( #1598 )
2022-10-26 17:48:30 -07:00
ZeroCool940711
1957ceacb7
Merge remote-tracking branch 'origin/dev' into dev
2022-10-26 17:47:44 -07:00
ZeroCool940711
6d7d04118a
Added a webview script that launches the streamlit server and then a small GUI, this should help for those that do not want to use the browser and want to run the UI natively.
2022-10-26 17:47:13 -07:00
Alejandro Gil
107d89004d
Fixed blip model not downloading due to identification issue caused by passing the huggingface token on the url. ( #1597 )
...
- Fixed blip model not downloading due to identification issue caused by
passing the huggingface token on the url.
- Fixed log not in defaults.
2022-10-26 17:22:44 -07:00
ZeroCool940711
16661815fc
Fixed log not in defaults.
2022-10-26 17:21:51 -07:00
ZeroCool940711
98c0073a4e
Fixed blip model not downloading due to identification issue caused by passing the huggingface token on the url.
2022-10-26 17:21:21 -07:00
cmdr2
cd99e6d57d
Add Library\usr\bin to the PATH
2022-10-26 16:38:32 +05:30
cmdr2
bdbf8f8cd3
Installer docs
2022-10-26 16:35:17 +05:30
cmdr2
37ed8fb844
Merge branch 'master' of github.com:cmdr2/hlky-webui
2022-10-26 16:34:10 +05:30
cmdr2
2b868a993a
Merge branch 'dev' into master
2022-10-26 16:33:40 +05:30
cmdr2
8de5e6aaba
Download micromamba from the original URL instead of bundling it in the installer; Activate the base environment before running conda commands
2022-10-26 16:33:08 +05:30
Alejandro Gil
5f6141ae7c
key phrase suggestion area update ( #1595 )
...
Renamed to sygil_suggestions.
Floating suggestions area.
First context sensitive responses (type by and get artist list).
Automated recognition of words "of, at, with" to not add a ",".
complex pattern matching support.
Removed generation of double "," and double text generation in general.
Improved key phrase list.
Full artist thumbnails support.
2022-10-26 04:00:21 -07:00
Lucas Czernohorsky
aa3f92b611
floating suggestions area, first context sensitive responses (type by and get artist list), automated recognition of words "of, at, with" to not add a ",".
...
complex pattern matching support, to remove double "," and double text generation in general.
improved key phrase list.
full artist thumbnails support.
2022-10-26 12:42:48 +02:00
cmdr2
25cc2af82b
Merge branch 'dev' into master
2022-10-26 16:11:39 +05:30
Alejandro Gil
d5642806f1
Added link to the model manager to download the merged model containing Stable Diffusion 1.5, Waifu diffusion 1.3, Lewd Diffusion and Trinart Diffusion. ( #1594 )
2022-10-26 01:25:31 -07:00
ZeroCool940711
87f65b7e05
Removed trailing spaces.
2022-10-26 01:25:14 -07:00
ZeroCool940711
9da7c4102f
Added link to the model manager to download the merged model containing Stable Diffusion 1.5, Waifu diffusion 1.3, Lewd Diffusion and Trinart Diffusion.
2022-10-26 01:23:30 -07:00
hlky
e71c4225ca
Create kdiffusion.py
2022-10-26 08:14:25 +01:00