How to use XL models in Standalone version on Windows? #1140
Unanswered
RealTekHousE
asked this question in
Q&A
Replies: 2 comments
|
Did you try Hugging Face CLI to download the model in the checkpoint folder?For example: hf download ACE-Step/acestep-v15-xl-turbo |
0 replies
|
I discovered that the Windows gradio stand alone version seems to be hardcoded to a certain release version so mine was never updating either. I used ChatGPT to fix it. Also note that the python subdirectory has a spelling mistake which also causes some issues. It says "Embeded" but the scripts use "Embedded". I just changed the spelling of the subdirectory to "Embedded" and the scripts ran ok. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am at a loss. I saw the 'refresh' button in the UI on Gradio. Put my XL models from comfyui into this folder : D:\Ace Step\checkpoints
Used the refresh button, nothing changes. Obviously I have done this incorrectly, but I see no documentation about XL models in the standalone version.
Please help.
All reactions