better layout for models info

pull/192/head
kabachuha 2023-07-02 19:53:55 +03:00
parent 793201bb42
commit 3208d80742
1 changed files with 4 additions and 4 deletions

View File

@ -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 <a style="color:SteelBlue" href="https://drive.google.com/file/d/13ZZTXyAKM3x0tObRQOQWdtnrI2ARWYf_/view?usp=share_link">this link</a>, 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 <a style="color:SteelBlue" href="https://drive.google.com/file/d/13ZZTXyAKM3x0tObRQOQWdtnrI2ARWYf_/view?usp=share_link">this link</a>, 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 style="color:SteelBlue" href="https://github.com/kabachuha/sd-webui-text2video#prominent-fine-tunes">A list of prominent fine-tunes</a> is a good starting point for models search.
@ -23,11 +23,11 @@ Join the development or report issues and feature requests here <a style="color:
'''
welcome_text = '''VideoCrafter (WIP):
welcome_text = '''**VideoCrafter (WIP)**:
''' + welcome_text_videocrafter + '''
ModelScope:
**ModelScope**:
''' + welcome_text_modelscope