ExponentialML
ExponentialML
Hello. Is this a LoRA trained using this finetuning repository or are you using another one?
Hey. You can either re-save it as a jpg (your image has an alpha / transparency channel), or create a function in the main sample code by adding: ```py def...
This may be what you're looking for. Change `args.mask_type` at this line to 'all'. If you don't want to hardcode it, you can just add a custom argument like `args.mask_before`...
@quixot1c No problem. Yes, that's to be expected as it's essentially generating frames "on the go". If you want to generate it in an autoregressive manner, it's not yet implemented...
@Ainaemaet There is a bug with the VAE where I ran into this problem. You can use this mini batching-esque code to fix it at: https://github.com/Vchitect/SEINE/blob/70308b2683a333121476b63274cdbe0ecb81b708/sample_scripts/with_mask_sample.py#L168 ```python video_frames = []...