We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c762265 commit 3837710Copy full SHA for 3837710
setup.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+set -e
4
+
5
pip install -r requirements.txt
6
7
mkdir -p pretrained/vqgan
0 commit comments