You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running your Text-guided Image translation script python main.py -p "Black Leopard" -s "Lion" -i "input_example/lion1.jpg" --output_path "./outputs/output_leopard" --use_range_restart --use_noise_aug_all --regularize_content unfortunately it gives an error.
Traceback
result = func(*args)
File "/home2/coremax/anaconda3/envs/DiffuseIT/lib/python3.9/urllib/request.py", line 1389, in https_open
return self.do_open(http.client.HTTPSConnection, req,
File "/home2/coremax/anaconda3/envs/DiffuseIT/lib/python3.9/urllib/request.py", line 1349, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 101] Network is unreachable>
The text was updated successfully, but these errors were encountered:
Dear @cyclomon
I am running your Text-guided Image translation script
python main.py -p "Black Leopard" -s "Lion" -i "input_example/lion1.jpg" --output_path "./outputs/output_leopard" --use_range_restart --use_noise_aug_all --regularize_content
unfortunately it gives an error.Traceback
The text was updated successfully, but these errors were encountered: