File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -222,13 +222,13 @@ Using a Network Volume allows you to store and access custom models:
222
222
2 . ** Populate the Volume** :
223
223
224
224
- Create a temporary GPU instance:
225
- - Navigate to ` Manage > Storage ` , click ` Deploy ` under the volume, and deploy any GPU instance.
226
- - Navigate to ` Manage > Pods ` . Under the new GPU instance , click ` Connect ` to open a shell (either via Jupyter notebook or SSH).
227
- - Populate the volume with your models or nodes :
225
+ - Navigate to ` Manage > Storage ` , click ` Deploy ` under the volume, and deploy any GPU or CPU instance.
226
+ - Navigate to ` Manage > Pods ` . Under the new pod , click ` Connect ` to open a shell (either via Jupyter notebook or SSH).
227
+ - Populate the volume with your models:
228
228
``` bash
229
229
cd /workspace
230
- for i in checkpoints clip clip_vision configs controlnet embeddings loras upscale_models vae custom_nodes ; do mkdir -p models/$i ; done
231
- wget -O models/checkpoints/sd_xl_turbo_1.0_fp16.safetensors https://huggingface.co/stabilityai/sdxl-turbo/blob /main/sd_xl_turbo_1.0_fp16.safetensors
230
+ for i in checkpoints clip clip_vision configs controlnet embeddings loras upscale_models vae; do mkdir -p models/$i ; done
231
+ wget -O models/checkpoints/sd_xl_turbo_1.0_fp16.safetensors https://huggingface.co/stabilityai/sdxl-turbo/resolve /main/sd_xl_turbo_1.0_fp16.safetensors
232
232
```
233
233
234
234
3. ** Delete the Temporary GPU Instance** :
You can’t perform that action at this time.
0 commit comments