fix(install): add download option to docker
Browse files
script/run_svgdreamer_docker.sh
CHANGED
@@ -30,7 +30,7 @@ docker run --name $CONTAINER_NAME --gpus all -it --ipc=host -v $(pwd):/workspace
|
|
30 |
python svgdreamer.py x=iconography skip_sive=False \\
|
31 |
\"prompt='an image of Batman. full body action pose, complete detailed body. white background. empty background, high quality, 4K, ultra realistic'\" \\
|
32 |
token_ind=4 x.vpsd.t_schedule='randint' \\
|
33 |
-
result_path='./logs/batman' multirun=True
|
34 |
"
|
35 |
|
36 |
echo "==== SVGDreamer execution completed! ===="
|
|
|
30 |
python svgdreamer.py x=iconography skip_sive=False \\
|
31 |
\"prompt='an image of Batman. full body action pose, complete detailed body. white background. empty background, high quality, 4K, ultra realistic'\" \\
|
32 |
token_ind=4 x.vpsd.t_schedule='randint' \\
|
33 |
+
result_path='./logs/batman' multirun=True diffuser.download=True
|
34 |
"
|
35 |
|
36 |
echo "==== SVGDreamer execution completed! ===="
|