geocine-comfyui
NODES:Image Selector (geocine), Image Scale (geocine)
Nodes (11)
The Node That Computes Sizes Instead of Resizing
It Picks the Brightest Frame, Not the One You Pointed At
Pile On LoRAs Without the CLIP Wire
Pick a Stack of LoRAs From Dropdowns, Get a List
Put a Chat Model Inside Your Graph
The Show-Text Clone That Pretty-Prints Your JSON
The Most Boring Node That Still Earns Its Place
Give Custom Samplers a Seed They Can Actually Use
Finally See What Your Text Pipeline Is Actually Outputting
The Search-and-Replace That Tells You It Worked
The Cure for 'Every Seed Looks the Same'
geocine-comfyui
Small utility nodes for ComfyUI workflows, focused on practical image, text, seed, LLM, and LoRA helpers.
Nodes
Image Selector: choose one image from a batch by index.Image Scale: scale an image by width, height, or percentage.Turbo Seed Variance: add seed-dependent conditioning noise for turbo/distilled low-step models.Seed to Noise: convert a seed into ComfyUI random noise.LoRA Name List: build a list of selected LoRA names.LoRA Loader Stack: apply multiple LoRAs to a model in order, without a CLIP input.Prompt Text: pass prompt text through a simple string node.Text Replace: replace text using string inputs.Show Text: display text output inside the workflow.OpenAI Compatible LLM: call an OpenAI-compatible chat endpoint.Preview Text: preview text output with optional JSON formatting.
Install
Registry page: geocine-comfyui.
Install from the ComfyUI registry with the Comfy CLI, then restart ComfyUI.
comfy node install geocine-comfyui
In ComfyUI Manager, search for geocine-comfyui, click install, then restart ComfyUI.
You can also clone this repository into ComfyUI/custom_nodes manually.
git clone https://github.com/geocine/geocine-comfyui.git ComfyUI/custom_nodes/geocine-comfyui
Development
Development and publishing notes live in DEVELOPMENT.md.