feat: support NovelAI Diffusion V5 image generation - #1606
Open
SameDesu123 wants to merge 3 commits into
Open
Conversation
SameDesu123
marked this pull request as ready for review
August 28, 2026 11:18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Checklist
Summary
Add the core request contracts required for NovelAI Diffusion V5 Full and Curated image generation while preserving the existing V4 and V4.5 paths.
Related Issues
None.
Changes
Impact
Users can use the existing NovelAI V5 Full and Curated model selections for image generation instead of sending those models the legacy request shape. Existing NovelAI V4, V4.5, V3, and V2 request behavior remains supported.
This PR provides the core request layer only. Dedicated UI controls for V5 quality presets, UC presets, transparent backgrounds, and multi-character positioning are not exposed yet.
Additional Notes
Validated with the focused NovelAI image test suite (11 tests),
pnpm check, andgit diff --check. Authenticated generation against the live NovelAI service and packaged desktop runtime validation have not been performed.Footnotes
Modifies the behavior of prompting, requesting, or handling responses from AI models. ↩
Over 80% of the code is AI generated. ↩