Results 116 comments of tintwotin

What if you use the default x: 1024 and Quality Streps around 20-25? (Its the Diffusers lib choking on something in your input settings)

The last line of the console window indicates some runtime error(in a python lib Pallaidium is using), which I have never seen before, but multiplying image could be resolution related....

No activity for 3 weeks. Closing.

@limnetik Recently, I did some improvements in the dependencies' installation code, maybe it is working better for you now?

@enzyme69 Apparently, Mac disagrees with that version of soundfile lib. I've updated Pallaidium with another one. Try that.

@enzyme69 The important line is the last line: `cannot import name 'ImageFilter' from 'PIL'` Why it fails, I don't know. The first you could do is to google something like:...

@limnetik The switch should happen automatic, however torch/cuda was used to find the available vram, which doesn't work on Mac. As I don't run Mac, I asked a chatGPT for...

Okay thank you. Feeling like I'm stumbling around in the dark here, since I have no Mac to test things on, so I'll have to rely on your feedback. Here...

Okay, this means that chatgpt do not know how to get the vram on a mac. Try this instead: https://github.com/tin2tin/Pallaidium/archive/refs/heads/main.zip Torch apparently detects mps on your computer, and tries to...

Is there something called mps on macs? If not, I can try to force it to cpu.