ComfyUI Extension: ComfyUI Fictiverse Nodes
Nodes:Essential Params, Image Params, Video Params, Add Margin With Color, Resize to megapixels
Custom Nodes (15)
README
ComfyUI Fictiverse Nodes
Custom nodes for ComfyUI.
Installation
- Install ComfyUI
- git clone in the
custom_nodes
folder inside your ComfyUI installation or download as zip and unzip the contents tocustom_nodes/ComfyUI_Fictiverse
. - Start/restart ComfyUI
📂 Available Nodes
🖼 Image Nodes
-
AddMarginWithColor
Add margins around an image with a specified color. -
IfImageValid
Conditional node that checks if an image is valid, outputs one of two options accordingly. -
ImageParams
Provides image-related parameters as outputs. -
IsValid
Simple validator node to check the integrity of inputs. -
NoneIfSameImage
Compares images and returnsNone
if they are the same. Useful to prevent redundant processing. -
ResizeImagesToMegapixels
Resize a batch of images to a defined megapixel resolution. -
ResizeToMegapixels
Resize a single image to a defined megapixel resolution.
🎥 Video Nodes
-
GetLastOutputVideoPath (Warning : This node force rhe refresh of the workflow)
Returns the file path of the last generated video in the output folder. -
VideoParams
Provides video-related parameters as outputs.
🧩 Utility / Workflow Nodes
-
EssentialParams
Provides essential parameters for workflows. -
PromptAssembler
Assemble 3 text prompts with ajustable strength for each.