> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ComfyUI NewBie-image-Exp0.1 ワークフロー例

> NewBie-image-Exp0.1 は、Next-DiT アーキテクチャを基盤とする 35 億パラメータのアニメスタイル文生成画像（text-to-image）モデルであり、XML 構造化プロンプトに対応し、高品質なアニメ画像生成に最適化されています。

**NewBie-image-Exp0.1** は、NewBieAI Lab が開発した 35 億パラメータの DiT（Diffusion Transformer）モデルで、アニメスタイルの文生成画像タスク専用に設計されています。Next-DiT アーキテクチャを採用しており、非常に詳細で視覚的に印象的なアニメ画像を生成できます。

**主な特徴**：

* **35 億パラメータモデル**：高品質なアニメ画像生成に十分な性能を備えながらも効率的なモデルサイズ
* **Next-DiT アーキテクチャ**：Lumina アーキテクチャの研究に基づき、新たに設計された NewBie 固有のアーキテクチャを採用
* **二重テキストエンコーダー**：メインエンコーダーとして Gemma3-4B-it を使用し、Jina CLIP v2 を補助エンコーダーとして活用することで、プロンプトの理解精度を向上
* **FLUX VAE**：FLUX.1-dev の 16 チャネル VAE を採用し、より豊かな色表現と精細なテクスチャディテールを実現
* **XML 構造化プロンプト**：注意機構の正確なバインディングおよび属性の分離（disentanglement）を可能にする XML 形式をサポート

**関連リンク**：

