ai-forever / ai-forever/KandinskyVideo
RuntimeError: size of tensors must match except in dimsion 1
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 185
- Forks
- 24
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
from video_kandinsky3 import get_T2V_pipeline
import os
os.environ["PYTORCH_CUDA_ALLOC_CONF"] = "max_split_size_mb:8024"
t2v_pipe = get_T2V_pipeline('cuda', fp16=True)
pfps = 'medium' # ['low', 'medium', 'high']
video = t2v_pipe(
'a red car is drifting on the mountain road, close view, fast movement',
width=640, height=384, fps=fps
)
-----------------------------------
RuntimeError: size of tensors must match except in dimsion 1. Expected size 2 but got size 3 for tensor number 1 in the list
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.