-
Hi, thanks for the great repo.
I'm wondering how I can use the Lit Autoregressive models in the image/video generation tasks.
Is there any doc / tutorial about how to prepare visual tokens as tr…
-
Due to my limited ability, I cannot repeat the result
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussi…
-
conda install pytorch==2.0.1 torchvision==0.16.0 pytorch-cuda=11.8 -c pytorch -c nvidia
用这个安装后,在安装requirements.txt,如图所示,会安装torch-2.3.0 , 虽然还没有安装完,但能确定如果使用torch会造成版本冲突,有两个版本的torch在conda环境里。
-
### Describe the question.
### All images are green after the video is decoded.
When I use `fn.readers.video` to decode my own h265 video, the decoded image size is normal, but the pixels are abnorma…
-
Hi! I really appreciate your work! When I run your multi-gpu code, I met the following problem. It looks like some layers are in different device. Could you please help me with that?
```
Traceback…
-
### 🐛 Describe the bug
I know the issue is me not having PyAv installed, but I think the error message is wrong:
```python
reader = torchvision.io.VideoReader(video_path, "video")
```
Raises:
``…
-
**Describe the feature you'd like**
Users of {PyTorch, HuggingFace, XYZ...} SageMaker DLCs in script mode should be able to access the [SageMaker CustomAttributes request header](https://docs.aws.a…
-
Hey @lucidrains, thanks for keeping these models implemented. In line 88 https://github.com/lucidrains/video-diffusion-pytorch/blob/f55f1b0824b1be7d2bb555ed7a5d612eff8ad5d0/video_diffusion_pytorch/vid…
-
### 🚀 The feature, motivation and pitch
Both torchvision (VideoReader) and torchaudio (StreamReader) have implemented different wrappers for ffmpeg for reading both video (and audio) with their own…