Skip to content

Conversation

@Xyc2016
Copy link
Contributor

@Xyc2016 Xyc2016 commented Jan 1, 2026

Fixes #344

Tested

  • Environment: WSL2 Ubuntu 24.04, Python 3.12.3
  • Install Command:
    comfy --skip-prompt install --cpu --skip-manager --url https://github.com/comfyanonymous/[email protected]
    ✅ Installs CPU-only PyTorch
  • Minimal ComfyUI workflow on CPU:
    1. Load Image
    2. Custom torch operation (image duplication + horizontal concat)
    3. Preview Image
      ✅ CPU-only torch operations work as expected

@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. bug Something isn't working labels Jan 1, 2026
@Xyc2016 Xyc2016 marked this pull request as draft January 1, 2026 08:03
@Xyc2016 Xyc2016 marked this pull request as ready for review January 1, 2026 09:01
@codecov
Copy link

codecov bot commented Jan 5, 2026

Codecov Report

❌ Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
comfy_cli/command/install.py 0.00% 3 Missing ⚠️
@@            Coverage Diff             @@
##             main     #345      +/-   ##
==========================================
- Coverage   52.18%   52.14%   -0.05%     
==========================================
  Files          32       32              
  Lines        3516     3519       +3     
==========================================
  Hits         1835     1835              
- Misses       1681     1684       +3     
Files with missing lines Coverage Δ
comfy_cli/command/install.py 57.29% <0.00%> (-0.38%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bigcat88 bigcat88 self-requested a review January 5, 2026 16:23
Copy link
Contributor

@bigcat88 bigcat88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The real fix for a real bug - merging. 🚀

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jan 5, 2026
@bigcat88 bigcat88 merged commit 91bf36a into Comfy-Org:main Jan 5, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

comfy-cli install --cpu still installs CUDA version of PyTorch

2 participants