Workflows
Every workflow FlixML ships, grouped by what goes in and what comes out. Each one runs on your own GPU — the VRAM figure is what it actually needs, measured on consumer cards, not a vendor minimum. 14 workflows across 5 task types.
Text → Image
FLUX.2 dev + LoRA Image
Text-to-image with FLUX.2 plus one or more trained character LoRAs — a consistent identity rendered at high fidelity from a prompt.
flux2_dev_lora24 GB VRAMLoRA
FLUX.2 Klein Image
Text-to-image with FLUX.2 Klein 4B. High-fidelity stills from a prompt, with two optional LoRA slots.
flux2_klein8 GB VRAMLoRA
SDXL Base Image
Text-to-image with an SDXL checkpoint. General-purpose still generation from a prompt — no character LoRA, no source image.
sdxl_base8 GB VRAMSDXL + LoRA Image
Text-to-image with an SDXL checkpoint plus a character/style LoRA — a consistent trained identity or style rendered from a prompt.
sdxl_lora8 GB VRAMLoRA
Text Logo / Wordmark
Typeset exact text as a logo/wordmark using a real TTF font (ComfyUI AddLabel node) — NOT diffusion. Use this whenever the output must spell an exact string (a handle, brand, wordmark) that diffusion models garble. Renders instantly, GPU-light, lands in the gallery like any generation.
text_logo1 GB VRAMImage → Image

FLUX.2 Klein Reference Edit
Generate a new image from a reference image and a plain-English instruction. FLUX.2 Klein 4B reads the reference as conditioning and samples a fresh frame, so unlike img2img it can change pose, wardrobe and setting while holding the subject's identity. Say what changes and what stays.
flux2_klein_edit8 GB VRAMLoRA
Qwen Multi-Angle (re-angle a still)
Re-shoot an existing image of the same subject from a new camera angle. Qwen-Image-Edit-2511 + multi-angle LoRA holds identity, clothing, and lighting while changing the camera viewpoint. Produces a sibling of the source still at a different angle.
qwen_multiangle12 GB VRAMQwen Pose/Position Edit (instruction)
Edit an existing image from a plain-English instruction — change a subject's pose, position, or what they're doing while holding their identity, clothing, the room, and lighting. Powered by Qwen-Image-Edit-2511; the source image is the reference (no LoRA).
qwen_pose_edit12 GB VRAM
SDXL Image-to-Image
Generate SDXL image variations from a source image using prompt guidance and denoise strength
sdxl_img2img8 GB VRAMText → Video
Image → Video
InfiniteTalk Image-to-Video (lip-sync)
Audio-driven talking-head. Animates a still image to lip-sync a voice line (Wan 2.1 I2V backbone + InfiniteTalk/MultiTalk). Talking-head motion only, not big body motion.
infinitetalk_i2v12 GB VRAMWan 2.2 Image-to-Video
Image-to-video with Wan 2.2 — animate a still into a short clip, with a motion prompt driving the movement. Identity and scene come from the source image.
wan22_i2v12 GB VRAMLoRAWan 2.2 Image-to-Video (context windows)
Image-to-video past the model's 81-frame limit, generated as ONE clip instead of a chain. ComfyUI samples the whole length in overlapping context windows and fuses them, so the action carries across the joins — use this instead of taking a clip's last frame and animating it again, which hands the model a still and restarts the motion from rest.
wan22_i2v_context12 GB VRAMLoRAVideo → Video
These are the workflows in the public repo. Your own install can carry more — anything you drop into workflows/local/ is listed byGET /api/workflows on your install and never here. Setting one up is covered in the workflow docs.