Ji4chenLi / t2v-turbo

Code repository for T2V-Turbo
https://t2v-turbo.github.io/
133 stars 14 forks source link

Automatic Killing of Process while inferencing: #7

Open GARV-k opened 3 weeks ago

GARV-k commented 3 weeks ago

My command : python app.py --unet_dir unet_lora.pt --base_model_dir model.ckpt Output : /home/garv/garv/lib/python3.10/site-packages/diffusers/models/transformers/transformer_2d.py:34: FutureWarning: Transformer2DModelOutput is deprecated and will be removed in version 1.0.0. Importing Transformer2DModelOutput from diffusers.models.transformer_2d is deprecated and this will be removed in a future version. Please use from diffusers.models.modeling_outputs import Transformer2DModelOutput, instead. deprecate("Transformer2DModelOutput", "1.0.0", deprecation_message) AE working on z of shape (1, 4, 64, 64) = 16384 dimensions. Killed

P.S : I have tried on google Colab. I have tried it on WSL 22.04. the process automatically kills itself. Repo maintainers please help with a solution to this.

Ji4chenLi commented 1 week ago

Could you provide more context about "the process automatically kills itself"? For example, is there any error msg?