-
Notifications
You must be signed in to change notification settings - Fork 74
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
RuntimeError: std::bad_alloc
Error occur in other pixel ratio (none-square generation)
#153
Comments
This should not happen🤔 |
This is simple test code that I tried. 1024,1024 image works well but generation with it died with this
I can see I use with aws instance ubuntu , A10 GPU, cuda 12.1, torch 2.3.0+cu121, with |
@chengzeyi Is there any thing that I can help to solve this problem? |
@Suprhimp Active development on stable-fast has been paused. 遇到一些问题需要自己去尝试解决 |
HI, first of all Thanks for the cool diffuser optimize module.
Now I compiled my SDXL Lightning model with controlnet canny and compel module for longer prompt.
And I run with
StableDiffusionXLControlNetInpaintPipeline
It works well with 1:1 ratio like 512,512 , 1024,1024 pixels.
But when I run with other pixel ratio such as (1360, 768) , (1176, 880) which is available wihtout compile
It shows error
RuntimeError: std::bad_alloc
It is not allowed to use other ratio except 1:1 ?
Thanks!
The text was updated successfully, but these errors were encountered: