Dhruv Nair
Dhruv Nair
Hi @shabri-arrahim tracked the issue down to these lines https://github.com/huggingface/diffusers/blob/2b04ec2ff7270d2044410378b04d85a194fa3d4a/src/diffusers/loaders/single_file_utils.py#L1238-L1240 When accelerate is installed and saving to safetensors, we attempt to save those weights as shared tensors (which the safetensor...
Hi @a-r-r-o-w sorry been a bit caught up with some other things. Feel free to take over this PR or open a new one if you prefer. The SparseControlNet needs...
Hi @eps696 this is definitely something we can consider. We're working on a clean up of `from_single_file` at the moment so it might take a bit of time. Could you...
Hi @eps696 have you tried using the AnimateDiff conversion scripts with those checkpoints? https://github.com/huggingface/diffusers/blob/main/scripts/convert_animatediff_motion_module_to_diffusers.py https://github.com/huggingface/diffusers/blob/main/scripts/convert_animatediff_motion_lora_to_diffusers.py
Should this be opened up to community then? cc: @sayakpaul @kashif?
Hi all. I took a look into some of the different approaches for longer video generations with AnimateDiff. The ones available in AnimateDiff-Evolved use the approach being discussed here; a...
Hi all. Really nice to see the initiative here! I'll have bandwidth to take this up next week. @JosefKuchar since you've already started on FreeNoise I'll leave you to it...
Hi all. I have to prioritise some other work at the moment so will have to pause on working on sliding window for now. Will try to pick it up...
@Kevin-shihello-world Can you share a code example for how you are trying to load the pipeline?
@cool-bigdogs-tshirt I don't think it's related to this issue. But if you are experiencing an issue with single file would you mind opening a new issue with a reproducible code...