From 3208d807426cfbadb27b1c0fcc501efb3a5de0b6 Mon Sep 17 00:00:00 2001 From: kabachuha Date: Sun, 2 Jul 2023 19:53:55 +0300 Subject: [PATCH] better layout for models info --- scripts/t2v_helpers/args.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/t2v_helpers/args.py b/scripts/t2v_helpers/args.py index 099a0ac..34eb8fb 100644 --- a/scripts/t2v_helpers/args.py +++ b/scripts/t2v_helpers/args.py @@ -10,10 +10,10 @@ import modules.paths as ph from t2v_helpers.general_utils import get_model_location from modules.shared import opts -welcome_text_videocrafter = '''Download pretrained T2V models via this link, and put the model.ckpt in models/VideoCrafter/model.ckpt. Then use the same GUI pipeline as ModelScope does. +welcome_text_videocrafter = '''- Download pretrained T2V models via this link, and put the model.ckpt in models/VideoCrafter/model.ckpt. Then use the same GUI pipeline as ModelScope does. ''' -welcome_text_modelscope = '''Put your models to stable-diffusion-webui/models/text2video. Make sure you have a text file named 'configuration.json' in the downloaded models folders (click on the ⬇️ character to the right, don't save via right-click). Recommended requirements start at 6 GBs of VRAM. +welcome_text_modelscope = '''- Put your models to stable-diffusion-webui/models/text2video. Make sure you have a text file named 'configuration.json' in the downloaded models folders (click on the ⬇️ character to the right, don't save via right-click). Recommended requirements start at 6 GBs of VRAM. A list of prominent fine-tunes is a good starting point for models search. @@ -23,11 +23,11 @@ Join the development or report issues and feature requests here