Scott Lahteine
Scott Lahteine
Trailing whitespace removal is 100% safe and will have zero effect on the code. You'll notice that the regex ends in a `$` which guarantees that it only replaces trailing...
Did a quick rebase from `main` and rechecked to make sure no non-text files were affected, and no "patch" files were affected.
I've just updated main using Git and running the latest, and I see Papercut and voxel_art are not currently loading. Do we need to run any update scripts to get...
Adding in my 2¢ — I would prefer to be able to use a single installation / working copy of the stable-diffusion repo (from Stability-AI) as the basis for both...
> ``` > pip install git+https://github.com/huggingface/diffusers > ``` GitHub has apparently discontinued HTTPS authentication, so watch out for that. I had to use… ``` pip install git+ssh://[email protected]/huggingface/diffusers ```
I notice the TinyBee also has the flag… ```cpp #define USES_SHARED_SPI // SPI is shared by SD card with TMC SPI drivers ``` So SPI operations can potentially affect steppers....
> Glad to inform that`s after switching from official Marlin 2.1.2 to the current MKS Marlin version (from this GitHub). Issue gone. We'll have to compare these different versions and...
Yes, but only with CPU-based generation, which takes over 3.1 seconds per generation-step on an M1 Ultra. To prepare the installation, make a local copy of ComfyUI, set up Miniconda,...
> The variable name `nr_images` can be changed back to `image_number`, as the latter seems more explanatory than the former. Ah, perhaps I misunderstand the code. Typically a variable named...
Rebased for your convenience.