sdxl-turbo / install.json
cocktailpeanut's picture
install up to date torch
a380f5c
raw
history blame contribute delete
No virus
538 Bytes
{
"requires": [{
"type": "conda",
"name": "ffmpeg",
"args": "-c conda-forge"
}],
"run": [{
"method": "shell.run",
"params": {
"venv": "env",
"message": [
"{{pip.install.torch}}",
"pip install -r requirements.txt"
]
}
}, {
"method": "input",
"params": {
"title": "Install Success",
"description": "Go back to the dashboard and launch the app!"
}
}, {
"method": "browser.open",
"params": {
"uri": "/?selected=sdxl turbo"
}
}]
}