Instructions to use hbXNov/talc_finetuned_modelscope_t2v with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use hbXNov/talc_finetuned_modelscope_t2v with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("hbXNov/talc_finetuned_modelscope_t2v", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Update README.md
#1
by ohahhoh - opened
Modelscope t2v
Modelscope t2v is a light text to video model.
its trash and bad from what i tested.
do not download it unless youre desperate to get a text to video model working on a weak pc.
How to use it with comfyui
Download the model safe tensor.
Download the models VAE safe tensor.
Download the models clip encoder safe tensor.
Put everything in comfyUI.
And done.