btw, optimizing the "c" that is returned really leads to a pretty compact result: # version2 def rtorep(r): reps={} for k,v in r: v=v.xreplace(reps) reps[k] = v return reps def csejac(A, x): r, E = cse(A) rr = numbered_symbols('x', start=len(r)) E = E[0] ...
I have a 6GB VRAM GPU (GTX 1660 Ti), would that be enough to get AnimateDiff up and running? Also, I tried to install ComfyUI and AnimateDiff via ComfyUI-Manager and got the following message : Building wheels for collected packages: flash_attn Building wheel for flash_attn (setup.py)...