better links

pull/9/head
kabachuha 2023-03-20 14:52:53 +03:00
parent ba8fb9278f
commit 71f910a5e3
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ def on_ui_tabs():
# Uses only SD-requirements + ffmpeg
dv = SimpleNamespace(**DeforumOutputArgs())
with gr.Blocks(analytics_enabled=False) as deforum_interface:
gr.Markdown('Put your models from https://huggingface.co/damo-vilab/modelscope-damo-text-to-video-synthesis/tree/main to stable-diffusion-webui/models/ModelScope/t2v/. 8gbs of VRAM on top of SD (TODO: unload SD on launch) should be enough to launch.\n\n Btw, This is all going to be HACKABLE at some point. Join the development https://github.com/deforum-art/sd-webui-modelscope-text2video \n\n')
gr.Markdown('Put your models from <a style="color:SteelBlue" href="https://huggingface.co/damo-vilab/modelscope-damo-text-to-video-synthesis/tree/main">https://huggingface.co/damo-vilab/modelscope-damo-text-to-video-synthesis/tree/main</a> to stable-diffusion-webui/models/ModelScope/t2v/. 8gbs of VRAM on top of SD (TODO: unload SD on launch) should be enough to launch.\n\n Join the development or report issues and feature requests here <a style="color:SteelBlue" href="https://github.com/deforum-art/sd-webui-modelscope-text2video">https://github.com/deforum-art/sd-webui-modelscope-text2video</a>\n\n')
with gr.Row(elem_id='t2v-core').style(equal_height=False, variant='compact'):
with gr.Column(scale=1, variant='panel'):
with gr.Tabs():