3afa73cd33
Update 030_INSTALL_CUDA_AND_ROCM.md
2023-09-06 13:55:33 +10:00
53f2369d18
Update 030_INSTALL_CUDA_AND_ROCM.md
2023-09-05 08:06:39 -04:00
04c0a83bff
Added extra steps to update the Cudnnn DLL found in the Torch packages
...
I added extra steps to update the Cudnnn DLL found in the Torch package because it wasn't optimised or didn't use the lastest version. So manually updating it can speed up iteration but the result might differ from each card. Exemple i passed from 3 it/s to a steady 20 it/s.
2023-09-05 06:54:06 +02:00
4ee65d179c
3.1 Documentation Updates ( #4318 )
...
* Updating Nodes documentation
* Restructured nodes docs
* Comfy to Invoke Overview
* Corrections to Comfy -> Invoke Mappings
* Adding GA4 to docs
* Hiding CLI status
* Node doc updates
* File path updates
* Updates based on lstein's feedback
* Fix broken links
* Fix broken links
* Update comfy to invoke nodes list
* Updated prompts documenation
* Fix formatting
2023-08-25 11:59:46 +10:00
e373bfca54
fix several broken links in the installation index
2023-08-16 17:54:39 -04:00
7bad9bcf53
update dependencies and docs to cu118
2023-08-10 15:19:12 -04:00
c8ceb96091
add docs
2023-08-05 12:26:52 -04:00
d162b78767
fix broken civitai example link
2023-08-05 12:10:52 +10:00
11a44b944d
fix installation documentation
2023-08-01 18:52:17 -04:00
79afcbd07e
Merge branch 'main' of https://github.com/invoke-ai/InvokeAI
2023-07-31 14:19:37 +10:00
6c82229910
fix recovery recipe
2023-07-29 20:00:06 -04:00
3da0be7eb9
update troubleshooting guide with ~ydantic and SDXL unet issue workarounds
2023-07-28 16:42:57 -04:00
514722d67a
Update definitions to be more accurate
2023-07-28 18:35:05 +10:00
5dbde2116f
Merge branch 'invoke-ai:main' into main
2023-07-28 18:34:33 +10:00
0d8f9cbe55
resolved conflicts with main
2023-07-27 15:11:25 -04:00
562c937a14
Updated new user flow
2023-07-27 21:46:39 +10:00
049645d66e
updated LICENSE files and added information about watermarking
2023-07-26 17:27:33 -04:00
2aefa921fe
fix "unknown model type" error when rebasing a model with API
...
- Add command-line model probing script for dev use
- Minor documentation tweak
2023-07-25 08:36:57 -04:00
8c449c4756
update documentation and installer to accept 3.11
2023-07-24 17:21:56 -04:00
48ad005732
Couple doc tweaks
2023-07-21 16:35:41 +10:00
efcb3a9d08
documentation fixes
2023-07-18 12:45:47 -04:00
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
6f3c6ddf3f
Update 020_INSTALL_MANUAL.md
...
Corrected a markdown formatting error (missing backtick).
2023-05-24 11:33:32 -04:00
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
ee41b99049
Update 050_INSTALLING_MODELS.md
...
fix typo
2023-04-08 17:02:47 +09:00
737e0f3085
doc: fixing error in rocm version
2023-03-26 12:40:20 +02:00
81b7ea4362
doc: updating ROCm version for pip install
2023-03-26 12:32:12 +02:00
7cf59c1e60
Merge branch 'main' into main-text-fixup-PR
2023-03-16 04:43:22 +13:00
26cd1728ac
Fix some text and a link
2023-03-09 20:03:11 -06:00
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
d078941316
add low memory troubleshooting guide
2023-02-24 10:04:06 -05:00
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
b6ed5eafd6
update installation docs for 2.3.1 installer screens
2023-02-20 17:24:52 -05:00
3d442bbf22
Merge branch 'main' into bugfix/convert-v2-models
2023-02-17 14:50:05 -05:00
3715570d17
Update 050_INSTALLING_MODELS.md
...
Fix typo; "cute" to "cube"
2023-02-16 19:53:01 -08:00
15a9412255
some small formatting fixes
2023-02-13 23:10:58 +01:00
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
717d53a773
Merge branch 'main' into bugfix/convert-v2-models
2023-02-11 14:27:52 -05:00
f3639de8b1
add note in manual that directly running v2 models not supported
2023-02-11 09:43:14 -05:00
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
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
9dfeb93f80
add quick install instructions to README
2023-02-09 20:28:20 -05:00
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
6d3cc25bca
Merge branch 'main' into 2.3-documentation-fixes
2023-02-08 14:29:35 -05:00
74406456f2
Fix links (ignored deprecated folder)
2023-02-08 20:07:27 +01:00
dec7d8b160
fix up the features/overview document
2023-02-08 13:52:02 -05:00
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
c6a2ba12e2
finished CLI, IMG2IMG and WEB updates
2023-02-08 12:45:56 -05:00
8b2ed9b8fd
finished work on INSTALLING MODELS
2023-02-08 00:40:21 -05:00
24792eb5da
add CUDA and ROCm installation instructions
2023-02-07 23:02:45 -05:00