You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relevant files after Normalize and disambiguate Rafiki project skills #315: .agents/skills/real-sky-poster/scripts/upscale.py, .agents/skills/real-sky-poster/SKILL.md, its .claude adapter, and focused CLI tests under tests/skills/real-sky-poster.
Current behavior: the script defaults to absolute paths under /Users/kk/Code/ComfyUI, and importing it for help can require optional ML packages.
Desired behavior: callers provide portable paths, help works without the ML runtime, and failures occur clearly before GPU work.
Implementation Notes
Accept or require an explicit --model path; do not invent another user-specific default.
Move Torch, Spandrel, and other optional heavyweight imports behind the execution path.
Validate input and model paths before initializing GPU/model code.
Preserve the upscale algorithm and output behavior.
Summary
Remove machine-specific runtime and model paths from the real-sky upscaler so its CLI is inspectable and usable on any supported machine.
Context
Implementation Notes
Acceptance Criteria
Tests/Evals
Verification
Agent Instructions
Human Checkpoints
Out of Scope
Linear
Not applicable. Rafiki delivery is GitHub-only; do not create or update a Linear issue.