Skip to content

Conversation

@alpahoo
Copy link

@alpahoo alpahoo commented Jan 12, 2026

Summary

  • Add complete Pinokio launcher scripts for 1-click installation and launch
  • Include install.js, start.js, reset.js, update.js, pinokio.js, pinokio.json
  • Add model download scripts for SVI LoRA and Wan2.1 I2V 14B
  • Add torch.js for cross-platform PyTorch installation
  • Fix dependency installation to use single shared venv
  • Use dynamic port assignment to avoid conflicts

Test plan

  • Run install.js to install all dependencies
  • Run start.js to launch ComfyUI with all custom nodes
  • Verify all custom nodes load without errors
  • Test model download scripts
  • Test reset.js and update.js functionality

🤖 Generated with Claude Code

pinokio and others added 2 commits January 12, 2026 22:52
- Install all custom node dependencies into main app/env venv instead of
  creating separate venvs for each custom node
- Use dynamic port assignment to avoid address-already-in-use errors

Co-Authored-By: Claude Opus 4.5 <[email protected]>
- pinokio.js: Dynamic UI with install/start/reset/update/download menus
- pinokio.json: App metadata with icon
- reset.js: Reset virtual environment and dependencies
- update.js: Update launcher and app repositories
- torch.js: Cross-platform PyTorch installation
- download-svi-lora.js: Download SVI LoRA model
- download-wan21-i2v-14b.js: Download Wan2.1 I2V 14B model
- icon.png: App icon
- Update .gitignore for generated files and cloned repos
- Update README.md

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants