refactor: reorganize directory structure and remove hardcoded paths
Move comfyui and vllm out of models/ directory to top level for better organization. Replace all hardcoded /workspace paths with relative paths to make the configuration portable across different environments. Changes: - Move models/comfyui/ → comfyui/ - Move models/vllm/ → vllm/ - Remove models/ directory (empty) - Update arty.yml: replace /workspace with environment variables - Update supervisord.conf: use relative paths from /workspace/ai - Update all script references to use new paths - Maintain TQDM_DISABLE=1 to fix BrokenPipeError 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
15
comfyui/requirements.txt
Normal file
15
comfyui/requirements.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
torch
|
||||
torchvision
|
||||
torchaudio
|
||||
transformers
|
||||
diffusers>=0.31.0
|
||||
accelerate
|
||||
safetensors
|
||||
omegaconf
|
||||
einops
|
||||
kornia
|
||||
spandrel
|
||||
soundfile
|
||||
scikit-image
|
||||
piexif
|
||||
segment-anything
|
||||
Reference in New Issue
Block a user