Peter Marreck

Results 71 comments of Peter Marreck

@blahah You're right. I should not have let my frustration devolve into nonproductive ranting. Karma is a funny thing though, I'm actually dealing with what I think is a static...

During development of this, I saw some flagging behavior (things sometimes segfaulted) but I think I found a combo of arguments that (almost) never does that anymore. I used the...

That would be cool, but I'm not sure how a test suite of commandline usage wouldn't be helpful, since there is none

Encountered the exact same issue- tried to import a Stable Diffusion XL .ckpt file, got the same error. Is anyone actually at the wheel, here? You can actually get SDXL...

FWIW, the "coreml-stable-diffusion-xl-base-ios_split_einsum_compiled" model also doesn't work (perhaps because it's in some coreML-focused format that DiffusionBee doesn't recognize)

The app "Draw Things" will get you there, but this app is noticeably more Mac-like. Ah well

> But it is much slower with an RX 580 on MacOS Isn't that a 6 year old GPU that is as old as the Nvidia GTX 1080 of the...

I believe the bug I was about to report is actually this bug. I use `fd` in some test suites and I noticed a slowdown. I investigated and I found...

right, but isn't there something wrong with the "heuristics" mentioned in the manpages for not specifying the number of jobs, if simply not specifying how many threads you want it...

@matu3ba This script works over here: ``` #!/usr/bin/env bash _fdtest() { local - # scant bash docs on this but this apparently automatically resets shellopts when the function exits set...