From 475e3b488a6fa861f04d6def7f410d4db5118942 Mon Sep 17 00:00:00 2001 From: rlaphoenix Date: Mon, 8 May 2023 12:37:18 +0100 Subject: [PATCH] docs: Improve wording of some of the features --- docs/index.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 4ea2ffa..06557d5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -50,11 +50,11 @@ Features of VSGAN - VapourSynth_ — Transform, Filter, or Enhance your input video, or the VSGAN result with VapourSynth, a Script-based NLE_. -- :ref:`Easy Model Chaining ` — You can chain models or re-run the model twice-over - (or more). -- :ref:`Seamless Tiling` — Have low VRAM? Don't worry! The Network will be applied in quadrants of the - image to reduce up-front VRAM usage. -- Supports All RGB formats — You can use *any* RGB video input, including float32 (e.g., RGBS) inputs. +- :ref:`Model Chaining ` — Apply multiple models on the input video, or apply models + multiple times over. +- :ref:`Seamless Tiling` — Reduce up-front memory usage by automatically applying the model on quadrants of the + input image at a time, without leaving any noticeable seams. +- Supports All RGB formats — You can use any RGB video input of any bit depth. - No Frame Extraction Necessary — Using VapourSynth you can pass a Video directly to VSGAN, without any frame extraction needed. - Repeatable Edits — Any edit you make in the VapourSynth script with or without VSGAN can be re-used for any