InvokeAI/.vscode/launch.json
2023-02-26 21:27:00 +01:00

14 lines
236 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "invokeai --web",
"type": "python",
"request": "launch",
"program": ".venv/bin/invokeai",
"args": ["--web"],
"justMyCode": true
}
]
}