Raykosan Drops ComfyUI_RaykoStudio Nodes For Visual AI Image Editing

A new set of custom nodes called ComfyUI_RaykoStudio is now available for the ComfyUI interface, focusing on interactive image manipulation. It bundles 15 distinct tools ranging from collage making and cropping to text overlays and model loading, all built directly into the node canvas. The collection is designed so users can visually adjust images without manual math, pausing the workflow for real-time editing before continuing generation.
The package was created by developer Raykosan as a single extension that requires no additional Python packages beyond basic image libraries. It provides an integrated suite meant to replace several standard nodes, letting users visually handle tasks like outpainting, spline masking, and model switching from one interface. Many of the nodes pause the queue so you can confirm edits, making the process less about numbers and more about what you see.
Visual editing without the guesswork
- Drag and position collage overlays with feathering.
- Visually crop images with alignment snapping.
- Draw spline masks like a lasso tool.
- Manage outpainting masks with batch presets.
- Switch between up to 20 model inputs.
- Convert images to latents with smart sizing.
- Embed hidden text directly into image files.
- Load UNET, CLIP, VAE, and LoRAs together.
This toolkit appeals to privacy-conscious professionals and serious hobbyists running local AI setups who want to refine image generation workflows without switching between external editors. Anyone who frequently creates complex inpainting, outpainting, or compositing chains can benefit from nodes that save precise crop and mask data within the workflow. Owners of prosumer GPUs will also find the batch capabilities helpful for running consistent edits across many images automatically.
Notes from the developer and project
The developer emphasizes that these nodes avoid installing extra packages, requiring only torch, numpy, Pillow, and freetype-py for the text overlay. One node, the RS Text Overlay, is flagged as still receiving feature improvements, though its current text and mask functions work. Performance benchmarks are provided for environments using ComfyUI 0.15 and later, Python 3.10 and later, and Torch 2.8 with CUDA 12.4.
"All changes in the node (setting the mask, creating and applying presets, replacing colors, etc. settings) are available only when it is on pause in generation - "foolproof"" — Source: GitHub