Spaces:
Running on Zero
Running on Zero
ImageStudio Maintainer Claude Opus 4.8 (1M context) commited on
Commit ·
005cfba
1
Parent(s): 74bfa68
fix: add torchvision for Qwen3.5-VL video processor backend
Browse filesCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
gradio[mcp]
|
| 2 |
git+https://github.com/huggingface/diffusers
|
| 3 |
transformers
|
|
|
|
| 4 |
accelerate
|
| 5 |
compel
|
| 6 |
sentencepiece
|
|
|
|
| 1 |
gradio[mcp]
|
| 2 |
git+https://github.com/huggingface/diffusers
|
| 3 |
transformers
|
| 4 |
+
torchvision
|
| 5 |
accelerate
|
| 6 |
compel
|
| 7 |
sentencepiece
|