Comfy-Org / Comfy-Org/registry-web
Feat: Add quick install button in NodeDetails.tsx
Open
- Dominant language
- TypeScript
- Stars
- 17
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
1. Add a install button just below the NodeDetails
3. When onClick, open a new window that will redirect to comfy://install-custom-node/:nodeId, (and show "Install Latest ComfyUI Desktop Application" if fail to launch ComfyUI by comfy://install-custom-node/:nodeId)
FYI: You can detect if ComfyUI is running by, but don't call it without user's action.
fetch('http://localhost:8000/api/settings').then(e=>e.json()).then(e=>e["Comfy.Server.ServerConfigValues"])
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.