neggles / animatediff-cli

a CLI utility/library for AnimateDiff stable diffusion generation
Apache License 2.0
262 stars 132 forks source link

[Bug(?)] Using local checkpoint logic #30

Closed LWprogramming closed 11 months ago

LWprogramming commented 1 year ago

Should this instead check if the file exists? Is model_index.json meant to do anything otherwise?

neggles commented 11 months ago

That logic's detecting whether the HF model repo has been downloaded already or not, then downloads if it hasn't. The "base" model specifically has to already be in HF format.