InvokeAI icon indicating copy to clipboard operation
InvokeAI copied to clipboard

[bug]: Install manual error

Open VeyDlin opened this issue 2 years ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

OS

Windows

GPU

cuda

VRAM

12GB

What version did you experience this issue on?

last

What happened?

I use Developer Install instructions

Here are my actions

git clone https://github.com/invoke-ai/InvokeAI.git
cd InvokeAI
python -m venv .venv --prompt InvokeAI
.venv\Scripts\activate
python -m pip install --upgrade pip
pip install -e .[xformers] --use-pep517 --extra-index-url https://download.pytorch.org/whl/cu117
deactivate
.venv\Scripts\activate
invokeai-configure

At the invokeai-configure stage I get a triton error

(InvokeAI) S:\InvokeAI>invokeai-configure
A matching Triton is not available, some optimizations will not be enabled.
Error caught was: No module named 'triton'
Loading Python libraries...

After that, another console window appears and closes quickly with an error, everything stops there

Screenshots

No response

Additional context

No response

Contact Details

No response

VeyDlin avatar Jun 23 '23 10:06 VeyDlin