mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fix Colab requirements (again) (#1505)
This commit is contained in:
parent
19e2cff18c
commit
dba0280790
@ -74,8 +74,8 @@
|
|||||||
"#@title 3. Install dependencies\n",
|
"#@title 3. Install dependencies\n",
|
||||||
"import gc\n",
|
"import gc\n",
|
||||||
"\n",
|
"\n",
|
||||||
"!wget https://raw.githubusercontent.com/invoke-ai/InvokeAI/development/environments-and-requirements/requirements.txt\n",
|
"!wget https://raw.githubusercontent.com/invoke-ai/InvokeAI/development/environments-and-requirements/requirements-base.txt\n",
|
||||||
"!wget https://raw.githubusercontent.com/invoke-ai/InvokeAI/development/environments-and-requirements/requirements-lin-win-colab-CUDA.txt\n",
|
"!wget https://raw.githubusercontent.com/invoke-ai/InvokeAI/development/environments-and-requirements/requirements-win-colab-cuda.txt\n",
|
||||||
"!pip install colab-xterm\n",
|
"!pip install colab-xterm\n",
|
||||||
"!pip install -r requirements-lin-win-colab-CUDA.txt\n",
|
"!pip install -r requirements-lin-win-colab-CUDA.txt\n",
|
||||||
"!pip install clean-fid torchtext\n",
|
"!pip install clean-fid torchtext\n",
|
||||||
@ -262,17 +262,17 @@
|
|||||||
},
|
},
|
||||||
"gpuClass": "standard",
|
"gpuClass": "standard",
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
"display_name": "Python 3.10.4 64-bit",
|
"display_name": "Python 3.9.12 64-bit",
|
||||||
"language": "python",
|
"language": "python",
|
||||||
"name": "python3"
|
"name": "python3"
|
||||||
},
|
},
|
||||||
"language_info": {
|
"language_info": {
|
||||||
"name": "python",
|
"name": "python",
|
||||||
"version": "3.10.4"
|
"version": "3.9.12"
|
||||||
},
|
},
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"interpreter": {
|
"interpreter": {
|
||||||
"hash": "3ad933181bd8a04b432d3370b9dc3b0662ad032c4dfaa4e4f1596c548f763858"
|
"hash": "4e870c5c5fe42db7e2c5647ae5af656ff3391bf8c2b729cbf7fa0e16ca8cb5af"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user