ComfyUI Extension
geocine-comfyui
NODES:Image Selector (geocine), Image Scale (geocine)
geocine/geocine-comfyui
Nodes11
On cloudLocal install
Categorygeocine, geocine/lora
Stars1
Updatedabout a month ago
Nodes (11)
Readme
<p align="center">
<img src="./assets/header.png" alt="geocine-comfyui node graph header" width="100%" />
</p>
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.