Commit Graph

208 Commits

Author SHA1 Message Date
AUTOMATIC
b217ebc490 add credits 2023-05-17 08:41:21 +03:00
w-e-w
81bbe31d9f add documentation for simple installation method using release package 2023-05-10 00:04:36 +09:00
AUTOMATIC1111
97167a5768
Merge pull request #9165 from Ming424/update-readme
Small update for readme
2023-04-29 17:39:02 +03:00
AUTOMATIC1111
1185bf3981
Merge branch 'dev' into master 2023-04-29 17:16:52 +03:00
gk
8af4b3bbe4 Try using TCMalloc on Linux by default 2023-04-13 10:19:03 +09:00
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