Skip to content

Commit d7271bb

Browse files
committed
docs: fixed example link to download sdxl-turbo; removed nodes from network volume
1 parent a03374c commit d7271bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -222,13 +222,13 @@ Using a Network Volume allows you to store and access custom models:
222222
2. **Populate the Volume**:
223223

224224
- 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:
228228
```bash
229229
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
232232
```
233233

234234
3. **Delete the Temporary GPU Instance**:

0 commit comments

Comments
 (0)