MrSnichovitch

Results 26 comments of MrSnichovitch

What are your system specs? CPU/System RAM/GPU +VRAM?

Can you supply a sample prompt you're attempting to use? If you're not using the `--diffusion-fa` option, it might be necessary as it seems to be with Vulkan and ROCm,...

@stduhpf You're very right... you shouldn't expect miracles. But you should at least be able to get viable clips from it, which is what my particular example clip did. It...

> How you able to use the wan 2.1 1.3B fp16 model with utm5xxl q5_0 I have 10gb ram with 8gb free u tried wab 2.1 1 3B Q8 and...

The VAE process is really that VRAM heavy. Try changing the resolution to ` -W 360 -H 640` and see if you get a valid result. Check out #868 for...

I'm afraid I misread parts of your first post and didn't realize you were using the Vulkan backend on Windows. Definitely a mistake on my part; my apologies! I'm currently...

Okay... So I've pulled down [master-348-8f6c5c2](https://github.com/leejet/stable-diffusion.cpp/releases/tag/master-348-8f6c5c2) and compiled the Vulkan version. Testing results on my end are the same as they were with master-330: OOM failure at the VAE stage...

I believe this is due to IM2COL_3D not being implemented for Metal in GGML yet, similar to what was mentioned in #822 . I'm not sure if it's being worked...

You should note that I barely know what I'm doing here, so I'm hoping someone with more programming experience can chime in. Can MacOS use Vulkan? I thought Metal was...

@evcharger : Are you running a build with today's source code (master-306-2abe945)? I just tested Vulkan built with it using wan2.1_t2v_1.3B_fp16.safetensors and it's working as expected.