Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: update model support structure to include Lumina Image 2.0, Huny…
…uanImage-2.1, and Anima-Preview
  • Loading branch information
kohya-ss committed Feb 23, 2026
commit ea0328aaacd020aff8b481498e961a13c026f017
3 changes: 3 additions & 0 deletions .ai/context/01-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Each supported model family has a consistent structure:
- **SDXL**: `sdxl_train*.py`, `library/sdxl_*`
- **SD3**: `sd3_train*.py`, `library/sd3_*`
- **FLUX.1**: `flux_train*.py`, `library/flux_*`
- **Lumina Image 2.0**: `lumina_train*.py`, `library/lumina_*`
- **HunyuanImage-2.1**: `hunyuan_image_train*.py`, `library/hunyuan_image_*`
- **Anima-Preview**: `anima_train*.py`, `library/anima_*`

### Key Components

Expand Down