deleted start.json :( #2803
Unanswered
1001celeritas
asked this question in
Q&A
Replies: 1 comment
-
start.json isn't belongs to ComfyUI itself. The proper place for handling this issue is as follows: |
Beta Was this translation helpful? Give feedback.
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello :),
I saved START. JSON by accident from the pinokio/comfiUI load page, strangely this deleted the file.
The backup I had was from a previous version of the install. ComfiUI loads but crashes now when I run a prompt.
I'd prefer not to fully reinstall over this one file. What can I do please?
Thank you
-------------------------------->
Here is the backup start.json that doesn't work... the one deleted mentioned xformers and was a bit longer...
{
"daemon": true,
"pinokiod": ">=0.1.49",
"run": [{
"method": "shell.run",
"params": {
"venv": "env",
"path": "app",
"env": { "PYTORCH_MPS_HIGH_WATERMARK_RATIO": "0.0" },
"message": "python main.py {{platform === 'darwin' ? '--force-fp16' : ''}}",
"on": [{ "event": "/http://[0-9.:]+/", "done": true }]
}
}, {
"method": "local.set",
"params": {
"url": "{{input.event[0]}}"
}
}]
}
Beta Was this translation helpful? Give feedback.
All reactions