Commit 03113b2
fix(preview)+refactor(js): native in-node preview, de-vendor Fuse.js (main)
Port from feat:
- Remove js/c2c_live_preview.js. The custom overlay drew on the node, over-
lapping ComfyUI's own native in-node preview (latent_preview.py) — the
"popup that shows nothing". Display is now 100% native. The backend guard
(_c2c_preview_guard.py) is kept BUT clarified as backend-only: it just keeps
ComfyUI's own previewer running (no draw, no node touch), so native preview
survives --preview-method none / bad core updates without overlapping core.
- De-vendor Fuse.js: js/vendor/fuse.min.mjs -> js/_fuse.mjs (part of the code
tree, Apache-2.0 header intact), import updated, empty js/vendor/ removed.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 0acd8ae commit 03113b2
4 files changed
Lines changed: 8 additions & 198 deletions
File renamed without changes.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
0 commit comments