* [GitHub](https://github.com/NewBieAI-Lab/NewBie-image-Exp0.1)
* [Hugging Face](https://huggingface.co/NewBie-AI/NewBie-image-Exp0.1)
* [はじめにガイド](https://ai.feishu.cn/wiki/NZl9wm7V1iuNzmkRKCUcb1USnsh)

## NewBie-image 文生成画像ワークフロー

<a className="prose" target="_blank" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/image_newbieimage_exp0_1-t2i.json" style={{ display: 'inline-block', backgroundColor: '#0078D6', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold', marginRight: '10px'}}>
  <p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>JSON ワークフローファイルをダウンロード</p>
</a>

<a className="prose" target="_blank" href="https://cloud.comfy.org/?template=image_newbieimage_exp0_1-t2i&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#28a745', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}>
  <p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>ComfyUI Cloud で実行</p>
</a>

<Tip>
  <Tabs>
    <Tab title="Portable or self deployed users">
      Make sure your ComfyUI is updated.

      * [Download ComfyUI](https://www.comfy.org/download)
      * [Update Guide](/installation/update_comfyui)

      Workflows in this guide can be found in the [Workflow Templates](/interface/features/template).
      If you can't find them in the template, your ComfyUI may be outdated. (Desktop version's update will delay sometime)

      If nodes are missing when loading a workflow, possible reasons:

      1. You are not using the latest ComfyUI version (Nightly version)
      2. Some nodes failed to import at startup
    </Tab>

    <Tab title="Desktop or Cloud users">
      * The Desktop is base on ComfyUI stable release, it will auto-update when there is a new Desktop stable release available.
      * [Cloud](https://cloud.comfy.org) will update after ComfyUI stable release.

      So, if you find any core node missing in this document, it might be because the new core nodes have not yet been released in the latest stable version. Please wait for the next stable release.
    </Tab>
  </Tabs>
</Tip>

## モデルのダウンロードリンク

**text\_encoders**

* [gemma\_3\_4b\_it\_bf16.safetensors](https://huggingface.co/Comfy-Org/NewBie-image-Exp0.1_repackaged/resolve/main/split_files/text_encoders/gemma_3_4b_it_bf16.safetensors)
* [jina\_clip\_v2\_bf16.safetensors](https://huggingface.co/Comfy-Org/NewBie-image-Exp0.1_repackaged/resolve/main/split_files/text_encoders/jina_clip_v2_bf16.safetensors)

**diffusion\_models**

* [NewBie-Image-Exp0.1-bf16.safetensors](https://huggingface.co/Comfy-Org/NewBie-image-Exp0.1_repackaged/resolve/main/split_files/diffusion_models/NewBie-Image-Exp0.1-bf16.safetensors)

**vae**

* [ae.safetensors](https://huggingface.co/Comfy-Org/z_image_turbo/resolve/main/split_files/vae/ae.safetensors)

**モデルの保存場所**

```
ComfyUI/
├── models/
│   ├── text_encoders/
│   │      ├── gemma_3_4b_it_bf16.safetensors
│   │      └── jina_clip_v2_bf16.safetensors
│   ├── diffusion_models/
│   │      └── NewBie-Image-Exp0.1-bf16.safetensors
│   └── vae/
│          └── ae.safetensors
```

## プロンプト形式

NewBie-image は、キャラクター生成に特化して最適化されたアニメ画像生成モデルです。学習には XML 構造化プロンプトが用いられており、各 `<>` タグはカテゴリ（例：`<appearance>`、`<clothing>`）を定義し、`</>` で閉じられます。タグ内の内容は標準の Danbooru タグです。この構造により、複数キャラクターを含むシーンにおいて、属性の正確なバインディングを実現できます。

完全なプロンプト作成ガイドについては、[公式ドキュメント](https://ai.feishu.cn/wiki/NZl9wm7V1iuNzmkRKCUcb1USnsh)をご参照ください。

NewBie-image-Exp0.1 は以下の 3 種類のプロンプト形式をサポートします：

* **自然言語**：標準的なテキストによる記述
* **タグ形式**：Danbooru スタイルのタグ
* **XML 構造化形式**：複数キャラクターを含むシーンに推奨

### XML 構造化プロンプト

複数キャラクターを含むシーンでは、XML 構造化プロンプトを用いることで、より正確な画像生成結果が得られ、注意機構のバインディングや属性の分離（disentanglement）が向上します。

```xml theme={null}
<character_1>
<n>$character_1$</n>
<gender>1girl</gender>
<appearance>chibi, red_eyes, blue_hair, long_hair, hair_between_eyes, head_tilt, tareme, closed_mouth</appearance>
<clothing>school_uniform, serafuku, white_sailor_collar, white_shirt, short_sleeves, red_neckerchief, bow, blue_skirt, miniskirt, pleated_skirt, blue_hat, mini_hat, thighhighs, grey_thighhighs, black_shoes, mary_janes</clothing>
<expression>happy, smile</expression>
<action>standing, holding, holding_briefcase</action>
<position>center_left</position>
</character_1>

<character_2>
<n>$character_2$</n>
<gender>1girl</gender>
<appearance>chibi, red_eyes, pink_hair, long_hair, very_long_hair, multi-tied_hair, open_mouth</appearance>
<clothing>school_uniform, serafuku, white_sailor_collar, white_shirt, short_sleeves, red_neckerchief, bow, red_skirt, miniskirt, pleated_skirt, hair_bow, multiple_hair_bows, white_bow, ribbon_trim, ribbon-trimmed_bow, white_thighhighs, black_shoes, mary_janes, bow_legwear, bare_arms</clothing>
<expression>happy, smile</expression>
<action>standing, holding, holding_briefcase, waving</action>
<position>center_right</position>
</character_2>

<general_tags>
<count>2girls, multiple_girls</count>
<style>anime_style, digital_art</style>
<background>white_background, simple_background</background>
<atmosphere>cheerful</atmosphere>
<quality>high_resolution, detailed</quality>
<objects>briefcase</objects>
<other>alternate_costume</other>
</general_tags>
```

### XML タグ一覧

| タグ             | 説明                             |
| -------------- | ------------------------------ |
| `<n>`          | キャラクター名または識別子                  |
| `<gender>`     | キャラクターの性別（例：`1girl`、`1boy` など） |
| `<appearance>` | 外見的特徴（髪型、目の色、体型など）             |
| `<clothing>`   | 服装およびアクセサリー                    |
| `<expression>` | 顔の表情                           |
| `<action>`     | 姿勢および動作                        |
| `<position>`   | 画像内における位置                      |
| `<count>`      | キャラクターの人数                      |
| `<style>`      | アートスタイル                        |
| `<background>` | 背景の描写                          |
| `<atmosphere>` | 全体の雰囲気（ムード）                    |
| `<quality>`    | 画質に関するタグ                       |
| `<objects>`    | シーン内に存在する物品                    |
| `<other>`      | その他の追加タグ                       |
