-
-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
!!!!!You MUST do this if you see CUDA error for >=v2.0.0-a!!!!! (Prev: The way to resolve generating 2 separate GIFs) #83
Comments
same issue,error report as bellow 2023-09-13 15:58:31,169 - AnimateDiff - INFO - Loading motion module mm_sd_v15_v2.ckpt from D:\sd-webui-aki-v4\extensions\sd-webui-animatediff\model\mm_sd_v15_v2.ckpt |
@jasoncow007 the extension use hash to check if it is using v2 model. Your download is most likely incomplete. Also, what you are talking about is not related to this issue. |
Enabling padding fixed my problem as well. |
@continue-revolution Perhaps you should pin this issue so it's more noticeable? |
So before enabling Am I missing something? |
Can't find the setting option? Look here, it's in the Optimizations tab |
#You should enable Pad prompt/negative prompt to be same length and Batch cond/uncond and click Apply settings in Settings. Yes, it work for me too. |
Enable Pad prompt/negative prompt to be same length and Batch cond/uncond |
You should enable
Pad prompt/negative prompt to be same length
andBatch cond/uncond
and clickApply settings
inSettings
.For people who are interested in the backend: the reason is that when the
cond
anduncond
have different shape, WebUI will by-default not batch them because it can't, unless you enable padding.The text was updated successfully, but these errors were encountered: