Open PestToast opened 1 year ago
Tried running with xformers disabled, and I get a different runtime error:
RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu! (when checking argument for argument weight in method wrapper__native_group_norm)
I have the same problem but worse. My vram steadily increases as I switch ckpt until my XYZ plot gets an out of memory error.
Just a random thought of something to try:
In your Settings, Stable Diffusion section, check and see if you're caching them or not, either the checkpoints or the vae. I leave mine on 0. I had developed some memory issues awhile back with these options enabled. Maybe this will help.
As it were, I've no issue using checkpoints on my Y axis for my grid. The one issue I do have is the max size limited xyz grid imposes. Been trying to figure out how to change/delete it.
@myndxero I have them at 0 as well. I was also doing this no problem a while ago and have since changed no settings.
As it were, I've no issue using checkpoints on my Y axis for my grid. The one issue I do have is the max size limited xyz grid imposes. Been trying to figure out how to change/delete it.
Use infinity grid extension. It creates an html that you can view so size isn't an issue
I am aware of infinity grid, however, I like having a proper chart image as well for certain things. I believe I found the culprit maybe. Never noticed the setting for megapixels in the UI, must be somewhat newish maybe. Changed this and testing. I've made massively gigantic grids before, talking about a couple gigabytes big in jpg, so it was also a curiosity about being able to do something again, that I had done before.
On Wed, Mar 15, 2023 at 8:44 PM Mistborn-First-Era @.***> wrote:
@myndxero https://github.com/myndxero I have them at 0 as well. I was also doing this no problem a while ago and have since changed no settings.
As it were, I've no issue using checkpoints on my Y axis for my grid. The one issue I do have is the max size limited xyz grid imposes. Been trying to figure out how to change/delete it.
Use infinity grid extension. It creates an html that you can view so size isn't an issue
— Reply to this email directly, view it on GitHub https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/8656#issuecomment-1471151342, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2755JZ4UBLLHHNFPGBIXGLW4JV6FANCNFSM6AAAAAAV4E7KB4 . You are receiving this because you were mentioned.Message ID: @.***>
Just a random thought of something to try:
In your Settings, Stable Diffusion section, check and see if you're caching them or not, either the checkpoints or the vae. I leave mine on 0. I had developed some memory issues awhile back with these options enabled. Maybe this will help.
As it were, I've no issue using checkpoints on my Y axis for my grid. The one issue I do have is the max size limited xyz grid imposes. Been trying to figure out how to change/delete it.
Just tried this, and I'm getting the same error message: RuntimeError: Input type (torch.cuda.FloatTensor) and weight type (torch.FloatTensor) should be the same
It's frustrating, because I've definitely been able to do this in the past. It looks like it's some sort of cuda problem. Not sure how I would troubleshoot that, though.
Also, after the first error message, the rest of the models load (in the commandline) just fine, as they normally should
Is there an existing issue for this?
What happened?
When trying to use checkpoints as an axis in a grid for any axis other that "X" (or in the "X" axis with any other axes active), an error message appears and the generation preview is halted. In the console, the generation continues and eventually it is output to the webui, but the previews are stopped, which is a problem if I am making a large grid and I might notice a problem part way through that would cause me to interrupt the generation.
Steps to reproduce the problem
Generate a xyz grid with multiple checkpoints along the Y axis
What should have happened?
No error message and image previews appearing in the webui
Commit where the problem happens
a9fed7c3
What platforms do you use to access the UI ?
Windows
What browsers do you use to access the UI ?
Brave
Command Line Arguments
List of extensions
openOutpaint-webUI-extension openpose-editor posex sd-dynamic-prompts sd-webui-controlnet sd-webui-depth-lib sd-webui-model-converter sd_dreambooth_extension stable-diffusion-webui-tokenizer ultimate-upscale-for-automatic1111
Console logs
Additional information
No response