summaryrefslogtreecommitdiff
path: root/neuralart.py
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-08-17 17:46:16 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-08-17 17:46:16 +0300
commit8f4ab67633231a96736da860861f35c044b30323 (patch)
treed99353e53d2c36d829a505b2c6141412e9f8a025 /neuralart.py
parent7e6c62c5ad9aace4459bc8c98fcbe561fa609983 (diff)
Changed URL to something that works.
Automatic download has been disabled and will come back when I find a persistent cloud hoster that is wget/curl friendly. Changes to be committed: modified: README.md modified: neuralart.py
Diffstat (limited to 'neuralart.py')
-rw-r--r--neuralart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/neuralart.py b/neuralart.py
index 7aab03e..349c989 100644
--- a/neuralart.py
+++ b/neuralart.py
@@ -33,7 +33,7 @@ n_instances = os.popen('ps aux | grep "python neuralart.py" | wc -l').read()
if int(n_instances) > 3: print("Woah, running 2 or more instances of neural-art at the same time?\nThis is an experimental feature as of now... try it later favorably :3")
### check if there are any weights to use, if not, download the default provided ones
-if int(os.popen('ls -l weights | wc -l').read()) == 1: os.system('wget -O "weights/vgg_conv_weights.pth" "https://m1.afileditch.ch/ajjMsHrRhnikrrCiUXgY.pth"')
+#if int(os.popen('ls -l weights | wc -l').read()) == 1: os.system('wget -O "weights/vgg_conv_weights.pth" "https://m1.afileditch.ch/ajjMsHrRhnikrrCiUXgY.pth"')
### Defining neural architecture