mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-03-03 21:49:07 +01:00
* Add new model type integration guide Comprehensive documentation covering all steps required to integrate a new model type into InvokeAI, including: - Backend: Model manager, configs, loaders, invocations, sampling - Frontend: Graph building, state management, parameter recall - Metadata, starter models, and optional features (ControlNet, LoRA, IP-Adapter) Uses FLUX.1, FLUX.2 Klein, SD3, SDXL, and Z-Image as reference implementations. * docs: improve new model integration guide - Move document to docs/contributing/ directory - Fix broken TOC links by replacing '&' with 'and' in headings - Add code example for text encoder config (section 2.4) - Add text encoder loader example (new section 3.3) - Expand text encoder invocation to show full conditioning flow (section 4.2) --------- Co-authored-by: Lincoln Stein <lincoln.stein@gmail.com> |
||
|---|---|---|
| .. | ||
| assets | ||
| contributing | ||
| features | ||
| help | ||
| img | ||
| installation | ||
| nodes | ||
| CODE_OF_CONDUCT.md | ||
| configuration.md | ||
| faq.md | ||
| index.md | ||
| RELEASE.md | ||