ACE-Step spaces down with runtime error #410
lhxmailbox-ai
started this conversation in
General
Replies: 0 comments
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.
-
do update again after you got it fixed?
runtime error
Exit code: 1. Reason:
[notice] A new release of pip is available: 26.0.1 -> 26.1
[notice] To update, run: pip install --upgrade pip
Traceback (most recent call last):
File "/home/user/app/app.py", line 45, in
main(args)
File "/home/user/app/app.py", line 26, in main
model_demo = ACEStepPipeline(
File "/home/user/app/pipeline_ace_step.py", line 99, in init
ensure_directory_exists(checkpoint_dir)
File "/home/user/app/pipeline_ace_step.py", line 75, in ensure_directory_exists
os.makedirs(directory)
File "/usr/local/lib/python3.10/os.py", line 215, in makedirs
makedirs(head, exist_ok=exist_ok)
File "/usr/local/lib/python3.10/os.py", line 225, in makedirs
mkdir(name, mode)
PermissionError: [Errno 13] Permission denied: '/data'
Container logs:
Failed to retrieve error logs: SSE is not enabled
Beta Was this translation helpful? Give feedback.
All reactions