Spaces:
Running
Running
Upload fooocus_colab.ipynb
#10
by
sulthanalhmiry
- opened
- fooocus_colab.ipynb +35 -0
fooocus_colab.ipynb
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cells": [
|
3 |
+
{
|
4 |
+
"cell_type": "code",
|
5 |
+
"execution_count": null,
|
6 |
+
"metadata": {
|
7 |
+
"id": "VjYy0F2gZIPR"
|
8 |
+
},
|
9 |
+
"outputs": [],
|
10 |
+
"source": [
|
11 |
+
"!pip install pygit2==1.15.1\n",
|
12 |
+
"%cd /content\n",
|
13 |
+
"!git clone https://github.com/lllyasviel/Fooocus.git\n",
|
14 |
+
"%cd /content/Fooocus\n",
|
15 |
+
"!python entry_with_update.py --share --always-high-vram\n"
|
16 |
+
]
|
17 |
+
}
|
18 |
+
],
|
19 |
+
"metadata": {
|
20 |
+
"accelerator": "GPU",
|
21 |
+
"colab": {
|
22 |
+
"gpuType": "T4",
|
23 |
+
"provenance": []
|
24 |
+
},
|
25 |
+
"kernelspec": {
|
26 |
+
"display_name": "Python 3",
|
27 |
+
"name": "python3"
|
28 |
+
},
|
29 |
+
"language_info": {
|
30 |
+
"name": "python"
|
31 |
+
}
|
32 |
+
},
|
33 |
+
"nbformat": 4,
|
34 |
+
"nbformat_minor": 0
|
35 |
+
}
|