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.

GET https://comfy.org/workflows/download/8c7390cc52c2.json
Fetching workflow JSON…

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

# Install (beta)
pip install comfy-sdk        # Python
npm i @comfyorg/sdk          # TypeScript

# Run "NewBie Exp0.1: Anime Generation" (Python)
from comfy_sdk import Comfy

client = Comfy(api_key="comfyui-...")

# This workflow, exported in API format (see note below)
wf = client.workflows.from_file("image_newbieimage_exp0_1-t2i_api.json")

job = client.run(wf)
for output in job.get_outputs("9"):  # SaveImage
    output.to_file(output.name)

The SDK takes a workflow in API format: open this workflow in ComfyUI and use File → Export Workflow (API). API access requires a Comfy Cloud plan with an API key. SDK docs · Get an API key

FAQ

Frequently Asked Questions

View all workflows
Character
Cinematic
Image to Video
Lip Sync
Multiple Angles
Portrait
Style Reference
Style Transfer
Text to Video
Video Generation
Video
Showing 30 of 30 templates