mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-01-26 16:39:47 +00:00
Merge branch 'main' of github.com:ostris/ai-toolkit
This commit is contained in:
@@ -35,8 +35,8 @@ git submodule update --init --recursive
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
# .\venv\Scripts\activate on windows
|
||||
# windows install pytorch first with
|
||||
# pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu117
|
||||
# install torch first
|
||||
pip3 install torch
|
||||
pip3 install -r requirements.txt
|
||||
```
|
||||
|
||||
|
||||
@@ -23,3 +23,4 @@ prodigyopt
|
||||
controlnet_aux==0.0.7
|
||||
python-dotenv
|
||||
bitsandbytes
|
||||
xformers
|
||||
Reference in New Issue
Block a user