f4cdc0001f
Update references to lstein/stable-diffusion
to invoke-ai/InvokeAI
2022-10-10 09:06:51 -04:00
3d4276439f
merge prior to backing out PR #1000
2022-10-09 18:24:15 -04:00
bc8e86e643
fix environment-mac.yml as per #964
2022-10-09 18:21:13 -04:00
7a98387e8d
Updates INSTALL_MAC.md
2022-10-09 18:16:27 -04:00
58d0f14d03
Update references to lstein/stable-diffusion
to invoke-ai/InvokeAI
2022-10-09 18:16:27 -04:00
bb7629d2b8
fix environment-mac.yml as per #964
2022-10-09 15:34:19 -04:00
745c020aa2
fix environment-mac.yml as per #964
2022-10-09 15:33:56 -04:00
b1d43eae46
almost ready for public release
...
- merged release-candidate-2
- fix up documentation
- add web tutorial
2022-10-09 11:37:00 -04:00
aed5ad22fb
Updates INSTALL_MAC.md
2022-10-09 08:49:29 -04:00
dc9c16b93d
Update references to lstein/stable-diffusion
to invoke-ai/InvokeAI
2022-10-09 08:48:23 -04:00
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
9318719b9e
Updates INSTALL_MAC.md
2022-10-04 07:16:42 -04:00
8e76bc2b5d
Update references to lstein/stable-diffusion
to invoke-ai/InvokeAI
2022-10-01 18:15:20 -04:00
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
6b56d45d85
Merge branch 'development' of github.com:invoke-ai/InvokeAI into development
2022-09-28 15:09:10 -04:00
fb0341fdbf
Rename environment files to use default .yml extension
2022-09-28 14:54:48 -04:00
8366eee9c2
Change to InvokeAI git repo and folder names
2022-09-28 14:49:09 -04:00
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
b1a3fd945d
Rename environment files to use default .yml extension
2022-09-27 00:58:05 -04:00
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
d87bd29a68
Change to InvokeAI git repo and folder names
2022-09-26 03:27:35 -04:00
3f25ad59c3
Merge branch 'development' into patch-1
2022-09-25 08:40:17 -04:00
9050069858
Update INSTALL_MAC.md
2022-09-25 01:27:57 -04:00
0678b24ebb
Merge branch 'development' into fix-empty-prompt-exception
2022-09-24 05:12:57 -04:00
53b4c3cc60
Upgrade GFPGAN to Version 1.4
2022-09-24 05:09:45 -04:00
40b3d07900
Merge branch 'development' into fix-empty-prompt-exception
2022-09-23 09:36:15 +02:00
19174949b6
fixed multiple dangling references to lstein/stable-diffusion
2022-09-21 03:29:02 -04:00
a1739a73b4
linux instructions update to /InvokeAI folder name
2022-09-21 03:26:27 -04:00
3bc40506fd
Merge branch 'main' of github.com:santisbon/stable-diffusion into santisbon-main
2022-09-20 17:23:06 -04:00
555f21cd25
Merge branch 'development' into mkdocs-updates
2022-09-20 17:11:43 -04:00
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
e33ed45cfc
Delete redundant backquotes #665
...
Author: @mefengl
2022-09-20 16:44:25 -04:00
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
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
6ea0a7699e
add Icons to Titles and in index.md
2022-09-18 21:30:18 +02:00
20ffd4082c
needs protobuf 3.20.1
2022-09-18 13:25:21 -05:00
578638c258
include rust inst. step in standalone installation
...
also include protobuf uninstall if installed previously
2022-09-18 18:48:05 +02:00
016fd65f6a
use more admonitions and introduce keys
2022-09-18 11:09:27 +02:00
dbc9134630
add previously missed admonition
2022-09-18 05:06:54 +02:00
0071f43b2c
use Admonitions for notes, warnings, ...
2022-09-18 04:54:20 +02:00
6d09f8c6b2
some smaller fixes to linux and windows install
2022-09-18 04:09:42 +02:00
ed8ee8c690
update install-mode refference
2022-09-17 07:55:55 +02:00
b9183b00a0
add Content tabs
2022-09-17 06:34:38 +02:00
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
ae963fcfdc
fix codeblock anotations
2022-09-17 02:56:02 +02:00
3c732500e7
many updatedes to INSTALL_MAC.md
2022-09-17 02:46:59 +02:00
cd494c2f6c
fix some markdown violations as well
2022-09-17 02:34:25 +02:00
fa7fe382b7
remove protobuf from brew install docs
2022-09-17 02:10:16 +02:00
df4c80f177
respect --outdir again; fix issue #628
2022-09-16 19:58:45 -04:00