John Zheng

Results 21 comments of John Zheng

Ok, I figured out what the problem was... the partition has to be normal APFS, not case-sensitive APFS...

Leaving this issue open since this is not mentioned in readme.

Telling users "API key invalid" is not a UI for them to update the key... Currently once user has set one of the 3 values in the auth page (access...

Does it happen to normal SD1.5 or SDXL workflows? or just Stable Cascade?

> > Does it happen to normal SD1.5 or SDXL workflows? or just Stable Cascade? > > This happed to SDXL and SD 1 through 2.1. see if this helps:...

> > Does it happen to normal SD1.5 or SDXL workflows? or just Stable Cascade? > > This happed to SDXL and SD 1 through 2.1. Oh just saw your...

M1 Macbook Pro, macOS 14.4, with torchvision==0.16.2, most checkpoints work, with a few exceptions. This took 100 seconds, seems normal for SDXL.

> I saw in a tweeter they said it using just 2 out of 8 experts simultaneously, so probably it will not require 300+ GB of VRAM, just 75 or...

I was able to compile from terminal like this: ``` `git clone --recursive https://github.com/OpenEmu/OpenEmu.git\ cd OpenEmu\ git submodule update --init --recursive xcodebuild -workspace OpenEmu.xcworkspace -scheme "OpenEmu" -configuration Release` ``` Replacing...