Lincoln Stein
054b5f484a
resolve conflicts with main
2023-07-01 14:42:48 -04:00
sammyf
e3f136cdda
Update 060_INSTALL_PATCHMATCH.md
...
installing the packaged 'blas' is needed in Archlinux, otherwise patchmatch fails initializing with a "libblas.so.3 missing" error.
2023-06-26 14:23:10 +02:00
DrGunnarMallon
f312e1448f
Update index.md
...
fixed typo
2023-06-18 10:39:02 -04:00
Kent Keirsey
0ee0c16a3b
Update CONTROLNET.md
2023-06-13 16:46:58 -04:00
psychedelicious
702a8d1f72
docs(nodes): update INVOCATIONS.md
2023-06-07 18:44:43 +10:00
Lincoln Stein
3c40e7fc1c
most (all?) references to CLI deprecated
2023-05-31 21:29:52 -04:00
Lincoln Stein
a0b6654f6a
updated postprocessing, prompts, img2img and web docs
2023-05-29 10:55:57 -04:00
Lincoln Stein
10c55310c0
index.md, features and concepts documents updated
2023-05-28 19:51:18 -04:00
Lincoln Stein
b87f3043ae
add logging configuration
2023-05-24 23:57:15 -04:00
Kent Keirsey
cf12c7b1d9
Rename contributing.md to CONTRIBUTING.md
2023-05-24 16:33:25 -04:00
Kent Keirsey
1f4a9365a0
Create contributing.md
2023-05-24 16:33:10 -04:00
Kent Keirsey
bf94a48a6c
Update CHANGELOG.md
2023-05-24 16:29:06 -04:00
Rohan Barar
6f3c6ddf3f
Update 020_INSTALL_MANUAL.md
...
Corrected a markdown formatting error (missing backtick).
2023-05-24 11:33:32 -04:00
Steve Martinelli
f01c79a94f
add -y to the automated install instructions
...
when copying the automated install instructions from the docs into a terminal, the line to install the python packages failed as it was missing the `-y` flag.
2023-05-05 21:28:00 -04:00
Alexandre D. Roberge
3a968e5072
Update NSFW.md
...
Outdated doc said to change the '.invokeai' file, but it's now named 'invokeai.init' afaik.
2023-04-18 21:18:32 -04:00
psychedelicious
4463124bdd
feat(nodes): mark ImageField properties required, add docs
2023-04-09 22:53:17 +10:00
c67e708d
ee41b99049
Update 050_INSTALLING_MODELS.md
...
fix typo
2023-04-08 17:02:47 +09:00
Steven Frank
50f5e1bc83
Fix typo
...
'hotdot' to 'hotdog'; the world's least important PR :)
2023-04-06 16:47:57 -07:00
Tom Gouville
737e0f3085
doc: fixing error in rocm version
2023-03-26 12:40:20 +02:00
Tom Gouville
81b7ea4362
doc: updating ROCm version for pip install
2023-03-26 12:32:12 +02:00
Lincoln Stein
07ea806553
Merge branch 'main' into patch-1
2023-03-25 10:48:25 -04:00
Lincoln Stein
cafa108f69
Merge branch 'main' into tests
2023-03-23 23:22:27 -04:00
blessedcoolant
7cf59c1e60
Merge branch 'main' into main-text-fixup-PR
2023-03-16 04:43:22 +13:00
Félix Sanz
4156bfd810
Fixed snippet/code formatting
...
It was pasted as plain text, now it's a code fence.
2023-03-11 02:08:59 +01:00
Scott Lahteine
26cd1728ac
Fix some text and a link
2023-03-09 20:03:11 -06:00
Patrick von Platen
507e12520e
Make sure command also works with Oh-my-zsh
...
Many people use oh-my-zsh for their command line: https://ohmyz.sh/
Adding `""` should work both on ohmyzsh and native bash
2023-03-09 19:21:57 +01:00
mastercaster9000
486c445afb
fix typos and replace frontend REAMDE content
2023-03-05 21:05:09 +00:00
mastercaster9000
4547c48013
add docs for local development including tests
2023-03-05 19:59:06 +00:00
Kyle Schouviller
34e3aa1f88
parent 9eed1919c2
...
author Kyle Schouviller <kyle0654@hotmail.com> 1669872800 -0800
committer Kyle Schouviller <kyle0654@hotmail.com> 1676240900 -0800
Adding base node architecture
Fix type annotation errors
Runs and generates, but breaks in saving session
Fix default model value setting. Fix deprecation warning.
Fixed node api
Adding markdown docs
Simplifying Generate construction in apps
[nodes] A few minor changes (#2510 )
* Pin api-related requirements
* Remove confusing extra CORS origins list
* Adds response models for HTTP 200
[nodes] Adding graph_execution_state to soon replace session. Adding tests with pytest.
Minor typing fixes
[nodes] Fix some small output query hookups
[node] Fixing some additional typing issues
[nodes] Move and expand graph code. Add base item storage and sqlite implementation.
Update startup to match new code
[nodes] Add callbacks to item storage
[nodes] Adding an InvocationContext object to use for invocations to provide easier extensibility
[nodes] New execution model that handles iteration
[nodes] Fixing the CLI
[nodes] Adding a note to the CLI
[nodes] Split processing thread into separate service
[node] Add error message on node processing failure
Removing old files and duplicated packages
Adding python-multipart
2023-02-24 18:57:02 -08:00
Lincoln Stein
d078941316
add low memory troubleshooting guide
2023-02-24 10:04:06 -05:00
Lincoln Stein
230d3a496d
document starter models
...
- add new script `scripts/make_models_markdown_table.py` that parses
INITIAL_MODELS.yaml and creates markdown table for the model installation
documentation file
- update 050_INSTALLING_MODELS.md with above table, and add a warning
about additional license terms that apply to some of the models.
2023-02-24 09:33:07 -05:00
psychedelicious
e791fb6b0b
docs: tweak messaging
2023-02-23 13:00:05 +11:00
psychedelicious
1c9001ad21
docs: add TRANSLATION.md
2023-02-23 12:53:03 +11:00
Lincoln Stein
b6ed5eafd6
update installation docs for 2.3.1 installer screens
2023-02-20 17:24:52 -05:00
Lincoln Stein
5570a88858
Merge branch 'main' into update/docs/remove-swagger-related-files
2023-02-20 07:44:42 -05:00
Jonathan
ca8d9fb885
Add symmetry to generation ( #2675 )
...
Added symmetry to Invoke based on discussions with @damian0815. This can currently only be activated via the CLI with the `--h_symmetry_time_pct` and `--v_symmetry_time_pct` options. Those take values from 0.0-1.0, exclusive, indicating the percentage through generation at which symmetry is applied as a one-time operation. To have symmetry in either axis applied after the first step, use a very low value like 0.001.
2023-02-20 07:33:19 -05:00
mauwii
740210fc99
remove old unused files since security issues
2023-02-19 23:47:28 +01:00
psychedelicious
2e9c15711b
docs(ti): add using & troubleshooting sections
2023-02-19 14:45:26 +11:00
Lincoln Stein
3d442bbf22
Merge branch 'main' into bugfix/convert-v2-models
2023-02-17 14:50:05 -05:00
Steven Frank
3715570d17
Update 050_INSTALLING_MODELS.md
...
Fix typo; "cute" to "cube"
2023-02-16 19:53:01 -08:00
mauwii
15a9412255
some small formatting fixes
2023-02-13 23:10:58 +01:00
Lincoln Stein
c660dcdfcd
improve ability to bulk import .ckpt and .safetensors
...
This commit cleans up the code that did bulk imports of legacy model
files. The code has been refactored, and the user is now offered the
option of importing all the model files found in the directory, or
selecting which ones to import.
2023-02-11 17:59:12 -05:00
Lincoln Stein
717d53a773
Merge branch 'main' into bugfix/convert-v2-models
2023-02-11 14:27:52 -05:00
Lincoln Stein
f3639de8b1
add note in manual that directly running v2 models not supported
2023-02-11 09:43:14 -05:00
blhook
106b3aea1b
Fix incorrect Windows env activation location
...
Change broken link to Contributing inside of Developer Install
Minor format modification to allow for numbered list to appear properly
2023-02-11 00:30:07 -08:00
mauwii
4cf43b858d
update 020_INSTALL_MANUAL.md
...
- some formatting changes / fixes
- updates venv creation commands
- remove extra index from Mac Installations
2023-02-10 17:29:12 +01:00
Lincoln Stein
9dfeb93f80
add quick install instructions to README
2023-02-09 20:28:20 -05:00
Lincoln Stein
e5d0b0c37d
Formatting fixes, Manual Installation docs
...
Found a couple of places where the formatting was messed up. This corrects them.
2023-02-09 17:56:25 -05:00
Lincoln Stein
158d1ef384
bump version number; update contributors
2023-02-09 13:01:08 -05:00
Lincoln Stein
4bce81de26
blank out lstein's employer info
2023-02-08 18:08:02 -05:00
Lincoln Stein
6d3cc25bca
Merge branch 'main' into 2.3-documentation-fixes
2023-02-08 14:29:35 -05:00
mauwii
74406456f2
Fix links (ignored deprecated folder)
2023-02-08 20:07:27 +01:00
Lincoln Stein
8e0cd2df18
add 2.3.0 release date
2023-02-08 14:06:53 -05:00
Lincoln Stein
d6e5da6e37
deprecated out of date FAQ
2023-02-08 13:58:17 -05:00
Lincoln Stein
dec7d8b160
fix up the features/overview document
2023-02-08 13:52:02 -05:00
Lincoln Stein
4d74af2363
Update docs/installation/030_INSTALL_CUDA_AND_ROCM.md
...
Co-authored-by: Eugene Brodsky <ebr@users.noreply.github.com>
2023-02-08 12:46:36 -05:00
Lincoln Stein
c6a2ba12e2
finished CLI, IMG2IMG and WEB updates
2023-02-08 12:45:56 -05:00
Lincoln Stein
9d69843a9d
fix screenshot directory name
2023-02-08 07:57:46 -05:00
Lincoln Stein
0547d20b2f
crop screenshots
2023-02-08 07:54:27 -05:00
Lincoln Stein
2af6b8fbd8
screenshot revision
2023-02-08 07:46:47 -05:00
Lincoln Stein
8b2ed9b8fd
finished work on INSTALLING MODELS
2023-02-08 00:40:21 -05:00
Lincoln Stein
24792eb5da
add CUDA and ROCm installation instructions
2023-02-07 23:02:45 -05:00
Lincoln Stein
614220576f
add that forward slashes work too
2023-02-07 23:01:59 -05:00
LoganPederson
f62bbef9f7
Update 050_INSTALLING_MODELS.md
...
I found I needed to use double backslashes to import a new model, when using single backslash the output would say "e:_ProjectsCodemodelsldmstable-diffusion-model-to-import.ckpt is neither the path to a .ckpt file nor a diffusers repository id. Can't import." This added tip in the documentation will help Windows users overcome this.
2023-02-07 18:19:59 -06:00
mauwii
9157da8237
Begun to fill the empty CUDA/ROCm doc
...
🤡
2023-02-08 00:05:24 +01:00
Lincoln Stein
13d12a0ceb
Merge branch 'main' into 2.3-documentation-fixes
2023-02-07 17:08:10 -05:00
Lincoln Stein
b92dc8db83
add developer install instructions
2023-02-07 17:04:01 -05:00
Lincoln Stein
b49188a39d
doc updates; clean up install directory
...
- Large rewrite of documentation for automated and manual install.
- Reorganize installer zip file to reduce visual clutter for user.
2023-02-07 16:35:22 -05:00
Lincoln Stein
b9c8270ee6
update manual install doc
2023-02-07 14:19:55 -05:00
Lincoln Stein
d26abd7f01
add empty CUDA/ROCM install guide
2023-02-07 00:04:56 -05:00
Lincoln Stein
7e2b122105
updated manual install instructions
2023-02-06 23:59:48 -05:00
Lincoln Stein
ebc51dc535
incomplete work on manual install
2023-02-06 21:47:29 -05:00
Dan Sully
6343b245ef
Update textual inversion doc with the correct CLI name.
2023-02-06 14:51:22 -08:00
mauwii
fc0f966ad2
fix docs
2023-02-05 20:20:50 +01:00
mauwii
6089f33e54
fix HUGGING_FACE_HUB_TOKEN
2023-02-05 20:20:50 +01:00
mauwii
3a260cf54f
update directory from docker-build
to docker
2023-02-05 20:20:50 +01:00
mauwii
9949a438f4
update docs with newly added variables
...
also remove outdated information
2023-02-05 20:20:50 +01:00
Eugene Brodsky
4b9be6113d
(docs) remove an obsolete symlink to a documentation file
2023-02-03 09:01:54 -05:00
Eugene Brodsky
31964c7c4c
(docs) remove an obsolete manual install doc
2023-02-03 09:01:30 -05:00
Eugene Brodsky
64f9fbda2f
(docs) update manual install documentation
2023-02-03 08:51:46 -05:00
Lincoln Stein
fe9b4f4a3c
Merge branch 'main' into update/docs/remove-requirements-step
2023-02-02 16:14:45 -05:00
Lincoln Stein
8ce9f07223
Merge branch 'main' into dev/installer
2023-02-01 17:50:22 -05:00
mauwii
7ca8abb206
integrate required changes
...
- also remove conda related things
- rename `invoke` to `invokeai`
- rename `configure_invokeai` to `invokeai-configure`
- rename venv back to common `.venv` but add `--prompt InvokeAI`
- remove outdated information
2023-02-01 01:17:24 +01:00
Damian Stewart
3f1120e6f2
Merge branch 'main' into diffusers_cross_attention_control_reimplementation
2023-01-30 16:17:25 +01:00
Lincoln Stein
d9ed0f6005
fix documentation of huggingface cache location ( #2430 )
...
* fix documentation of huggingface cache location
---------
Co-authored-by: Jonathan <34005131+JPPhoto@users.noreply.github.com>
2023-01-29 20:30:50 -06:00
Jonathan
5ce62e00c9
Merge branch 'main' into diffusers_cross_attention_control_reimplementation
2023-01-29 13:52:01 -06:00
Eugene Brodsky
8f86aa7ded
(docs) update install docs to refer to the platform-agnostic installer
2023-01-28 17:39:33 -05:00
Eugene Brodsky
34e0d7aaa8
(config) rename all mentions of scripts/configure_invokeai.py to the new invokeai-configure command
2023-01-28 17:39:33 -05:00
mauwii
14de7ed925
remove requirements step from install manual
2023-01-28 00:58:32 +01:00
Lincoln Stein
5567808237
tweak documentation
2023-01-26 15:28:54 -05:00
Lincoln Stein
d3a469d136
fix location of textual_inversion script
2023-01-26 11:56:23 -05:00
Damian Stewart
5e7ed964d2
wip updating docs
2023-01-25 23:49:38 +01:00
Lincoln Stein
61403fe306
fix second conflict in CLI.py
2023-01-24 14:21:21 -05:00
Lincoln Stein
00839d02ab
Merge branch 'main' into lstein-improve-ti-frontend
2023-01-24 11:53:03 -05:00
Lincoln Stein
7473d814f5
remove original setup.py
2023-01-24 09:11:05 -05:00
Lincoln Stein
48deb3e49d
add model merging documentation and launcher script menu entries
2023-01-23 00:20:28 -05:00
Lincoln Stein
599c558c87
Merge branch 'main' into patch-1
2023-01-20 23:54:40 -05:00
mauwii
fc5fdae562
update installation instructions
2023-01-20 23:30:25 +01:00
Lincoln Stein
279ffcfe15
Merge branch 'main' into lstein/xformers-instructions
2023-01-20 17:29:39 -05:00
Lincoln Stein
9b73292fcb
add pip install documentation for xformers
2023-01-20 17:28:14 -05:00