Draft improvements from assistant conversations: adult content guidance#322
Open
mintlify[bot] wants to merge 2 commits into
Open
Draft improvements from assistant conversations: adult content guidance#322mintlify[bot] wants to merge 2 commits into
mintlify[bot] wants to merge 2 commits into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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.
Summary
Adds explicit adult-content guidance to the image and video generation guides so readers can pick the right model and parameter without asking the assistant.
Changes
guides/media/image-generation.mdx: New "Adult content and safe mode" section covering thesafe_modeparameter, uncensored image models (Lustify family), theqwen-editblock on explicit imagery withqwen-edit-uncensoredas the alternative, and thex-venice-is-blurred/x-venice-is-content-violationresponse headers.guides/media/video-generation.mdx: New "Adult content" section noting that the video queue endpoint has nosafe_modeparameter and pointing to model-specific uncensored variants (e.g.wan-2-7-uncensored-text-to-video,wan-2-7-uncensored-image-to-video), with a note that non-uncensored variants may reject requests as422content violations.Context
Recurring assistant conversations asked which models allow adult / uncensored generation for images, edits, and video, and how
safe_modefits in. The pricing page lists uncensored variants, but the how-to guides did not surface them.