Commit Graph

4 Commits

Author SHA1 Message Date
Bahadir Ciloglu
80848f3c54 feat: Add RunPod Hub configuration and storage access test
- Add .runpod/hub.json with serverless configuration
- Add .runpod/tests.json with comprehensive test cases
- Add storage access test to Dockerfile build process
- Add RunPod badge to README.md
- Include model download script for build-time optimization
- Test storage accessibility during Docker build phase
2025-11-01 17:25:26 +03:00
Bahadir Ciloglu
eff57ada77 Fix RunPod network storage mount and ComfyUI startup
- Ensure main.py is accessible in container
- Fix model mounting from /runpod-volume/models to /app/models
- Improve startup logging for debugging
- Container will now properly mount network storage on startup
2025-11-01 16:32:35 +03:00
Bahadir Ciloglu
a5ed5febf3 Fix all Python linting issues
- Remove all whitespace from blank lines
- Remove trailing whitespace
- Add missing newlines at end of files
- Remove unused imports
- Clean up formatting in start_runpod.py and runpod_handler.py
2025-11-01 16:26:38 +03:00
Bahadir Ciloglu
e054031606 Fix Python linting issues and enhance RunPod network storage
- Fix all whitespace and formatting issues in runpod_handler.py
- Remove trailing whitespace and blank line whitespace
- Add comprehensive RunPod network storage setup
- Enhance start_runpod.py with automatic model mounting
- Update Dockerfile for optimized RunPod deployment
- Add detailed setup documentation in runpod_setup.md
- Improve .dockerignore for faster builds
- Add .env to .gitignore for security
2025-11-01 16:24:00 +03:00