Diffusers?

#1
by tintwotin - opened

Wow, does the current Diffusers support the SkyReels checkpoint? And in int4?

If it does, maybe the code on the readme could be updated accordingly?

This comment has been hidden

No it's not supported in diffusers but I'm trying.

newgenai79 changed discussion status to closed

Oh, I hope I wasn't the reason for the deleted checkpoints.

Only duplicate files deleted to save space.
Sky T2V and I2V have int4-quantized transformer.
Hunyuan have int4-quantized text-encoder and rest untouched.

So
load transformer from Sky
rest from hunyuan-int4

It is working fine (Diffuser still doesn't support it) but the memory consumption is very high so basically unusable on low VRAM.
Model is trained on specific resolution / frames only :(
960px544px97f

@tintwotin

Support in diffusers is added
https://github.com/huggingface/diffusers/pull/10837

You need to install diffusers from source and can use the int4 checkpoints from here

Sign up or log in to comment