mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-01-07 09:10:44 +01:00
6 lines
149 B
Bash
6 lines
149 B
Bash
#!/bin/bash
|
|
set -ex
|
|
|
|
echo "Running container as $USER"
|
|
python convert_2_safetensors.py --source ./models/input --dest ./models/output --allow-pickle
|