Commit Graph

1353 Commits

Author SHA1 Message Date
Alejandro Gil
5d3feebfd0
Added cell to prefetch models. (#1619)
# Description

Added a config cell for the Colab instance. Now it can pre-fetch models.
Folder on Google drive can be specified. If models are found there, they
will be symlinked instead of downloaded. Any models found in folder, but
not in download list, will be symlinked to models/custom. Also added
comments to code and titles to cells.
Should just be able to enter settings in first cell, then hit 'run all'.
Well... twice.

# Checklist:

- [x] I have changed the base branch to `dev`
- [x] I have performed a self-review of my own code
- [x] I have commented my code in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
2022-10-29 10:02:12 -07:00
Alejandro Gil
56b2ba8963
Merge branch 'dev' into patch-2 2022-10-29 09:57:21 -07:00
Alejandro Gil
c5981694c3
Fixed the serverAddress default value stopping people from using the UI in services like runpod. (#1621) 2022-10-29 09:56:50 -07:00
aedh carrick
e5f6f2faa4 changed repo path from hard coded to variable 2022-10-29 10:05:03 -05:00
aedh carrick
3fddf6848e
Added cell to prefetch models.
Added a config cell for the Colab instance.  Now it can pre-fetch models.  Folder on Google drive can be specified. If models are found there, they will be symlinked instead of downloaded.  Any models found in folder, but not in download list, will be symlinked to models/custom.
Also added comments to code and titles to cells.
Should just be able to enter settings in first cell, then hit 'run all'.
Well... twice.
2022-10-29 07:22:38 -05:00
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
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
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
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
Alejandro Gil
a70a69c7fb
Added jfif image support on img2img (#1590) 2022-10-25 04:57:28 -07:00
ZeroCool940711
227a7e2973 Merge remote-tracking branch 'origin/dev' into dev 2022-10-25 04:56:54 -07:00