Nuno Coração
84c1825abc
fixed old reference to ldm on activate env
2022-10-10 17:44:30 -04:00
Ben Alkov
cbf5426d27
fix(venv): rename 'ldm' -> 'invokeai'
2022-10-10 13:04:03 -04:00
Lincoln Stein
ae4e385abd
merge changes to mac installation instructions
2022-10-10 09:18:48 -04:00
Lincoln Stein
15cc92e54a
fix environment-mac.yml as per #964
2022-10-10 09:12:48 -04:00
psychedelicious
9685fc210c
Updates INSTALL_MAC.md
2022-10-10 09:08:14 -04:00
Jim Hays
f4cdc0001f
Update references to lstein/stable-diffusion
to invoke-ai/InvokeAI
2022-10-10 09:06:51 -04:00
Lincoln Stein
3d4276439f
merge prior to backing out PR #1000
2022-10-09 18:24:15 -04:00
Lincoln Stein
bc8e86e643
fix environment-mac.yml as per #964
2022-10-09 18:21:13 -04:00
psychedelicious
7a98387e8d
Updates INSTALL_MAC.md
2022-10-09 18:16:27 -04:00
Jim Hays
58d0f14d03
Update references to lstein/stable-diffusion
to invoke-ai/InvokeAI
2022-10-09 18:16:27 -04:00
Lincoln Stein
bb7629d2b8
fix environment-mac.yml as per #964
2022-10-09 15:34:19 -04:00
Lincoln Stein
745c020aa2
fix environment-mac.yml as per #964
2022-10-09 15:33:56 -04:00
Lincoln Stein
b1d43eae46
almost ready for public release
...
- merged release-candidate-2
- fix up documentation
- add web tutorial
2022-10-09 11:37:00 -04:00
psychedelicious
aed5ad22fb
Updates INSTALL_MAC.md
2022-10-09 08:49:29 -04:00
Jim Hays
dc9c16b93d
Update references to lstein/stable-diffusion
to invoke-ai/InvokeAI
2022-10-09 08:48:23 -04:00
Lincoln Stein
98fe044dee
rebrand CLI from "dream" to "invoke"
...
- rename dream.py to invoke.py
- create a compatibility script named dream.py that execs() invoke.py
- redo documentation
- change help message in args
- this does **not** rename the libraries, which are still ldm.dream.util, etc
2022-10-08 09:32:06 -04:00
psychedelicious
9318719b9e
Updates INSTALL_MAC.md
2022-10-04 07:16:42 -04:00
Jim Hays
8e76bc2b5d
Update references to lstein/stable-diffusion
to invoke-ai/InvokeAI
2022-10-01 18:15:20 -04:00
Brent Ozar
38a9f72e11
INSTALL_MAC.md - change environment-mac.yaml to yml
...
To reflect the new file name from this pull request: bc9f892cab
2022-09-28 16:56:26 -04:00
Lincoln Stein
6b56d45d85
Merge branch 'development' of github.com:invoke-ai/InvokeAI into development
2022-09-28 15:09:10 -04:00
Chris Hayes
fb0341fdbf
Rename environment files to use default .yml extension
2022-09-28 14:54:48 -04:00
bsilvereagle
8366eee9c2
Change to InvokeAI git repo and folder names
2022-09-28 14:49:09 -04:00
Lincoln Stein
bc9f892cab
rename environment.yaml to take advantage of Anaconda default behavior #827
...
-Rename environment files to use default .yml extension
-Change to InvokeAI git repo and folder names
Author: @Christopher-Hayes
2022-09-27 03:16:27 -04:00
Chris Hayes
b1a3fd945d
Rename environment files to use default .yml extension
2022-09-27 00:58:05 -04:00
Rob Baines
61b19d406c
Update INSTALL_MAC.md
...
I had to use `osx-64` not `osx-x86-64` for conda to install the required packages from conda-forge
2022-09-26 03:29:14 -04:00
bsilvereagle
d87bd29a68
Change to InvokeAI git repo and folder names
2022-09-26 03:27:35 -04:00
Lincoln Stein
3f25ad59c3
Merge branch 'development' into patch-1
2022-09-25 08:40:17 -04:00
mofuzz
9050069858
Update INSTALL_MAC.md
2022-09-25 01:27:57 -04:00
Lincoln Stein
0678b24ebb
Merge branch 'development' into fix-empty-prompt-exception
2022-09-24 05:12:57 -04:00
blessedcoolant
53b4c3cc60
Upgrade GFPGAN to Version 1.4
2022-09-24 05:09:45 -04:00
Lincoln Stein
40b3d07900
Merge branch 'development' into fix-empty-prompt-exception
2022-09-23 09:36:15 +02:00
Lincoln Stein
19174949b6
fixed multiple dangling references to lstein/stable-diffusion
2022-09-21 03:29:02 -04:00
techicode
a1739a73b4
linux instructions update to /InvokeAI folder name
2022-09-21 03:26:27 -04:00
Lincoln Stein
3bc40506fd
Merge branch 'main' of github.com:santisbon/stable-diffusion into santisbon-main
2022-09-20 17:23:06 -04:00
Lincoln Stein
555f21cd25
Merge branch 'development' into mkdocs-updates
2022-09-20 17:11:43 -04:00
Mihail Dumitrescu
d176fb07cd
Replace --full_precision with --precision that works even if not specified
...
Allowed values are 'auto', 'float32', 'autocast', 'float16'. If not specified or 'auto' a working precision is automatically selected based on the torch device.
Context: #526
Deprecated --full_precision / -F
Tested on both cuda and cpu by calling scripts/dream.py without arguments and checked the auto configuration worked. With --precision=auto/float32/autocast/float16 it performs as expected, either working or failing with a reasonable error. Also checked Img2Img.
2022-09-20 17:08:00 -04:00
Lincoln Stein
e33ed45cfc
Delete redundant backquotes #665
...
Author: @mefengl
2022-09-20 16:44:25 -04:00
Andreas Rozek
cc0cf147c8
Update INSTALL_MAC.md
...
1. let users install Rust right at the beginning in order to avoid some troubleshooting later on
2. add "conda deactivate" for troubleshooting once ldm was activated
Fix conflict
Update INSTALL_MAC.md
2022-09-20 16:38:28 -04:00
冯不游
c08eedf264
Delete redundant backquotes
...
remove extra space
2022-09-20 23:32:22 +08:00
mauwii
ead0e92bac
remove feature list from index.md since in menu
...
fix double bs python path in cli.md and fix tables again
add more keys in cli.md
fix annotations in install_mac.md
remove torchaudio from pythorch-nightly installation
fix self reference
2022-09-19 08:36:42 +02:00
mauwii
6ea0a7699e
add Icons to Titles and in index.md
2022-09-18 21:30:18 +02:00
Armando C. Santisbon
20ffd4082c
needs protobuf 3.20.1
2022-09-18 13:25:21 -05:00
mauwii
578638c258
include rust inst. step in standalone installation
...
also include protobuf uninstall if installed previously
2022-09-18 18:48:05 +02:00
mauwii
016fd65f6a
use more admonitions and introduce keys
2022-09-18 11:09:27 +02:00
mauwii
dbc9134630
add previously missed admonition
2022-09-18 05:06:54 +02:00
mauwii
0071f43b2c
use Admonitions for notes, warnings, ...
2022-09-18 04:54:20 +02:00
mauwii
6d09f8c6b2
some smaller fixes to linux and windows install
2022-09-18 04:09:42 +02:00
mauwii
ed8ee8c690
update install-mode refference
2022-09-17 07:55:55 +02:00
mauwii
b9183b00a0
add Content tabs
2022-09-17 06:34:38 +02:00
mauwii
17e755e062
shorten long commands in codeblocks
...
this way it looks much better in MkDocs Codeblocks (and ofc still works)
also remove a markdown styled link from a bash-codeblock
2022-09-17 03:05:13 +02:00