Commit Graph

11 Commits

Author SHA1 Message Date
Bahadir Ciloglu
91494226db Configure RunPod network storage for models
- Remove model downloads from Dockerfile
- Add symlink to /runpod-volume/models
- Add extra_model_paths.yaml for network storage
- Improve error handling in handler
- Models will be loaded from RunPod network storage
2025-11-01 16:13:45 +03:00
Bahadir Ciloglu
4f5fd5b888 Add final newline to fix last linting issue 2025-11-01 16:06:28 +03:00
Bahadir Ciloglu
5c167f54b0 Remove unused imports and add trailing newline - fix final linting issues 2025-11-01 16:04:08 +03:00
Bahadir Ciloglu
236a174b18 Rewrite runpod_handler.py with clean formatting - no whitespace issues 2025-11-01 16:02:20 +03:00
Bahadir Ciloglu
dc5a696d3b Fix all Python linting issues - clean whitespace and formatting 2025-11-01 15:59:47 +03:00
Bahadir Ciloglu
2a6c31f4fb Fix Python linting issues - remove whitespace and add newline 2025-11-01 15:55:35 +03:00
Bahadir Ciloglu
68f8909470 Simplify GitHub Actions workflow - single fast pipeline
- Removed complex multi-job workflow
- Quick validation only (syntax + file checks)
- Direct RunPod build trigger
- Much faster execution
- Single workflow file
2025-11-01 15:51:41 +03:00
Bahadir Ciloglu
9eb154e0ea Add GitHub Actions CI/CD pipeline with RunPod integration
- Automated testing and validation
- Docker build and push to GHCR
- Automatic RunPod build triggering on success
- Comprehensive error handling and notifications
- Documentation and setup guides
2025-11-01 15:48:04 +03:00
Bahadir Ciloglu
896b98c6c1 Fix Dockerfile and handler - resolve exit code 127 error 2025-11-01 15:43:21 +03:00
Bahadir Ciloglu
2c77183f25 Add RunPod Serverless support - Dockerfile, handler, and environment template 2025-11-01 15:08:10 +03:00
Bahadir Ciloglu
4140263be5 Upload local ComfyUI-master files to create_image branch 2025-11-01 14:44:15 +03:00