Add Video Enhancement guide for the Topaz suite - #469
Open
tombystrican wants to merge 4 commits into
Open
Conversation
New guides/media/video-enhancement.mdx covering all nine Topaz task models (precision, starlight, starlight-fast, astra, hyperion, interpolate, denoise, deblur, colorize): full settings reference (upscale_factor, enhancement_model, sliders, target_fps, slowdown_factor, output_format, h264_output, astra prompt), per-tier pricing table, constraints and per-model validation notes, and per-task curl examples. Also: - video-upscaling.mdx: deprecation warning for legacy topaz-video-upscale, pointing at topaz-video-precision as the direct replacement - queue.mdx: the upscaling section now covers the enhancement suite and its per-model settings - models/video.mdx: model types mention the enhancement suite - swagger.yaml: synced from outerface (adds the enhancement params + constraints.enhancement discovery block) Depends on the outerface PR that ships the models — merge this after veniceai/outerface#10024 is live.
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Drops the deprecation warnings — the legacy model stays live with no retirement signaling until the replacement decision is made. The upscaling guide now points to the enhancement suite as a tip.
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
Tracks https://linear.app/venice/issue/VEN-6530/topaz-v2-video-enhancement-suite-on-fal-9-models-full-settings
Documentation for the Topaz video enhancement suite (ships with https://github.com/veniceai/outerface/pull/10024 and https://github.com/veniceai/interface/pull/12949).
New:
guides/media/video-enhancement.mdxFull guide for all nine Topaz task models (Precision, Starlight, Starlight Fast, Astra, Hyperion, Interpolate, Denoise, Deblur, Colorize):
upscale_factor,enhancement_model(full per-model option lists), all sliders with ranges,target_fps,slowdown_factor,output_format,h264_output, and Astra's guidancepromptGET /models→constraints.enhancementUpdated
guides/media/video-upscaling.mdx— deprecation warning fortopaz-video-upscale, pointing totopaz-video-precisionas the direct replacementapi-reference/endpoint/video/queue.mdx— the upscaling section now covers the enhancement suite and its per-model settingsmodels/video.mdx— model types mention the enhancement suiteswagger.yaml— synced from outerface (enhancement params +constraints.enhancementdiscovery block)docs.json— nav entry after the upscaling guideMerge order
Merge after the outerface PR is deployed and the models are flipped from staff-only to public (GA) — the synced swagger and the new guide document the public API surface. The models are staff-only until GA.