sd: sync with master-721-8caa3f9#2284
Conversation
|
I'm hitting an assertion failure with Boogu-Image Edit:
so I've disabled its edit mode for now. Edit: I can't reproduce the crash with stable-diffusion.cpp. |
4a7f9e3 to
31e05bf
Compare
|
does it need any tensor loading hacks? |
|
Apart from the llm and mmproj redirects, I didn't need any. But I didn't try a downloaded quant; for the images above I've used q8_0 quants I've converted myself (with a simple |
31e05bf to
e7c5d6a
Compare
|
|
The current code should be able to deal with an out-of-sync ggml.
e7c5d6a to
5a45265
Compare
|
@LostRuins , I'm getting some failures in image to image mode with TAE. I think that depending on the VAE type and resolution, TAE also needs tiling to avoid OOMs. Maybe we could switch it to follow sdtiledvae with an extra multiplier (say, 2x the area)? |
|
@wbruna i thought tiling was not supported on TAE? If it's supported we can probably pass it through for larger images yes |
@LostRuins , stduhpf unified those paths some time ago. But it's not the resolution: ( Krea2 or Anima ) + i2i + Edit: upstream issue. Edit 2: I think I've found the bug; I'll send a patch later. |
|
cool thanks |


master-714-b12098f:SD_TYPE_COUNT != GGML_TYPE_COUNT, which shouldn't be needed anymore