Commit Graph

303 Commits

Author SHA1 Message Date
Thierry
baef594e4a Update README.md 2023-03-29 16:58:56 -04:00
Thierry
3c7b928914 Update README.md 2023-03-29 16:52:45 -04:00
ParityError
f867d7b429
Update README.md
Updated to reflect change in webui.sh, so that the installation directory is not absolute (/home/user).
2023-03-28 18:34:02 -07:00
Mikhail Gribanov
1823526c10 Update README.md 2023-03-14 13:05:45 +02:00
AUTOMATIC
f36ba9949a add credit for UniPC sampler into the readme 2023-03-11 15:02:58 +03:00
AUTOMATIC
75e03785fe remove download instruction 2023-02-19 09:12:01 +03:00
AUTOMATIC1111
9f113a84eb
Merge pull request #7850 from asdfire1/instructionfix
Fixed missing part in the Linux installation instructions
2023-02-19 09:11:31 +03:00
asdfire1
9691ca5f59
Fixed the Linux installation instructions 2023-02-16 11:59:14 +01:00
missionfloyd
1615f786ee Download model if none are found 2023-02-14 20:54:02 -07:00
EllangoK
32d389ef0f changes remaining text from X/Y -> X/Y/Z 2023-01-27 14:04:23 -05:00
AUTOMATIC
635499e832 add pix2pix credits 2023-01-25 19:42:26 +03:00
brkirch
84d9ce30cb Add option for float32 sampling with float16 UNet
This also handles type casting so that ROCm and MPS torch devices work correctly without --no-half. One cast is required for deepbooru in deepbooru_model.py, some explicit casting is required for img2img and inpainting. depth_model can't be converted to float16 or it won't work correctly on some systems (it's known to have issues on MPS) so in sd_models.py model.depth_model is removed for model.half().
2023-01-25 01:13:02 -05:00
AUTOMATIC
855b9e3d1c Lora support!
update readme to reflect some recent changes
2023-01-21 16:15:53 +03:00
AUTOMATIC
6d805b669e make CLIP interrogator download original text files if the directory does not exist
remove random artist built-in extension (to re-added as a normal extension on demand)
remove artists.csv (but what does it mean????????????????????)
make interrogate buttons show Loading... when you click them
2023-01-21 09:14:27 +03:00
AUTOMATIC
151233399c new screenshot 2023-01-07 13:30:06 +03:00
brkirch
848605fb65 Update README.md 2023-01-06 06:58:49 -05:00
brkirch
f6ab5a39d7 Merge branch 'AUTOMATIC1111:master' into sub-quad_attn_opt 2023-01-06 00:14:20 -05:00
brkirch
d782a95967 Add Birch-san's sub-quadratic attention implementation 2023-01-06 00:14:13 -05:00
AUTOMATIC
82cfc227d7 added licenses screen to settings
added footer
removed unused inpainting code
2023-01-03 20:23:17 +03:00
Jim Hays
c0355caefe Fix various typos 2022-12-14 21:01:32 -05:00
Jay Smith
1ed4f0e228 Depth2img model support 2022-12-08 20:50:08 -06:00
AUTOMATIC
ce6911158b Add support Stable Diffusion 2.0 2022-11-26 16:10:46 +03:00
AUTOMATIC
c81d440d87 moved deepdanbooru to pure pytorch implementation 2022-11-20 16:39:20 +03:00
AUTOMATIC
5f01171543 shut down gradio's "everything allowed" CORS policy; I checked the main functionality to work with this, but if this breaks some exotic workflow, I'm sorry. 2022-11-04 10:07:29 +03:00
AUTOMATIC
9f79e59a95 added info about History/Image browser to readme 2022-10-24 14:42:36 +03:00
AUTOMATIC
5aa9525046 updated readme with info about Aesthetic Gradients 2022-10-22 13:40:07 +03:00
AUTOMATIC
6398dc9b10 further support for extensions 2022-10-22 13:34:49 +03:00
AUTOMATIC1111
ec37f8a45f
Merge branch 'master' into features-to-readme 2022-10-21 16:51:01 +03:00
ClashSAN
003d2c7fe4
Update README.md 2022-10-21 11:40:37 +00:00
AUTOMATIC
7d6b388d71 Merge branch 'ae' 2022-10-21 13:35:01 +03:00
AUTOMATIC
4587218190 updated readme and some small stylistic changes to code 2022-10-21 09:00:39 +03:00
ClashSAN
ca023f8a45
Update README.md 2022-10-18 08:57:05 +00:00
MalumaDev
f7df06a981
Update README.md
Co-authored-by: Víctor Gallego <vicgalle@ucm.es>
2022-10-15 18:40:06 +02:00
MalumaDev
bb57f30c2d init 2022-10-14 10:56:41 +02:00
brkirch
574c8e554a Add InvokeAI and lstein to credits, add back CUDA support 2022-10-11 17:24:00 +03:00
ClashSAN
5766ce21ab
Update README.md 2022-10-11 13:20:03 +00:00
ClashSAN
70b50b1dfc
add features, credit for Composable Diffusion
to readme

https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/2171
2022-10-10 23:23:12 +00:00
AUTOMATIC1111
e00b4df7c6
Merge pull request #1752 from Greendayle/dev/deepdanbooru
Added DeepDanbooru interrogator
2022-10-09 10:52:21 +03:00
Aidan Holland
432782163a chore: Fix typos 2022-10-08 22:42:30 +03:00
Greendayle
01f8cb4447 made deepdanbooru optional, added to readme, automatic download of deepbooru model 2022-10-08 18:02:56 +02:00
AUTOMATIC
4999eb2ef9 do not let user choose his own prompt token count limit 2022-10-08 14:25:47 +03:00
AUTOMATIC
87db6f01cc add info about cross attention javascript shortcut code 2022-10-08 10:15:29 +03:00
Jairo Correa
a958f9b3fd edit-attention browser compatibility and readme typo 2022-10-08 09:38:44 +03:00
AUTOMATIC
2995107fa2 added ctrl+up or ctrl+down hotkeys for attention 2022-10-06 23:44:54 +03:00
AUTOMATIC
4c2eccf8e9 credit Rinon Gal 2022-10-02 23:22:48 +03:00
ClashSAN
4e72a1aab6 Grammar Fix 2022-10-02 16:00:16 +03:00
AUTOMATIC
84e97a98c5 features updates
unused code removed from outpainting mk2
2022-10-01 00:38:48 +03:00
AUTOMATIC
5b6d34f675 added contributing to readme 2022-09-30 11:57:19 +03:00
AUTOMATIC
f295d90971 add advertisement for custom scripts to readme 2022-09-30 08:18:05 +03:00
jcianca
7aec029423 Update README.md 2022-09-24 07:58:30 +03:00
jcianca
e94ec98102 Update README.md 2022-09-24 07:58:30 +03:00
AUTOMATIC
9c92a1a9aa removed some information that its owner decided he did not want to share 2022-09-23 20:55:54 +03:00
AUTOMATIC
0065327726 upgrade to gradio==3.4b3 t fixthe inpain bugs
rework progressbar/preview to work with new gradio
remove unnecessary create style button
added link to alternative colab
2022-09-23 20:46:02 +03:00
Dylan Cathelijn
699aecd4ae
Update README to link to wiki page for Apple Silicon installs 2022-09-22 11:35:12 +02:00
ClashSAN
ef744b96d6 Update README.md 2022-09-22 07:18:00 +03:00
ClashSAN
ca22b820f4 Update README.md 2022-09-22 07:18:00 +03:00
ClashSAN
76c9d1a991 Update README.md 2022-09-22 07:18:00 +03:00
ClashSAN
be3f080909 Update README.md
Added SwinIR and new features to readme
2022-09-22 07:18:00 +03:00
Dement242
5fb6f39607 Added CodeFormer to Credits
request from Shangchen Zhou
2022-09-21 13:35:35 +03:00
C43H66N12O12S2
942acd4e12 Update README.md 2022-09-19 22:49:53 +03:00
AUTOMATIC
9f9a2084c7 add info about where to get models to instructions. 2022-09-18 09:09:10 +03:00
AUTOMATIC
f8f17e3b9e updated readme to reflect new model location 2022-09-17 12:12:55 +03:00
AUTOMATIC
449719b2fc added Noise generation for outpainting mk2 to credits 2022-09-16 23:17:10 +03:00
AUTOMATIC
cde49dcbe6 add prompt editing to readme 2022-09-15 15:54:11 +03:00
Mavpt
4448ffa52f Rewrote a large portion of the README to point towards the wiki. 2022-09-15 14:17:22 +03:00
Steve Eberhardt
4a626f6ea6 Corrected typos in shared.py and README 2022-09-15 07:38:17 +03:00
AUTOMATIC
6a4db7b9a5 Add info about AMD to readme. 2022-09-14 20:37:56 +03:00
orionaskatu
efc8ed13e1 install/launch scripts for linux 2022-09-14 10:45:25 +03:00
AUTOMATIC
fdedecf96c readme info about launcher 2022-09-13 19:44:36 +03:00
AUTOMATIC
9ea44c7ce7 Merge remote-tracking branch 'origin/master' 2022-09-13 08:45:43 +03:00
AUTOMATIC
8c1d989839 add link to custom scripts 2022-09-13 08:45:31 +03:00
ProGamerGov
0f76bbffc3
Fix multiple grammar & spelling errors in ReadMe 2022-09-12 18:00:40 -06:00
Kaleith
7e03c71346
Update README.md
Revision of the previous commit to make it less misleading and mention the option of using .bin files
2022-09-12 19:33:02 +02:00
Kaleith
12e326ae9a
Updated README
- small update to reflect the revised commit for gradio authentication
2022-09-12 18:50:57 +02:00
Kaleith
917087c5b6
Update README
- Documented a couple of new optional flags
- Added a link to a third party repository of embeddings
- Reworded a few parts
- Fixed some typos
2022-09-12 17:14:05 +02:00
AUTOMATIC
535b25ad26 add more context for img2img alt mode test 2022-09-12 18:02:39 +03:00
AUTOMATIC
9c48383608 initial work on img2imgalt 2022-09-12 01:55:34 +03:00
AUTOMATIC
d97c6f221f added instructions for manual installation 2022-09-11 18:52:40 +03:00
AUTOMATIC
f194457229 CLIP interrogator 2022-09-11 18:48:36 +03:00
AUTOMATIC
ae6b879b85 i will fix the typo 2022-09-11 12:31:28 +03:00
AUTOMATIC
599666cd3f let me tell you about realesrgan 2022-09-11 12:13:26 +03:00
AUTOMATIC
43bdbe934a enabled negative prompt by default
fixed broken empty directory when prompt does not start withl etter
2022-09-10 15:41:29 +03:00
AUTOMATIC
13eec4f3d4 changed <p> to <br> in info field to prevent double line breaks when copying
added new features to the list.
2022-09-10 14:53:38 +03:00
AUTOMATIC
c92f2ff196 Update to cross attention from https://github.com/Doggettx/stable-diffusion #219 2022-09-10 12:06:19 +03:00
elucida
d55a731081 fix typo
GFPGAN
2022-09-10 08:12:07 +03:00
AUTOMATIC
364bce105c put manual instructions above WSL, clarify they work for windows and linux 2022-09-10 00:31:58 +03:00
Bernard Maltais
cbfd0caef9 Update readme to remove redundant parts. 2022-09-10 00:27:54 +03:00
Bernard Maltais
c529532f8b Updare README with conda install instructions 2022-09-10 00:27:54 +03:00
Bernard Maltais
fed90189c3 Update readme.md to use environment-wsl2.yaml 2022-09-10 00:27:54 +03:00
Bernard Maltais
046ee991fa Add Windows 11 specification 2022-09-10 00:27:54 +03:00
Bernard Maltais
203c8a3bad Automate GFPGAN download 2022-09-10 00:27:54 +03:00
Bernard Maltais
924aa65e22 Fix README.md 2022-09-10 00:27:54 +03:00
Bernard Maltais
8214447bba Add config and instructions for WSL2 setup 2022-09-10 00:27:54 +03:00
AUTOMATIC
55ef99d51c error in path in manual instruction for install 2022-09-10 00:05:00 +03:00
Kaleith
16792691c7
Removed mention of CUDA in the README
The requirement to install CUDA was removed with e92d4cf747 (diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L63) so that mention in README should be superfluous
2022-09-09 10:39:41 +02:00
AUTOMATIC
1fd2c22919 brought manual instructions up to date
reworked launching with different parameters
2022-09-09 08:37:19 +03:00
safentisAuth
5d49003e0d Update README.md 2022-09-09 01:45:18 +03:00
Daniel Grenner
e817a28b8e
Add settings file
Signed-off-by: Daniel Grenner <daniel.grenner@ingka.ikea.com>
2022-09-08 11:18:50 +02:00
AUTOMATIC1111
a196c45f15
Merge pull request #146 from orionaskatu/orionaskatu-port-option
--port option for #131
2022-09-08 11:46:51 +03:00
AUTOMATIC
27dfcf69da readme update 2022-09-08 11:43:59 +03:00
orionaskatu
50178b7f5b
Port defaults to 7860 2022-09-08 10:43:12 +02:00
orionaskatu
9c510011ac
update readme for --port option 2022-09-08 09:51:33 +02:00
AUTOMATIC
e92d4cf747 Remove requirement for CUDA in readme. 2022-09-07 19:13:37 +03:00
AUTOMATIC
2cbda50cdd clarification about not running as root 2022-09-07 15:30:25 +03:00
AUTOMATIC
9cb3cc3a2f Textual inversion info 2022-09-07 03:13:28 +03:00
AUTOMATIC
7ce7fb01e0 fix for live progress breaking lowvram and medvram optimizations 2022-09-06 23:10:12 +03:00
AUTOMATIC
c6e7c280fc redme updates 2022-09-06 20:57:49 +03:00
AUTOMATIC
3f55d9a932 collab link 2022-09-06 10:58:58 +03:00
AUTOMATIC
395f170597 readme extras for VRAM for
added missing packages to requirements for #74
add support for negative numbers in X/Y plot (plus ranges) #73
changed progressbar to work properly with custom modes
2022-09-06 10:11:25 +03:00
AUTOMATIC
4cb47bbf87 readme clarification 2022-09-06 02:19:45 +03:00
AUTOMATIC
595c907c29 fix readme giving bad advice 2022-09-05 13:40:51 +03:00
AUTOMATIC
811725d3aa Update webui.py to instruct python to install binary packages; this should prevent errors people are getting with lacking C++ compilers 2022-09-05 10:41:01 +03:00
AUTOMATIC
59df7a0d1b readme 2022-09-05 01:43:37 +03:00
AUTOMATIC
407fc1fe0c added credits section 2022-09-04 19:09:00 +03:00
AUTOMATIC
f299645aee ESRGAN support 2022-09-04 18:54:12 +03:00
AUTOMATIC
78278ce695 added UI config file: ui-config.json 2022-09-04 13:52:01 +03:00
AUTOMATIC
836b646374 moved images to 2022-09-04 13:08:06 +03:00
AUTOMATIC
b541c8ba3e readme clarifications 2022-09-02 20:21:11 +03:00
AUTOMATIC
efa0a6483c change webui.bat to use venv 2022-09-02 19:26:18 +03:00
AUTOMATIC
7b9c301f89 fixambigious line in readme 2022-09-02 13:54:52 +03:00
AUTOMATIC
78c3735fdd more clarifications for the readme 2022-09-02 10:21:45 +03:00
AUTOMATIC
8b88fa27c5 COMMANDLINE_ARGS clarification added 2022-09-02 10:04:51 +03:00
AUTOMATIC
67216187a8 bat file for installing and launching 2022-09-02 09:49:35 +03:00
AUTOMATIC
cf726cc40e README update for low VRAM users. 2022-09-02 01:56:46 +03:00
AUTOMATIC
f1aa1d6711 clarifications for --lowvram and --medvram in readme. 2022-09-01 18:19:39 +03:00
AUTOMATIC
49fcdbefa3 instructions for running on latest python 2022-09-01 13:32:34 +03:00
AUTOMATIC
e1648fc1d1 changes for inpainting for #35
support for --medvram
attempt to support share
2022-09-01 11:41:42 +03:00
AUTOMATIC
9427e4e290 readme 2022-08-31 11:32:45 +03:00
AUTOMATIC
672ec05e87 added links to readme 2022-08-31 11:23:03 +03:00
AUTOMATIC
476b27639e readme fix 2 2022-08-31 11:13:24 +03:00
AUTOMATIC
a9c02996f1 readme fix 2022-08-31 11:10:46 +03:00
AUTOMATIC
e38ad2ee95 added detailed installation instructions
fixed bug with missing same dir for a new install
added ctrl+c hander to immediately stop the program instead of waiting
2022-08-31 11:04:19 +03:00
AUTOMATIC
7434b3ebcc updated interface to use Blocks
added mode toggle for img2img
added inpainting to readme
2022-08-30 21:51:30 +03:00
AUTOMATIC
3402461055 gfpgan is not kept in memory
font selection setting
2022-08-29 16:42:00 +03:00
AUTOMATIC1111
2b0ac45966
Merge pull request #25 from cclauss/patch-1
README.md: Fix typos
2022-08-29 13:43:35 +03:00
AUTOMATIC
d7acb99754 readme for --lowvram 2022-08-29 10:23:57 +03:00
Christian Clauss
3c7a22f77b
README.md: Fix typos 2022-08-29 08:05:13 +02:00
AUTOMATIC
93e7dbaa71 support for running custom code (primarily to generate various labeled grids)
export for 4chan option
2022-08-28 16:38:59 +03:00
AUTOMATIC
4e0fdca2f4 Implementation for SD upscale. 2022-08-27 16:13:33 +03:00
AUTOMATIC
9597b265ec implementation for attention using [] and () 2022-08-27 11:17:55 +03:00
AUTOMATIC
155dd2fc0c Renamed GFPGAN to extras
Added Real-ESRGAN to extras tab
2022-08-26 11:16:57 +03:00
AUTOMATIC
91dc8710ec textual inversion embeddings support
settings tab
2022-08-25 21:52:05 +03:00
AUTOMATIC
e0339e29a5 png chunk info for readme 2022-08-24 19:05:03 +03:00
AUTOMATIC
34e9795505 readme for loopback 2022-08-24 16:43:05 +03:00
AUTOMATIC
852baf422a gfpgan dir for the guide's directory names
fix a bug in image resizing
2022-08-24 13:42:21 +03:00
AUTOMATIC
ca0d7981a0 typos 2022-08-24 10:59:47 +03:00
AUTOMATIC
1463d44faf added resizing modes
added more info into readme
2022-08-24 10:52:41 +03:00
AUTOMATIC
e996f3c118 readme extra 2022-08-23 22:49:58 +03:00
AUTOMATIC
cb118c4036 Prompt matrix now draws text like in demo. 2022-08-23 18:04:13 +03:00
AUTOMATIC
61bfa6c16b additional picture for prompt matrix
proper seeds for img2img
a bit of refactoring
2022-08-23 14:07:37 +03:00
AUTOMATIC
60e95f1d8c silence the warning from transformers
add feature demonstrations to readme
2022-08-23 11:58:50 +03:00
AUTOMATIC
3324f31e84 first 2022-08-22 17:15:46 +03:00
AUTOMATIC1111
71cf18b012
Initial commit 2022-08-22 17:05:27 +03:00