Add LumaFlux and ComfyUI-CachedSearch - #3288
shreshthsaini wants to merge 2 commits into
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 8 remain after this review. 📝 WalkthroughWalkthroughThe custom node list now includes git-cloned entries for LumaFlux and ComfyUI-CachedSearch. The entries describe their image and video processing workflows. ChangesCustom Node Repositories
Priority: ⬇️ Low Merge Risk: ⚪ Minimal · up to The change adds two valid custom-node repository entries without an identified merge-blocking risk. 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
Registers two node packs.
LumaFlux (https://github.com/shreshthsaini/LumaFlux): SDR-to-HDR conversion with LumaFlux (arXiv 2604.02787). The paper repository doubles as the node pack (root
__init__.pyregisters the nodes incomfyui/). A loader for the frozen FLUX.1-dev backbone (diffusers repo or the single-file checkpoints already inmodels/diffusion_modelsandmodels/vae) plus the released 71M-parameter adapters, a converter that runs the reference pipeline with video stabilization across a batch, an SDR preview, and save nodes for 16-bit PQ PNG (cICP-tagged) and 10-bit HEVC PQ video.requirements.txtholds the inference-only dependencies; the nodes import the package fromsrc/.ComfyUI-CachedSearch (https://github.com/shreshthsaini/ComfyUI-CachedSearch): best-of-N seed search (CachedSearch, arXiv 2607.23159). The drafts run under the native EasyCache node, an ImageReward verifier scores them, and only the winning seed is re-sampled at full compute. Sampler and verifier nodes;
requirements.txtaddsimage-reward.Both load cleanly with
Use local DBchecked. I maintain both repositories and am an author of both papers.