You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying SDXL (+ fixedVAE) on CPU backend.
I encounter an error, but I'm not totally sure what triggers it.
With a medium size prompt (~35 words), I succeeded in generating image 1024x1024 without any problem
But when I tried a larger prompt + a large negative prompt, I get this error during final decoding phase :
ggml_new_object: not enough space in the context's memory pool (needed 23568528, available 23068672)
D:\a\stable-diffusion.cpp\stable-diffusion.cpp\ggml\src\ggml.c:1576: GGML_ASSERT(obj_new) failed
I don't understand the message because I've a lot of available RAM during this processing (and the amount of RAM in question here is very small...)
The process ends with code -1073740791
Prompt :
((European girl)). (((Late evening summer))), ((((asleep sprawled-out on towel in neighboring suburban garden)))), ((high drone aerial view)), (((40-degrees angle))), ((fence)), (((No Nude))), ((shadowy places)), (((long legs))), ((teeshirt)), (((jeans))), ((wide hips)), ((((short messy dark side-swept pixie-cut hair with severe undercut)))), ((medium breasts)), ((barefoot)), (((sweaty dark skin))), ((spine)), ((logical lighting)), ((logical shadows)), (accurate limbs), ((intricate detail)), (small towel), (headphones and cell phone), book, ((600mm lens)),
Negative prompt :
(worst quality), text, bad anatomy, bad hands, missing fingers, extra digit, fewer digits, cropped, jpeg artifacts, bad feet, extra fingers, mutated hands, bad proportions, extra limbs, disfigured, bad anatomy, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, mutated hands, fused fingers, long neck
When I try with only the prompt and no negative prompt, it works, everything is OK.
When I try with only the prompt and a small negative prompt (eg. only "bad anatomy"), it works too.
Here is a full log that shows the error (only 2 iterations here, to get the error quickly...) :
I tested the same prompt and can confirm the error happens to me too, FWIW. Trying VAE tiling did not help; it fails in the same way before ever getting to the tiling part.
I'm trying SDXL (+ fixedVAE) on CPU backend.
I encounter an error, but I'm not totally sure what triggers it.
With a medium size prompt (~35 words), I succeeded in generating image 1024x1024 without any problem
But when I tried a larger prompt + a large negative prompt, I get this error during final decoding phase :
I don't understand the message because I've a lot of available RAM during this processing (and the amount of RAM in question here is very small...)
The process ends with code -1073740791
Prompt :
Negative prompt :
When I try with only the prompt and no negative prompt, it works, everything is OK.
When I try with only the prompt and a small negative prompt (eg. only "bad anatomy"), it works too.
Here is a full log that shows the error (only 2 iterations here, to get the error quickly...) :
The text was updated successfully, but these errors were encountered: