Uhhh... ComfyUI ?

#4
by DrYoDrYo - opened

Hi,

I am an artist. Not a programmer. I have experience in loading models into ComfyUI. This repo has me stumped. There are four .safetensors files. How do I deal with this? Please don't tell me it's a super long complicated process involving mega dependency he11.

Thank you

copy the repo and hf link then paste to claude code and ask to write code script to launch in google colab(this is free for new users online ide for ML). After that launch the code in google colab with free trial T4 GPU. If there are errors copy/paste to claude in the same chat and ask claude to improve the code. Congrats now u r "VibeCoder"!!!

Hi,

I am an artist. Not a programmer. I have experience in loading models into ComfyUI. This repo has me stumped. There are four .safetensors files. How do I deal with this? Please don't tell me it's a super long complicated process involving mega dependency he11.

Thank you

All generative models are supplied in this format without exception. You need to find or create a combined file that simply brings all of these together. There is plenty of information online on how to do this.
Usually, for Comfy, they are named as follows: "AceStep .....xl....comfy....."
https://huggingface.co/Comfy-Org/ace_step_1.5_ComfyUI_files/tree/main/split_files/diffusion_models

Sign up or log in to comment