yui-futao commited on
Commit
cb343fc
·
1 Parent(s): d23bc21

Update setup_webui_yui.ipynb

Browse files
Files changed (1) hide show
  1. setup_webui_yui.ipynb +21 -0
setup_webui_yui.ipynb CHANGED
@@ -107,6 +107,17 @@
107
  "!curl -OL https://huggingface.co/datasets/yui-futao/notebooks/raw/main/ui-config.json"
108
  ]
109
  },
 
 
 
 
 
 
 
 
 
 
 
110
  {
111
  "cell_type": "code",
112
  "execution_count": null,
@@ -124,6 +135,16 @@
124
  "--skip-version-check\\\n",
125
  "--enable-insecure-extension-access"
126
  ]
 
 
 
 
 
 
 
 
 
 
127
  }
128
  ],
129
  "metadata": {
 
107
  "!curl -OL https://huggingface.co/datasets/yui-futao/notebooks/raw/main/ui-config.json"
108
  ]
109
  },
110
+ {
111
+ "cell_type": "code",
112
+ "execution_count": null,
113
+ "id": "837b2843",
114
+ "metadata": {},
115
+ "outputs": [],
116
+ "source": [
117
+ "!cd; git clone https://github.com/doHub1/dotfiles.git; cd dotfiles; bash install.sh; cd /notebooks/ #DOT\n",
118
+ "!cp /usr/share/zoneinfo/Asia/Tokyo /etc/localtime #TZ=JST"
119
+ ]
120
+ },
121
  {
122
  "cell_type": "code",
123
  "execution_count": null,
 
135
  "--skip-version-check\\\n",
136
  "--enable-insecure-extension-access"
137
  ]
138
+ },
139
+ {
140
+ "cell_type": "code",
141
+ "execution_count": null,
142
+ "id": "a9b447c8",
143
+ "metadata": {},
144
+ "outputs": [],
145
+ "source": [
146
+ "!watch -d -n 10 \"ls -lh /notebooks/stable-diffusion-webui/outputs/ |grep 2023 & du -h /notebooks/stable-diffusion-webui/outputs/ |grep 2023\""
147
+ ]
148
  }
149
  ],
150
  "metadata": {