File size: 538 Bytes
70546b5
 
 
 
 
 
 
 
 
 
a380f5c
 
 
 
70546b5
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "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"
    }
  }]
}