-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
as this works directly in comfy as picture you introduced ? #1
Comments
You need to download the diffusers model which is a whole folder (includes vae, text encoder, transformer, scheduler, tokenizer). I have updated the code for automatic download of model, just choose the model from the model_path dropdown of the nodes. ("Efficient-Large-Model/Sana_600M_512px_diffusers" for example) |
i don't want any "auto download" , where to put https://huggingface.co/Efficient-Large-Model/Sana_1600M_1024px_diffusers/tree/main that directory as whole one should placed where inside comfy ? |
In ComfyUI/models/diffusers create a new directory and place all folders and the model_index.json file inside that new directory. |
I placed the whole diffusers folder (includes vae, text encoder, transformer, scheduler, tokenizer) from the following link Still getting the following error Also, the automatic download feature is not working... Any tips would be appreciated |
what about gemma !? isn't this require gemma 2.2 ? where to place them if yes ?! |
asking if there any other required vae ? or it just will work and not downloading any other than sana model .pth ?
The text was updated successfully, but these errors were encountered: