Public Content Pack
Blonde Magician
Blonde Magician Short Video
PUBLIC_MEDIA: video_frame_000001.png // SOURCE_FIELD: upload.video.frames.0
Pack Summary
Blonde Magician Short Video
Categories
Tags
How to Open in ComfyUI
The workflow download is the easiest option. The plain Content Pack JSON also works, but it must be loaded through the ComfyUI-ZMongo Content Pack nodes.
-
Install ComfyUI-ZMongo.
Put the ComfyUI-ZMongo custom nodes in your ComfyUI
custom_nodesfolder, then restart ComfyUI. -
Use the workflow file when available.
Download
.workflow.json, then drag it onto the ComfyUI canvas or use ComfyUI's Load option. -
For a plain Content Pack JSON, load it with the JSON text loader.
Add
ZMongoContentPackJSONTextLoaderV3, then paste or load the Content Pack JSON. -
Review the indexed fields.
Connect the loader to
ZMongoContentPackManifestPreviewV3to see field aliases and data types. - Use getter nodes for the fields you need. The loader loads the pack. The getter nodes turn saved fields into usable ComfyUI outputs.
STRINGfields useZMongoContentPackGetStringV3INTfields useZMongoContentPackGetIntV3FLOATfields useZMongoContentPackGetFloatV3BOOLEANfields useZMongoContentPackGetBooleanV3JSONfields useZMongoContentPackGetJSONV3IMAGEfields useZMongoContentPackGetImageV3
If an image field is a backend reference instead of inline image data, connect a valid ZMongo session node to the image getter.
Export
Media
Requirements
{
"comfyui_zmongo_nodes": [
"ZMongoContentPackJSONTextLoaderV3",
"ZMongoContentPackManifestPreviewV3",
"ZMongoContentPackGetImagesV3",
"ZMongoContentPackGetImageV3"
]
}
Public Preview
Next Step
Use this pack as a starting point, or publish your own reusable workflow.
Browse More Packs
Explore the full public directory of ComfyUI-ZMongo content packs.
Create a Workspace
Save, import, customize, and publish ZMongo content packs from a secure private workspace.