mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-01-26 16:39:47 +00:00
Fixed missing dependency
This commit is contained in:
@@ -11,6 +11,7 @@ services:
|
|||||||
- ./aitk_db.db:/app/ai-toolkit/aitk_db.db
|
- ./aitk_db.db:/app/ai-toolkit/aitk_db.db
|
||||||
- ./datasets:/app/ai-toolkit/datasets
|
- ./datasets:/app/ai-toolkit/datasets
|
||||||
- ./output:/app/ai-toolkit/output
|
- ./output:/app/ai-toolkit/output
|
||||||
|
- ./config:/app/ai-toolkit/config
|
||||||
environment:
|
environment:
|
||||||
- AI_TOOLKIT_AUTH=${AI_TOOLKIT_AUTH:-password}
|
- AI_TOOLKIT_AUTH=${AI_TOOLKIT_AUTH:-password}
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
torch==2.6.0
|
torch==2.6.0
|
||||||
torchvision==0.21.0
|
torchvision==0.21.0
|
||||||
|
torchao==0.9.0
|
||||||
safetensors
|
safetensors
|
||||||
git+https://github.com/huggingface/diffusers@363d1ab7e24c5ed6c190abb00df66d9edb74383b
|
git+https://github.com/huggingface/diffusers@363d1ab7e24c5ed6c190abb00df66d9edb74383b
|
||||||
transformers==4.49.0
|
transformers==4.49.0
|
||||||
|
|||||||
Reference in New Issue
Block a user