NewBie Exp0.1: Anime Generation

The NewBie Exp0.1 workflow introduces a groundbreaking approach to anime-style image generation through its innovative Next-DiT architecture. This new model, developed by NewBieAI Lab, leverages structured XML prompts to enhance the generation of multi-character scenes and precise attribute control. By incorporating XML, users can define complex scenes with multiple characters, each with distinct attributes, without losing coherence or detail. This advancement marks a significant leap from traditional text-to-image models, which often struggle with maintaining clarity and detail in complex scenes.

What sets NewBie Exp0.1 apart is its ability to seamlessly integrate detailed prompt structures with cutting-edge image synthesis. The Next-DiT architecture is designed to interpret structured data more effectively, resulting in images that are not only visually appealing but also rich in narrative depth. This makes it an invaluable tool for creators looking to push the boundaries of anime art, offering unprecedented control over the creative process while ensuring high-quality output.

API

Use this workflow from code

Every Comfy workflow is a JSON graph. The payload below is this workflow, exactly as ComfyUI runs it — fetch it from the URL, keep it in version control, or load it in ComfyUI and run it node by node.

image_newbieimage_exp0_1-t2i.json
Fetching workflow JSON…

Run it from TypeScript or Python with the Comfy SDK. The same code targets Comfy Cloud or a ComfyUI you host yourself — only the base URL changes.

// Install (beta)
npm i @comfyorg/sdk

// Run "NewBie Exp0.1: Anime Generation" (TypeScript)
import { Comfy } from "@comfyorg/sdk";

const client = new Comfy({ apiKey: "comfyui-..." });

// This workflow, exported in API format (see note below)
const wf = await client.workflows.fromFile("image_newbieimage_exp0_1-t2i_api.json");

const job = await client.run(wf);
await job.getOutputs("9")[0].toFile("output.png"); // SaveImage

The SDK takes a workflow in API format: open this workflow in ComfyUI and use File → Export Workflow (API).

Comfy Cloud API access requires a plan with an API key.

FAQ

Frequently Asked Questions

View all workflows
Showing 30 of 30 templates