메인 콘텐츠로 건너뛰기
NewBie-image-Exp0.1은 NewBieAI Lab에서 개발한 35억 파라미터의 DiT 모델로, 애니메이션 스타일 텍스트-to-이미지 생성을 위해 설계되었습니다. Next-DiT 아키텍처를 기반으로 하며, 뛰어난 디테일과 시각적으로 강렬한 애니메이션 이미지를 제공합니다. 주요 특징:
  • 35억 파라미터 모델: 고품질 애니메이션 생성을 위한 효율적이면서도 강력한 모델 크기
  • Next-DiT 아키텍처: Lumina 아키텍처 연구를 바탕으로 새롭게 설계된 NewBie 아키텍처 사용
  • 듀얼 텍스트 인코더: 주인코더로 Gemma3-4B-it를 사용하며, Jina CLIP v2를 추가해 프롬프트 이해도를 높였습니다
  • FLUX VAE: FLUX.1-dev 16채널 VAE를 사용해 더 풍부한 색감과 세밀한 질감 표현 가능
  • XML 구조화된 프롬프트: XML 형식을 지원해 더 나은 주의 집중 및 속성 분리 가능
관련 링크:

NewBie-image 텍스트-to-이미지 워크플로우

JSON 워크플로우 파일 다운로드

ComfyUI 클라우드에서 실행하기

Make sure your ComfyUI is updated.Workflows in this guide can be found in the Workflow Templates. 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

모델 링크

텍스트 인코더 디퓨전 모델 VAE 모델 저장 위치
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 구조화된 프롬프트를 사용하며, 각 <> 태그는 카테고리를 정의하고 </>는 이를 닫습니다. 안에 들어가는 태그들은 표준 Danbooru 태그입니다. 이 구조를 통해 여러 캐릭터가 등장하는 장면에서 더욱 정확한 속성 연결이 가능합니다. 완벽한 프롬프트 작성 가이드는 공식 문서를 참조하세요. NewBie-image-Exp0.1은 세 가지 프롬프트 형식을 지원합니다:
  • 자연어: 일반적인 텍스트 설명
  • 태그: Danbooru 스타일 태그
  • XML 구조화 형식: 여러 캐릭터가 등장하는 장면에 권장됩니다

XML 구조화된 프롬프트

여러 캐릭터가 등장하는 장면에서는 XML 구조화된 프롬프트를 사용하면 더 정확한 이미지 생성 결과와 더 나은 주의 집중 및 속성 분리가 가능합니다.
<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>추가 태그