Skip to content

Commit 8596e35

Browse files
committed
add documentation warning about 1650/60 cards
Several users have been trying to run InvokeAI on GTX 1650 and 1660 cards. They really can't because these cards don't work with half-precision and only have 4-6GB of memory. Added a warning to the docs (in two places) about this problem.
1 parent 5ef1e07 commit 8596e35

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ You wil need one of the following:
8080
- An NVIDIA-based graphics card with 4 GB or more VRAM memory.
8181
- An Apple computer with an M1 chip.
8282

83+
We do not recommend the GTX 1650 or 1660 series video cards. They are
84+
unable to run in half-precision mode and do not have sufficient VRAM
85+
to render 512x512 images.
86+
8387
#### Memory
8488

8589
- At least 12 GB Main Memory RAM.

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ You wil need one of the following:
100100
- :simple-amd: An AMD-based graphics card with 4 GB or more VRAM memory (Linux only)
101101
- :fontawesome-brands-apple: An Apple computer with an M1 chip.
102102

103+
We do not recommend the GTX 1650 or 1660 series video cards. They are
104+
unable to run in half-precision mode and do not come with sufficient VRAM
105+
to render 512x512 images.
106+
103107
### :fontawesome-solid-memory: Memory
104108

105109
- At least 12 GB Main Memory RAM.

0 commit comments

Comments
 (0)