add config.json の復元
Browse files- setup_webui_yui.ipynb +12 -3
setup_webui_yui.ipynb
CHANGED
@@ -89,12 +89,16 @@
|
|
89 |
"id": "5d7a0b98-720c-4d6f-bf51-966114128c63",
|
90 |
"metadata": {},
|
91 |
"outputs": [],
|
92 |
-
"source": [
|
|
|
|
|
|
|
|
|
93 |
}
|
94 |
],
|
95 |
"metadata": {
|
96 |
"kernelspec": {
|
97 |
-
"display_name": "Python 3
|
98 |
"language": "python",
|
99 |
"name": "python3"
|
100 |
},
|
@@ -108,7 +112,12 @@
|
|
108 |
"name": "python",
|
109 |
"nbconvert_exporter": "python",
|
110 |
"pygments_lexer": "ipython3",
|
111 |
-
"version": "3.
|
|
|
|
|
|
|
|
|
|
|
112 |
}
|
113 |
},
|
114 |
"nbformat": 4,
|
|
|
89 |
"id": "5d7a0b98-720c-4d6f-bf51-966114128c63",
|
90 |
"metadata": {},
|
91 |
"outputs": [],
|
92 |
+
"source": [
|
93 |
+
"# config.json の復元\n",
|
94 |
+
"%cd /notebooks/stable-diffusion-webui/\n",
|
95 |
+
"!wget https://huggingface.co/datasets/yui-futao/notebooks/raw/main/config.json"
|
96 |
+
]
|
97 |
}
|
98 |
],
|
99 |
"metadata": {
|
100 |
"kernelspec": {
|
101 |
+
"display_name": "Python 3",
|
102 |
"language": "python",
|
103 |
"name": "python3"
|
104 |
},
|
|
|
112 |
"name": "python",
|
113 |
"nbconvert_exporter": "python",
|
114 |
"pygments_lexer": "ipython3",
|
115 |
+
"version": "3.10.10"
|
116 |
+
},
|
117 |
+
"vscode": {
|
118 |
+
"interpreter": {
|
119 |
+
"hash": "3834a203b0427e23345e2285a24ec315196163d8a2ce1fe7c01f4ca5296d844c"
|
120 |
+
}
|
121 |
}
|
122 |
},
|
123 |
"nbformat": 4,
|