Guest User

Dream Textures Terminal output

a guest
Sep 10th, 2022
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.63 KB | Source Code | 0 0
  1. >> cuda not available, using device mps
  2. Global seed set to 2567586712
  3. >> Loading model from /Users/user/Library/Application Support/Blender/3.2/scripts/addons/dream_textures/stable_diffusion/models/ldm/stable-diffusion-v1/model.ckpt
  4. LatentDiffusion: Running in eps-prediction mode
  5. DiffusionWrapper has 859.52 M params.
  6. making attention of type 'vanilla' with 512 in_channels
  7. Working with z of shape (1, 4, 32, 32) = 4096 dimensions.
  8. making attention of type 'vanilla' with 512 in_channels
  9. Downloading: "https://github.com/DagnyT/hardnet/raw/master/pretrained/train_liberty_with_aug/checkpoint_liberty_with_aug.pth" to /Users/user/.cache/torch/hub/checkpoints/checkpoint_liberty_with_aug.pth
  10. Task exception was never retrieved
  11. future: <Task finished name='Task-1' coro=<DreamTexture.dream_texture() done, defined at /Users/user/Library/Application Support/Blender/3.2/scripts/addons/dream_textures/__init__.py:448> exception=URLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)'))>
  12. Traceback (most recent call last):
  13.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/urllib/request.py", line 1348, in do_open
  14.     h.request(req.get_method(), req.selector, req.data, headers,
  15.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/http/client.py", line 1282, in request
  16.     self._send_request(method, url, body, headers, encode_chunked)
  17.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/http/client.py", line 1328, in _send_request
  18.     self.endheaders(body, encode_chunked=encode_chunked)
  19.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/http/client.py", line 1277, in endheaders
  20.     self._send_output(message_body, encode_chunked=encode_chunked)
  21.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/http/client.py", line 1037, in _send_output
  22.     self.send(msg)
  23.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/http/client.py", line 975, in send
  24.     self.connect()
  25.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/http/client.py", line 1454, in connect
  26.     self.sock = self._context.wrap_socket(self.sock,
  27.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/ssl.py", line 512, in wrap_socket
  28.     return self.sslsocket_class._create(
  29.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/ssl.py", line 1070, in _create
  30.     self.do_handshake()
  31.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/ssl.py", line 1341, in do_handshake
  32.     self._sslobj.do_handshake()
  33. ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)
  34.  
  35. During handling of the above exception, another exception occurred:
  36.  
  37. Traceback (most recent call last):
  38.   File "/Users/user/Library/Application Support/Blender/3.2/scripts/addons/dream_textures/__init__.py", line 493, in dream_texture
  39.     t2i.load_model()
  40.   File "/Users/user/Library/Application Support/Blender/3.2/scripts/addons/dream_textures/stable_diffusion/ldm/simplet2i.py", line 592, in load_model
  41.     model = self._load_model_from_config(config, self.weights)
  42.   File "/Users/user/Library/Application Support/Blender/3.2/scripts/addons/dream_textures/stable_diffusion/ldm/simplet2i.py", line 664, in _load_model_from_config
  43.     model = instantiate_from_config(config.model)
  44.   File "/Users/user/Library/Application Support/Blender/3.2/scripts/addons/dream_textures/stable_diffusion/ldm/util.py", line 89, in instantiate_from_config
  45.     return get_obj_from_str(config['target'])(
  46.   File "/Users/user/Library/Application Support/Blender/3.2/scripts/addons/dream_textures/stable_diffusion/ldm/models/diffusion/ddpm.py", line 657, in __init__
  47.     self.instantiate_cond_stage(cond_stage_config)
  48.   File "/Users/user/Library/Application Support/Blender/3.2/scripts/addons/dream_textures/stable_diffusion/ldm/models/diffusion/ddpm.py", line 768, in instantiate_cond_stage
  49.     model = instantiate_from_config(config)
  50.   File "/Users/user/Library/Application Support/Blender/3.2/scripts/addons/dream_textures/stable_diffusion/ldm/util.py", line 89, in instantiate_from_config
  51.     return get_obj_from_str(config['target'])(
  52.   File "/Users/user/Library/Application Support/Blender/3.2/scripts/addons/dream_textures/stable_diffusion/ldm/util.py", line 99, in get_obj_from_str
  53.     return getattr(importlib.import_module(module, package=None), cls)
  54.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/importlib/__init__.py", line 126, in import_module
  55.     return _bootstrap._gcd_import(name[level:], package, level)
  56.   File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  57.   File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  58.   File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  59.   File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  60.   File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  61.   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  62.   File "/Users/user/Library/Application Support/Blender/3.2/scripts/addons/dream_textures/stable_diffusion/ldm/modules/encoders/modules.py", line 7, in <module>
  63.     import kornia
  64.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/kornia/__init__.py", line 10, in <module>
  65.     from . import (
  66.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/kornia/augmentation/__init__.py", line 43, in <module>
  67.     from .container import AugmentationSequential, ImageSequential, PatchSequential, VideoSequential
  68.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/kornia/augmentation/container/__init__.py", line 1, in <module>
  69.     from .augment import AugmentationSequential
  70.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/kornia/augmentation/container/augment.py", line 17, in <module>
  71.     from .patch import PatchSequential
  72.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/kornia/augmentation/container/patch.py", line 9, in <module>
  73.     from kornia.contrib.extract_patches import extract_tensor_patches
  74.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/kornia/contrib/__init__.py", line 4, in <module>
  75.     from .image_stitching import ImageStitcher
  76.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/kornia/contrib/image_stitching.py", line 7, in <module>
  77.     from kornia.feature import LocalFeatureMatcher, LoFTR
  78.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/kornia/feature/__init__.py", line 4, in <module>
  79.     from .integrated import (
  80.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/kornia/feature/integrated.py", line 52, in <module>
  81.     class LAFDescriptor(nn.Module):
  82.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/kornia/feature/integrated.py", line 65, in LAFDescriptor
  83.     patch_descriptor_module: nn.Module = HardNet(True),
  84.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/kornia/feature/hardnet.py", line 66, in __init__
  85.     pretrained_dict = torch.hub.load_state_dict_from_url(
  86.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/torch/hub.py", line 727, in load_state_dict_from_url
  87.     download_url_to_file(url, cached_file, hash_prefix, progress=progress)
  88.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/torch/hub.py", line 593, in download_url_to_file
  89.     u = urlopen(req)
  90.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/urllib/request.py", line 216, in urlopen
  91.     return opener.open(url, data, timeout)
  92.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/urllib/request.py", line 519, in open
  93.     response = self._open(req, data)
  94.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/urllib/request.py", line 536, in _open
  95.     result = self._call_chain(self.handle_open, protocol, protocol +
  96.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/urllib/request.py", line 496, in _call_chain
  97.     result = func(*args)
  98.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/urllib/request.py", line 1391, in https_open
  99.     return self.do_open(http.client.HTTPSConnection, req,
  100.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/urllib/request.py", line 1351, in do_open
  101.     raise URLError(err)
  102. urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)>
  103. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  104.   if(i.getName() == "MainThread" and i.is_alive() == False):
  105. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  106.   if(i.getName() == "MainThread" and i.is_alive() == False):
  107. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  108.  
Advertisement
Add Comment
Please, Sign In to add comment