diff --git a/test_docker.sh b/test_docker.sh new file mode 100755 index 000000000..bba08b559 --- /dev/null +++ b/test_docker.sh @@ -0,0 +1,5 @@ +docker build -t comfy . + +docker run -d --gpus all comfy + + diff --git a/test_input.json b/test_input_ex.json similarity index 100% rename from test_input.json rename to test_input_ex.json