Earlier quoted context omitted.
Are you the developer by any chance? If so, it would be helpful to state it.
I am. I thought this is obvious. My statement is objective. I would go as far as: it is the only app works at 8GiB macOS devices with SDXL-family models.
Easy Stable Diffusion XL in your device, offline
61–70 of 169 posts
Re: Easy Stable Diffusion XL in your device, offline
#62Earlier quoted context omitted.
installation/setup is dead simple. up and running in under 3 minutes: git clone https://github.com/lllyasviel/Fooocus.git cd Fooocus pip3 install -r requirements_versions.txt python3 entry_with_update.py
Let's see... > pip3: command not found Okay. I'll need to install it? What package might that be in, hmm. Moving on, I already know it's python. > /usr not writeable Guess I'll use sudo... = = = Obviously I know better than to do this, but very few people would . This is not 'dead simple'! It's only simple for Python programmers who are already familiar with the ecosystem. Now, fortunately the actual documentation do…
Additionally, some package choices depend on hardware.
In the end, a lot of the more popular projects have "one click" scripts for auto installs, and there are some for Fooocus specifically, but the issue there is its not as visible as the main repo, and not necessarily something the dev wants to endorse.
Re: Easy Stable Diffusion XL in your device, offline
#63I would highly recommend Fooocus to anyone who hasn't tried: https://github.com/lllyasviel/Fooocus There are a bajillion local SD pipelines, but this one is, by far , the one with the highest quality output out-of-the-box, with short prompts. Its remarkable. And thats because it integrates a bajillion SDXL augmentations that other UIs do not implement or enable by default. I've been using stable diffusion since 1.5 c…
Have to build it yourself on Mac, and we all know how "fun" building Python projects is
Re: Easy Stable Diffusion XL in your device, offline
#64Just installed, this is very cool. Local AI is the future I want (and what I'm working on too). A few notes using it... Pros: - seems pretty self contained - built in model installer works really well and helps you download anything from CivitAI (I installed https://civitai.com/models/183354/sdxl-ms-paint-portraits ) - image generation is high quality and stable - shows intermediate steps during generation Cons: - do…
Another con is it only works on Silicon Macs.
This could honestly be the excuse I need (want) to order an absolute beast of a macbook pro to replace my 2013 model.
Re: Easy Stable Diffusion XL in your device, offline
#65Re: Easy Stable Diffusion XL in your device, offline
#66Earlier quoted context omitted.
Currently using SDXL (through Huggingface Diffusers) on an M1 16GB Mac. Takes on average 4-5mins to generate an image. It's usable.
Good lord. I can get a 2048x2048 upscaled output from a very complex ComfyUI workflow on a 4090 in 15 seconds. This includes three IPAdapter nodes, a sampling stage, a three-stage iterative latent upscaler, and multiple ControlNets. Macs are not close to competitive for inference yet.
An M3 Ultra might be a more reasonable comparison for the 4090.
Re: Easy Stable Diffusion XL in your device, offline
#67I would highly recommend Fooocus to anyone who hasn't tried: https://github.com/lllyasviel/Fooocus There are a bajillion local SD pipelines, but this one is, by far , the one with the highest quality output out-of-the-box, with short prompts. Its remarkable. And thats because it integrates a bajillion SDXL augmentations that other UIs do not implement or enable by default. I've been using stable diffusion since 1.5 c…
Re: Easy Stable Diffusion XL in your device, offline
#68I would highly recommend Fooocus to anyone who hasn't tried: https://github.com/lllyasviel/Fooocus There are a bajillion local SD pipelines, but this one is, by far , the one with the highest quality output out-of-the-box, with short prompts. Its remarkable. And thats because it integrates a bajillion SDXL augmentations that other UIs do not implement or enable by default. I've been using stable diffusion since 1.5 c…
Re: Easy Stable Diffusion XL in your device, offline
#69Just installed, this is very cool. Local AI is the future I want (and what I'm working on too). A few notes using it... Pros: - seems pretty self contained - built in model installer works really well and helps you download anything from CivitAI (I installed https://civitai.com/models/183354/sdxl-ms-paint-portraits ) - image generation is high quality and stable - shows intermediate steps during generation Cons: - do…
Who are the competitors?
Re: Easy Stable Diffusion XL in your device, offline
#70Earlier quoted context omitted.
Looks like a complete contraption to setup and looks very unpleasant to use at first glance when compared against Noiselith. The hundreds of python scripts and having the user to touch the terminal shows why something like Noiselith should exist for normal users rather than developers or programmers. I would rather take a packaged solution that just works over a bunch of scripts requiring a terminal.
installation/setup is dead simple. up and running in under 3 minutes: git clone https://github.com/lllyasviel/Fooocus.git cd Fooocus pip3 install -r requirements_versions.txt python3 entry_with_update.py