Spaces:
Running
When I duplicate this space privately, it gives me "Build error", can you PLEASE fix it, thanks.
For now I submitted PR for this issue.
https://huggingface.co/spaces/freyza/AICoverGen_Mod/discussions/11
these folders like text_encoder, clip, vae and
These are file formats for Diffusers, not for ComfyUI. (Though it seems possible to use them from ComfyUI...)
If you want to use an image generation model from ComfyUI, it's better to look for standalone safetensors files.
these folders like text_encoder, clip, vae and
These are file formats for Diffusers, not for ComfyUI. (Though it seems possible to use them from ComfyUI...)
If you want to use an image generation model from ComfyUI, it's better to look for standalone safetensors files.
do i use them in stable difusion ui ?
do i use them in stable difusion ui ?
for single standalone safetensors file, yes.
SD A1111 WebUI series assume format same as ComfyUI's.
how would i use all the folders instead of a single .safetensor because sometimes i only find the models with them looking like that which doesnt work on comfy ui so i cant use them
Hmm... Use this custom node? https://github.com/Limitex/ComfyUI-Diffusers or converter https://github.com/huggingface/diffusers/blob/main/scripts/convert_diffusers_to_original_sdxl.py ?
I'm not ComfyUI user, so idk basically...
