metamas

Results 11 comments of metamas

@TheYahya I'd hate to see this PR ignored because you didn't follow the contribution guidelines and include the necessary description info. Humans is a great show.

Any progress made on this? I'd love to create a bunch of React focused flashcards that have proper syntax highlighting. I already use this addon for Rust and Javascript flashcards.

I've been using this as my primary theme for a while, but I've always wished there was an additional gray variant. Light grays, not dark grays. I often want a...

I've downloaded `ComfyUI_windows_portable.zip` directly in my browser. Doing that did not experience the same issue of getting stuck part way through the download, as with what I was experience within...

After unpacking the `.zip`, it appears the `/python_embedded` directory is the brunt of this download at a whopping 5.5GB. What is in there and why is it necessary? Its sibling...

My bad about not looking at the releases page. Maybe worth mentioning that in the main README also? 🤷‍♂️ > MacOS and Linux are supported, but will need some custom...

~~Out of curiosity, is the embedded CPython always a necessary when installing StableStudio on Windows? Or is it included just in case a user doesn't already have a python interpreter...

Yeah, there's stuff going on in `main.rs` that does not work on macOS even when all of the dependencies for ComfyUI are installed and the `ComfyUI` directory from the download...

Also, using port 5000 won't work for macOS (after Monterey) when a user has AirPlay on because its default receiver port is 5000. So, currently `main.rs` just assumes that is...

@KAJdev I now have everything setup so that StableStudio launches on macOS, using the custom ComfyUI instance that comes packaged in `ComfyUI_windows_portable.zip`. There are a number of things I did...