Instructions to use UmeAiRT/ComfyUI-Auto-Installer-Assets with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use UmeAiRT/ComfyUI-Auto-Installer-Assets with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("UmeAiRT/ComfyUI-Auto-Installer-Assets", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
UmeAiRT-Update-ComfyUI.bat doesn't work
#17
by crusonic - opened
[ERROR] Failed to download the bootstrap script. Check connection/URL.
Press any key to continue . . .
and to try manual, I found this page
https://github.com/UmeAiRT/ComfyUI-Auto_installer-PS
it says 404 not found
is something changed?
Hello,
I'm currently shadowbanned by GitHub. Apparently, I didn't give any indication that I was a human developer. They've probably updated their bot detection system, but by the time a human gets around to reviewing my ticket, everything is blocked and there's not much I can do...
So, should I wait until the ban is lifted before attempting the update?
Or, since the project has been terminated as is, should I use a different comfyui?
UmeAiRT changed discussion status to closed