Skip to content

[Bug]: Could not find a version that satisfies the requirement torch==2.0.0a0 on --use-ipex #16890

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
3 of 6 tasks
picarica opened this issue Mar 12, 2025 · 2 comments
Open
3 of 6 tasks
Labels
bug-report Report of a bug, yet to be confirmed

Comments

@picarica
Copy link

Checklist

  • The issue exists after disabling all extensions
  • The issue exists on a clean installation of webui
  • The issue is caused by an extension, but I believe it is caused by a bug in the webui
  • The issue exists in the current version of the webui
  • The issue has not been reported before recently
  • The issue has been reported before but has not been fixed yet

What happened?

when launching webui with python3.10 i get torch cannot be install when usng --use-ipex option, why is that? i dont see that option even in documentation, i only found out about ipex is here
#13853

Steps to reproduce the problem

  1. install
  2. try with --use-ipex

What should have happened?

WORK

What browsers do you use to access the UI ?

Other

Sysinfo

cant

Console logs

./webui.sh --use-ipex

################################################################
Install script for stable-diffusion + Web UI
Tested on Debian 11 (Bullseye), Fedora 34+ and openSUSE Leap 15.4 or newer.
################################################################

################################################################
Running on picarica user
################################################################

################################################################
Clone stable-diffusion-webui
################################################################
Cloning into 'stable-diffusion-webui'...
remote: Enumerating objects: 34945, done.
remote: Counting objects: 100% (26/26), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 34945 (delta 18), reused 10 (delta 10), pack-reused 34919 (from 3)
Receiving objects: 100% (34945/34945), 35.48 MiB | 40.60 MiB/s, done.
Resolving deltas: 100% (24389/24389), done.

################################################################
python venv already activate or run without venv: /home/picarica/git/stable-diffusion-webui-1.10.1/venv
################################################################

################################################################
Launching launch.py...
################################################################
glibc version is 2.40
Check TCMalloc: libtcmalloc_minimal.so.4
libtcmalloc_minimal.so.4 is linked with libc.so,execute LD_PRELOAD=/usr/lib64/libtcmalloc_minimal.so.4
Python 3.10.16 (main, Dec 18 2024, 15:03:22) [GCC 14.2.1 20241116]
Version: v1.10.1
Commit hash: 82a973c04367123ae98bd9abdf80d9eda9b910e2
Installing torch and torchvision
Looking in indexes: https://pypi.org/simple, https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
ERROR: Could not find a version that satisfies the requirement torch==2.0.0a0 (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0a0+git6c9b55e, 1.13.0a0+gitb1dde16, 1.13.0, 1.13.1, 2.0.0, 2.0.1a0+cxx11.abi, 2.0.1, 2.1.0a0+cxx11.abi, 2.1.0, 2.1.0.post0+cxx11.abi, 2.1.0.post2+cxx11.abi, 2.1.0.post3+cxx11.abi, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.3.1+cxx11.abi, 2.4.0, 2.4.1, 2.5.0, 2.5.1, 2.5.1+cxx11.abi, 2.6.0)
ERROR: No matching distribution found for torch==2.0.0a0
Traceback (most recent call last):
  File "/home/picarica/git/stable-diffusion-webui-1.10.1/stable-diffusion-webui/launch.py", line 48, in <module>
    main()
  File "/home/picarica/git/stable-diffusion-webui-1.10.1/stable-diffusion-webui/launch.py", line 39, in main
    prepare_environment()
  File "/home/picarica/git/stable-diffusion-webui-1.10.1/stable-diffusion-webui/modules/launch_utils.py", line 381, in prepare_environment
    run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch", live=True)
  File "/home/picarica/git/stable-diffusion-webui-1.10.1/stable-diffusion-webui/modules/launch_utils.py", line 116, in run
    raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't install torch.
Command: "/home/picarica/git/stable-diffusion-webui-1.10.1/venv/bin/python3.10" -m pip install torch==2.0.0a0 intel-extension-for-pytorch==2.0.110+gitba7f6c1 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
Error code: 1

Additional information

No response

@picarica picarica added the bug-report Report of a bug, yet to be confirmed label Mar 12, 2025
@picarica
Copy link
Author

tried renaming fbroken link versions

  •        torch_command = os.environ.get('TORCH_COMMAND', f"pip install torch==2.0.0a0 intel-extension-for-pytorch==2.0.110+gitba7f6c1 --extra-index-url {torch_index_url}")
    
  •        torch_command = os.environ.get('TORCH_COMMAND', f"pip install torch==2.1.0 intel-extension-for-pytorch==2.1.10 --extra-index-url {torch_index_url}")^M
    
    requirements_file = os.environ.get('REQS_FILE', "requirements_versions.txt")
    requirements_file_for_npu = os.environ.get('REQS_FILE_FOR_NPU', "requirements_npu.txt")

but still doeesnt work


$ ./webui.sh --use-ipex

################################################################
Install script for stable-diffusion + Web UI
Tested on Debian 11 (Bullseye), Fedora 34+ and openSUSE Leap 15.4 or newer.
################################################################

################################################################
Running on picarica user
################################################################

################################################################
python venv already activate or run without venv: /home/picarica/git/stable-diffusion-webui-1.7.0-RC/venv
################################################################

################################################################
Launching launch.py...
################################################################
Using TCMalloc: libtcmalloc_minimal.so.4
Python 3.10.16 (main, Dec 18 2024, 15:03:22) [GCC 14.2.1 20241116]
Version: v1.10.1
Commit hash: 82a973c04367123ae98bd9abdf80d9eda9b910e2
Installing open_clip
Cloning assets into /home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/repositories/stable-diffusion-webui-assets...
Cloning into '/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/repositories/stable-diffusion-webui-assets'...
remote: Enumerating objects: 20, done.
remote: Counting objects: 100% (20/20), done.
remote: Compressing objects: 100% (18/18), done.
remote: Total 20 (delta 0), reused 20 (delta 0), pack-reused 0 (from 0)
Receiving objects: 100% (20/20), 132.70 KiB | 2.07 MiB/s, done.
Cloning Stable Diffusion into /home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/repositories/stable-diffusion-stability-ai...
Cloning into '/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/repositories/stable-diffusion-stability-ai'...
remote: Enumerating objects: 580, done.
remote: Counting objects: 100% (2/2), done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 580 (delta 0), reused 0 (delta 0), pack-reused 578 (from 3)
Receiving objects: 100% (580/580), 73.44 MiB | 45.91 MiB/s, done.
Resolving deltas: 100% (281/281), done.
Cloning Stable Diffusion XL into /home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/repositories/generative-models...
Cloning into '/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/repositories/generative-models'...
remote: Enumerating objects: 1064, done.
remote: Counting objects: 100% (483/483), done.
remote: Compressing objects: 100% (126/126), done.
remote: Total 1064 (delta 380), reused 357 (delta 357), pack-reused 581 (from 1)
Receiving objects: 100% (1064/1064), 53.60 MiB | 40.44 MiB/s, done.
Resolving deltas: 100% (562/562), done.
Cloning K-diffusion into /home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/repositories/k-diffusion...
Cloning into '/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/repositories/k-diffusion'...
remote: Enumerating objects: 1350, done.
remote: Counting objects: 100% (1350/1350), done.
remote: Compressing objects: 100% (444/444), done.
remote: Total 1350 (delta 951), reused 1254 (delta 899), pack-reused 0 (from 0)
Receiving objects: 100% (1350/1350), 233.36 KiB | 3.65 MiB/s, done.
Resolving deltas: 100% (951/951), done.
Cloning BLIP into /home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/repositories/BLIP...
Cloning into '/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/repositories/BLIP'...
remote: Enumerating objects: 277, done.
remote: Counting objects: 100% (183/183), done.
remote: Compressing objects: 100% (46/46), done.
remote: Total 277 (delta 145), reused 137 (delta 137), pack-reused 94 (from 1)
Receiving objects: 100% (277/277), 7.04 MiB | 30.40 MiB/s, done.
Resolving deltas: 100% (152/152), done.
Installing requirements
Launching Web UI with arguments: --use-ipex
/home/picarica/git/stable-diffusion-webui-1.7.0-RC/venv/lib/python3.10/site-packages/timm/models/layers/__init__.py:48: FutureWarning: Importing from timm.models.layers is deprecated, please import via timm.layers
  warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
no module 'xformers'. Processing without...
no module 'xformers'. Processing without...
No module 'xformers'. Proceeding without it.
Warning: caught exception 'Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx', memory monitor disabled
Downloading: "https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.safetensors" to /home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/models/Stable-diffusion/v1-5-pruned-emaonly.safetensors

100%|████████████████████████████████████████████████████████████████████████████████████████████████████████| 3.97G/3.97G [01:11<00:00, 60.0MB/s]
Calculating sha256 for /home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/models/Stable-diffusion/v1-5-pruned-emaonly.safetensors: Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 119.9s (prepare environment: 42.0s, import torch: 3.0s, import gradio: 0.5s, setup paths: 0.7s, initialize shared: 0.1s, other imports: 0.3s, list SD models: 72.3s, load scripts: 0.3s, create ui: 0.3s, gradio launch: 0.3s).
6ce0161689b3853acaa03779ec93eafe75a02f4ced659bee03f50797806fa2fa
Loading weights [6ce0161689] from /home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/models/Stable-diffusion/v1-5-pruned-emaonly.safetensors
Creating model from config: /home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/configs/v1-inference.yaml
/home/picarica/git/stable-diffusion-webui-1.7.0-RC/venv/lib/python3.10/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
  warnings.warn(
Loading weights [6ce0161689] from /home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/models/Stable-diffusion/v1-5-pruned-emaonly.safetensors
Creating model from config: /home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/configs/v1-inference.yaml
Applying attention optimization: InvokeAI... done.
loading stable diffusion model: RuntimeError
Traceback (most recent call last):
  File "/usr/lib/python3.10/threading.py", line 973, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.10/threading.py", line 953, in run
    self._target(*self._args, **self._kwargs)
  File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/initialize.py", line 149, in load_model
    shared.sd_model  # noqa: B018
  File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/shared_items.py", line 175, in sd_model
    return modules.sd_models.model_data.get_sd_model()
  File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/sd_models.py", line 693, in get_sd_model
    load_model()
  File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/sd_models.py", line 868, in load_model
    with devices.autocast(), torch.no_grad():
  File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/devices.py", line 228, in autocast
    if has_xpu() or has_mps() or cuda_no_autocast():
  File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/devices.py", line 28, in cuda_no_autocast
    device_id = get_cuda_device_id()
  File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/devices.py", line 40, in get_cuda_device_id
    ) or torch.cuda.current_device()
  File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/venv/lib/python3.10/site-packages/torch/cuda/__init__.py", line 971, in current_device
    _lazy_init()
  File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/venv/lib/python3.10/site-packages/torch/cuda/__init__.py", line 319, in _lazy_init
    torch._C._cuda_init()
RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx


Stable diffusion model failed to load
changing setting sd_model_checkpoint to v1-5-pruned-emaonly.safetensors: RuntimeError
Traceback (most recent call last):
  File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/options.py", line 165, in set
    option.onchange()
  File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/call_queue.py", line 14, in f
    res = func(*args, **kwargs)
  File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/initialize_util.py", line 181, in <lambda>
    shared.opts.onchange("sd_model_checkpoint", wrap_queued_call(lambda: sd_models.reload_model_weights()), call=False)
  File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/sd_models.py", line 977, in reload_model_weights
    load_model(checkpoint_info, already_loaded_state_dict=state_dict)
  File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/sd_models.py", line 845, in load_model
    load_model_weights(sd_model, checkpoint_info, state_dict, timer)
  File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/sd_models.py", line 440, in load_model_weights
    model.load_state_dict(state_dict, strict=False)
  File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/sd_disable_initialization.py", line 223, in <lambda>
    module_load_state_dict = self.replace(torch.nn.Module, 'load_state_dict', lambda *args, **kwargs: load_state_dict(module_load_state_dict, *args, **kwargs))
  File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/sd_disable_initialization.py", line 221, in load_state_dict
    original(module, state_dict, strict=strict)
  File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/sd_disable_initialization.py", line 223, in <lambda>
    module_load_state_dict = self.replace(torch.nn.Module, 'load_state_dict', lambda *args, **kwargs: load_state_dict(module_load_state_dict, *args, **kwargs))
  File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/sd_disable_initialization.py", line 221, in load_state_dict
    original(module, state_dict, strict=strict)
  File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/venv/lib/python3.10/site-packages/torch/nn/modules/module.py", line 2581, in load_state_dict
    raise RuntimeError(
RuntimeError: Error(s) in loading state_dict for LatentDiffusion:
	While copying the parameter named "model.diffusion_model.input_blocks.8.0.in_layers.0.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.input_blocks.8.0.in_layers.0.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.input_blocks.8.0.out_layers.0.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.input_blocks.8.0.out_layers.0.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.input_blocks.8.1.norm.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.input_blocks.8.1.norm.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.input_blocks.8.1.transformer_blocks.0.norm1.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.input_blocks.8.1.transformer_blocks.0.norm1.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.input_blocks.8.1.transformer_blocks.0.norm2.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.input_blocks.8.1.transformer_blocks.0.norm2.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.input_blocks.8.1.transformer_blocks.0.norm3.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.input_blocks.8.1.transformer_blocks.0.norm3.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.input_blocks.10.0.in_layers.0.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.input_blocks.10.0.in_layers.0.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.input_blocks.10.0.out_layers.0.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.input_blocks.10.0.out_layers.0.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.input_blocks.11.0.in_layers.0.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.input_blocks.11.0.in_layers.0.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.input_blocks.11.0.out_layers.0.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.input_blocks.11.0.out_layers.0.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.middle_block.0.in_layers.0.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.middle_block.0.in_layers.0.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.middle_block.0.out_layers.0.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.middle_block.0.out_layers.0.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.middle_block.1.norm.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.middle_block.1.norm.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.middle_block.1.transformer_blocks.0.norm1.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.middle_block.1.transformer_blocks.0.norm1.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.middle_block.1.transformer_blocks.0.norm2.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.middle_block.1.transformer_blocks.0.norm2.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.middle_block.1.transformer_blocks.0.norm3.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.middle_block.1.transformer_blocks.0.norm3.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.middle_block.2.in_layers.0.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.middle_block.2.in_layers.0.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.middle_block.2.out_layers.0.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.middle_block.2.out_layers.0.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.0.0.in_layers.0.weight", whose dimensions in the model are torch.Size([2560]) and whose dimensions in the checkpoint are torch.Size([2560]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.0.0.in_layers.0.bias", whose dimensions in the model are torch.Size([2560]) and whose dimensions in the checkpoint are torch.Size([2560]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.0.0.out_layers.0.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.0.0.out_layers.0.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.1.0.in_layers.0.weight", whose dimensions in the model are torch.Size([2560]) and whose dimensions in the checkpoint are torch.Size([2560]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.1.0.in_layers.0.bias", whose dimensions in the model are torch.Size([2560]) and whose dimensions in the checkpoint are torch.Size([2560]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.1.0.out_layers.0.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.1.0.out_layers.0.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.2.0.in_layers.0.weight", whose dimensions in the model are torch.Size([2560]) and whose dimensions in the checkpoint are torch.Size([2560]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.2.0.in_layers.0.bias", whose dimensions in the model are torch.Size([2560]) and whose dimensions in the checkpoint are torch.Size([2560]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.2.0.out_layers.0.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.2.0.out_layers.0.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.3.0.in_layers.0.weight", whose dimensions in the model are torch.Size([2560]) and whose dimensions in the checkpoint are torch.Size([2560]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.3.0.in_layers.0.bias", whose dimensions in the model are torch.Size([2560]) and whose dimensions in the checkpoint are torch.Size([2560]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.3.0.out_layers.0.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.3.0.out_layers.0.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.3.1.norm.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.3.1.norm.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.3.1.transformer_blocks.0.norm1.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.3.1.transformer_blocks.0.norm1.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.3.1.transformer_blocks.0.norm2.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.3.1.transformer_blocks.0.norm2.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.3.1.transformer_blocks.0.norm3.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.3.1.transformer_blocks.0.norm3.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.4.0.in_layers.0.weight", whose dimensions in the model are torch.Size([2560]) and whose dimensions in the checkpoint are torch.Size([2560]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.4.0.in_layers.0.bias", whose dimensions in the model are torch.Size([2560]) and whose dimensions in the checkpoint are torch.Size([2560]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.4.0.out_layers.0.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.4.0.out_layers.0.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.4.1.norm.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.4.1.norm.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.4.1.transformer_blocks.0.norm1.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.4.1.transformer_blocks.0.norm1.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.4.1.transformer_blocks.0.norm2.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.4.1.transformer_blocks.0.norm2.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.4.1.transformer_blocks.0.norm3.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.4.1.transformer_blocks.0.norm3.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.5.0.in_layers.0.weight", whose dimensions in the model are torch.Size([1920]) and whose dimensions in the checkpoint are torch.Size([1920]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.5.0.in_layers.0.bias", whose dimensions in the model are torch.Size([1920]) and whose dimensions in the checkpoint are torch.Size([1920]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.5.0.out_layers.0.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.5.0.out_layers.0.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.5.1.norm.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.5.1.norm.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.5.1.transformer_blocks.0.norm1.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.5.1.transformer_blocks.0.norm1.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.5.1.transformer_blocks.0.norm2.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.5.1.transformer_blocks.0.norm2.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.5.1.transformer_blocks.0.norm3.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.5.1.transformer_blocks.0.norm3.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.6.0.in_layers.0.weight", whose dimensions in the model are torch.Size([1920]) and whose dimensions in the checkpoint are torch.Size([1920]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.6.0.in_layers.0.bias", whose dimensions in the model are torch.Size([1920]) and whose dimensions in the checkpoint are torch.Size([1920]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.6.0.out_layers.0.weight", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.6.0.out_layers.0.bias", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.6.1.norm.weight", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.6.1.norm.bias", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.6.1.transformer_blocks.0.norm1.weight", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.6.1.transformer_blocks.0.norm1.bias", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.6.1.transformer_blocks.0.norm2.weight", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.6.1.transformer_blocks.0.norm2.bias", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.6.1.transformer_blocks.0.norm3.weight", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.6.1.transformer_blocks.0.norm3.bias", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.7.0.in_layers.0.weight", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.7.0.in_layers.0.bias", whose dimensions in the model are torch.Size([1280]) and whose dimensions in the checkpoint are torch.Size([1280]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.7.0.out_layers.0.weight", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.7.0.out_layers.0.bias", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.7.1.norm.weight", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.7.1.norm.bias", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.7.1.transformer_blocks.0.norm1.weight", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.7.1.transformer_blocks.0.norm1.bias", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.7.1.transformer_blocks.0.norm2.weight", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.7.1.transformer_blocks.0.norm2.bias", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.7.1.transformer_blocks.0.norm3.weight", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.7.1.transformer_blocks.0.norm3.bias", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.8.0.in_layers.0.weight", whose dimensions in the model are torch.Size([960]) and whose dimensions in the checkpoint are torch.Size([960]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.8.0.in_layers.0.bias", whose dimensions in the model are torch.Size([960]) and whose dimensions in the checkpoint are torch.Size([960]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.8.0.out_layers.0.weight", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.8.0.out_layers.0.bias", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.8.1.norm.weight", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.8.1.norm.bias", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.8.1.transformer_blocks.0.norm1.weight", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.8.1.transformer_blocks.0.norm1.bias", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.8.1.transformer_blocks.0.norm2.weight", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.8.1.transformer_blocks.0.norm2.bias", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.8.1.transformer_blocks.0.norm3.weight", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.8.1.transformer_blocks.0.norm3.bias", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.9.0.in_layers.0.weight", whose dimensions in the model are torch.Size([960]) and whose dimensions in the checkpoint are torch.Size([960]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.9.0.in_layers.0.bias", whose dimensions in the model are torch.Size([960]) and whose dimensions in the checkpoint are torch.Size([960]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.9.0.out_layers.0.weight", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.9.0.out_layers.0.bias", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.9.1.norm.weight", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.9.1.norm.bias", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.9.1.transformer_blocks.0.norm1.weight", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.9.1.transformer_blocks.0.norm1.bias", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.9.1.transformer_blocks.0.norm2.weight", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.9.1.transformer_blocks.0.norm2.bias", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.9.1.transformer_blocks.0.norm3.weight", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.9.1.transformer_blocks.0.norm3.bias", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.10.0.in_layers.0.weight", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.10.0.in_layers.0.bias", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.10.0.out_layers.0.weight", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.10.0.out_layers.0.bias", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.10.1.norm.weight", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.10.1.norm.bias", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.10.1.transformer_blocks.0.norm1.weight", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.10.1.transformer_blocks.0.norm1.bias", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.10.1.transformer_blocks.0.norm2.weight", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.10.1.transformer_blocks.0.norm2.bias", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.10.1.transformer_blocks.0.norm3.weight", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.10.1.transformer_blocks.0.norm3.bias", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.11.0.in_layers.0.weight", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.11.0.in_layers.0.bias", whose dimensions in the model are torch.Size([640]) and whose dimensions in the checkpoint are torch.Size([640]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.11.0.out_layers.0.weight", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.11.0.out_layers.0.bias", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.11.1.norm.weight", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.11.1.norm.bias", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.11.1.transformer_blocks.0.norm1.weight", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.11.1.transformer_blocks.0.norm1.bias", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.11.1.transformer_blocks.0.norm2.weight", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.11.1.transformer_blocks.0.norm2.bias", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.11.1.transformer_blocks.0.norm3.weight", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.output_blocks.11.1.transformer_blocks.0.norm3.bias", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.out.0.weight", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "model.diffusion_model.out.0.bias", whose dimensions in the model are torch.Size([320]) and whose dimensions in the checkpoint are torch.Size([320]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.0.block.0.norm1.weight", whose dimensions in the model are torch.Size([128]) and whose dimensions in the checkpoint are torch.Size([128]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.0.block.0.norm1.bias", whose dimensions in the model are torch.Size([128]) and whose dimensions in the checkpoint are torch.Size([128]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.0.block.0.norm2.weight", whose dimensions in the model are torch.Size([128]) and whose dimensions in the checkpoint are torch.Size([128]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.0.block.0.norm2.bias", whose dimensions in the model are torch.Size([128]) and whose dimensions in the checkpoint are torch.Size([128]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.0.block.1.norm1.weight", whose dimensions in the model are torch.Size([128]) and whose dimensions in the checkpoint are torch.Size([128]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.0.block.1.norm1.bias", whose dimensions in the model are torch.Size([128]) and whose dimensions in the checkpoint are torch.Size([128]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.0.block.1.norm2.weight", whose dimensions in the model are torch.Size([128]) and whose dimensions in the checkpoint are torch.Size([128]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.0.block.1.norm2.bias", whose dimensions in the model are torch.Size([128]) and whose dimensions in the checkpoint are torch.Size([128]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.1.block.0.norm1.weight", whose dimensions in the model are torch.Size([128]) and whose dimensions in the checkpoint are torch.Size([128]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.1.block.0.norm1.bias", whose dimensions in the model are torch.Size([128]) and whose dimensions in the checkpoint are torch.Size([128]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.1.block.0.norm2.weight", whose dimensions in the model are torch.Size([256]) and whose dimensions in the checkpoint are torch.Size([256]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.1.block.0.norm2.bias", whose dimensions in the model are torch.Size([256]) and whose dimensions in the checkpoint are torch.Size([256]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.1.block.1.norm1.weight", whose dimensions in the model are torch.Size([256]) and whose dimensions in the checkpoint are torch.Size([256]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.1.block.1.norm1.bias", whose dimensions in the model are torch.Size([256]) and whose dimensions in the checkpoint are torch.Size([256]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.1.block.1.norm2.weight", whose dimensions in the model are torch.Size([256]) and whose dimensions in the checkpoint are torch.Size([256]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.1.block.1.norm2.bias", whose dimensions in the model are torch.Size([256]) and whose dimensions in the checkpoint are torch.Size([256]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.2.block.0.norm1.weight", whose dimensions in the model are torch.Size([256]) and whose dimensions in the checkpoint are torch.Size([256]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.2.block.0.norm1.bias", whose dimensions in the model are torch.Size([256]) and whose dimensions in the checkpoint are torch.Size([256]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.2.block.0.norm2.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.2.block.0.norm2.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.2.block.1.norm1.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.2.block.1.norm1.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.2.block.1.norm2.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.2.block.1.norm2.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.3.block.0.norm1.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.3.block.0.norm1.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.3.block.0.norm2.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.3.block.0.norm2.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.3.block.1.norm1.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.3.block.1.norm1.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.3.block.1.norm2.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.down.3.block.1.norm2.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.mid.block_1.norm1.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.mid.block_1.norm1.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.mid.block_1.norm2.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.mid.block_1.norm2.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.mid.attn_1.norm.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.mid.attn_1.norm.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.mid.block_2.norm1.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.mid.block_2.norm1.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.mid.block_2.norm2.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.mid.block_2.norm2.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.norm_out.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.encoder.norm_out.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.mid.block_1.norm1.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.mid.block_1.norm1.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.mid.block_1.norm2.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.mid.block_1.norm2.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.mid.attn_1.norm.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.mid.attn_1.norm.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.mid.block_2.norm1.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.mid.block_2.norm1.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.mid.block_2.norm2.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.mid.block_2.norm2.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.0.block.0.norm1.weight", whose dimensions in the model are torch.Size([256]) and whose dimensions in the checkpoint are torch.Size([256]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.0.block.0.norm1.bias", whose dimensions in the model are torch.Size([256]) and whose dimensions in the checkpoint are torch.Size([256]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.0.block.0.norm2.weight", whose dimensions in the model are torch.Size([128]) and whose dimensions in the checkpoint are torch.Size([128]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.0.block.0.norm2.bias", whose dimensions in the model are torch.Size([128]) and whose dimensions in the checkpoint are torch.Size([128]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.0.block.1.norm1.weight", whose dimensions in the model are torch.Size([128]) and whose dimensions in the checkpoint are torch.Size([128]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.0.block.1.norm1.bias", whose dimensions in the model are torch.Size([128]) and whose dimensions in the checkpoint are torch.Size([128]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.0.block.1.norm2.weight", whose dimensions in the model are torch.Size([128]) and whose dimensions in the checkpoint are torch.Size([128]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.0.block.1.norm2.bias", whose dimensions in the model are torch.Size([128]) and whose dimensions in the checkpoint are torch.Size([128]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.0.block.2.norm1.weight", whose dimensions in the model are torch.Size([128]) and whose dimensions in the checkpoint are torch.Size([128]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.0.block.2.norm1.bias", whose dimensions in the model are torch.Size([128]) and whose dimensions in the checkpoint are torch.Size([128]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.0.block.2.norm2.weight", whose dimensions in the model are torch.Size([128]) and whose dimensions in the checkpoint are torch.Size([128]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.0.block.2.norm2.bias", whose dimensions in the model are torch.Size([128]) and whose dimensions in the checkpoint are torch.Size([128]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.1.block.0.norm1.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.1.block.0.norm1.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.1.block.0.norm2.weight", whose dimensions in the model are torch.Size([256]) and whose dimensions in the checkpoint are torch.Size([256]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.1.block.0.norm2.bias", whose dimensions in the model are torch.Size([256]) and whose dimensions in the checkpoint are torch.Size([256]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.1.block.1.norm1.weight", whose dimensions in the model are torch.Size([256]) and whose dimensions in the checkpoint are torch.Size([256]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.1.block.1.norm1.bias", whose dimensions in the model are torch.Size([256]) and whose dimensions in the checkpoint are torch.Size([256]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.1.block.1.norm2.weight", whose dimensions in the model are torch.Size([256]) and whose dimensions in the checkpoint are torch.Size([256]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.1.block.1.norm2.bias", whose dimensions in the model are torch.Size([256]) and whose dimensions in the checkpoint are torch.Size([256]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.1.block.2.norm1.weight", whose dimensions in the model are torch.Size([256]) and whose dimensions in the checkpoint are torch.Size([256]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.1.block.2.norm1.bias", whose dimensions in the model are torch.Size([256]) and whose dimensions in the checkpoint are torch.Size([256]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.1.block.2.norm2.weight", whose dimensions in the model are torch.Size([256]) and whose dimensions in the checkpoint are torch.Size([256]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.1.block.2.norm2.bias", whose dimensions in the model are torch.Size([256]) and whose dimensions in the checkpoint are torch.Size([256]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.2.block.0.norm1.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.2.block.0.norm1.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.2.block.0.norm2.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.2.block.0.norm2.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.2.block.1.norm1.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.2.block.1.norm1.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.2.block.1.norm2.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.2.block.1.norm2.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.2.block.2.norm1.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.2.block.2.norm1.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.2.block.2.norm2.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.2.block.2.norm2.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.3.block.0.norm1.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.3.block.0.norm1.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.3.block.0.norm2.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.3.block.0.norm2.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.3.block.1.norm1.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.3.block.1.norm1.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.3.block.1.norm2.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.3.block.1.norm2.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.3.block.2.norm1.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.3.block.2.norm1.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.3.block.2.norm2.weight", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.up.3.block.2.norm2.bias", whose dimensions in the model are torch.Size([512]) and whose dimensions in the checkpoint are torch.Size([512]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.norm_out.weight", whose dimensions in the model are torch.Size([128]) and whose dimensions in the checkpoint are torch.Size([128]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "first_stage_model.decoder.norm_out.bias", whose dimensions in the model are torch.Size([128]) and whose dimensions in the checkpoint are torch.Size([128]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.embeddings.position_ids", whose dimensions in the model are torch.Size([1, 77]) and whose dimensions in the checkpoint are torch.Size([1, 77]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.embeddings.token_embedding.weight", whose dimensions in the model are torch.Size([49408, 768]) and whose dimensions in the checkpoint are torch.Size([49408, 768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.embeddings.position_embedding.weight", whose dimensions in the model are torch.Size([77, 768]) and whose dimensions in the checkpoint are torch.Size([77, 768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.0.layer_norm1.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.0.layer_norm1.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.0.layer_norm2.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.0.layer_norm2.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.1.layer_norm1.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.1.layer_norm1.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.1.layer_norm2.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.1.layer_norm2.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.2.layer_norm1.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.2.layer_norm1.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.2.layer_norm2.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.2.layer_norm2.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.3.layer_norm1.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.3.layer_norm1.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.3.layer_norm2.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.3.layer_norm2.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.4.layer_norm1.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.4.layer_norm1.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.4.layer_norm2.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.4.layer_norm2.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.5.layer_norm1.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.5.layer_norm1.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.5.layer_norm2.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.5.layer_norm2.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.6.layer_norm1.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.6.layer_norm1.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.6.layer_norm2.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.6.layer_norm2.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.7.layer_norm1.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.7.layer_norm1.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.7.layer_norm2.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.7.layer_norm2.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.8.layer_norm1.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.8.layer_norm1.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.8.layer_norm2.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.8.layer_norm2.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.9.layer_norm1.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.9.layer_norm1.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.9.layer_norm2.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.9.layer_norm2.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.10.layer_norm1.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.10.layer_norm1.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.10.layer_norm2.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.10.layer_norm2.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.11.layer_norm1.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.11.layer_norm1.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.11.layer_norm2.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.encoder.layers.11.layer_norm2.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.final_layer_norm.weight", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).
	While copying the parameter named "cond_stage_model.transformer.text_model.final_layer_norm.bias", whose dimensions in the model are torch.Size([768]) and whose dimensions in the checkpoint are torch.Size([768]), an exception occurred : ('Cannot copy out of meta tensor; no data!',).

Using already loaded model v1-5-pruned-emaonly.safetensors [6ce0161689]: done in 0.0s
*** Error completing request
*** Arguments: ('task(j9egb4adhyrywz0)', <gradio.routes.Request object at 0x792d6e8bcd00>, 'smal little girlyu dancing aaay', '', [], 1, 1, 7, 512, 512, False, 0.7, 2, 'Latent', 0, 0, 0, 'Use same checkpoint', 'Use same sampler', 'Use same scheduler', '', '', [], 0, 20, 'DPM++ 2M', 'Automatic', False, '', 0.8, -1, False, -1, 0, 0, 0, False, False, 'positive', 'comma', 0, False, False, 'start', '', 1, '', [], 0, '', [], 0, '', [], True, False, False, False, False, False, False, 0, False) {}
    Traceback (most recent call last):
      File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/call_queue.py", line 74, in f
        res = list(func(*args, **kwargs))
      File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/call_queue.py", line 53, in f
        res = func(*args, **kwargs)
      File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/call_queue.py", line 37, in f
        res = func(*args, **kwargs)
      File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/txt2img.py", line 109, in txt2img
        processed = processing.process_images(p)
      File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/processing.py", line 847, in process_images
        res = process_images_inner(p)
      File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/processing.py", line 920, in process_images_inner
        with devices.autocast():
      File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/devices.py", line 228, in autocast
        if has_xpu() or has_mps() or cuda_no_autocast():
      File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/devices.py", line 28, in cuda_no_autocast
        device_id = get_cuda_device_id()
      File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/stable-diffusion-webui/modules/devices.py", line 40, in get_cuda_device_id
        ) or torch.cuda.current_device()
      File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/venv/lib/python3.10/site-packages/torch/cuda/__init__.py", line 971, in current_device
        _lazy_init()
      File "/home/picarica/git/stable-diffusion-webui-1.7.0-RC/venv/lib/python3.10/site-packages/torch/cuda/__init__.py", line 319, in _lazy_init
        torch._C._cuda_init()
    RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx

---
^CInterrupted with signal 2 in <frame at 0x5923c2036250, file '/usr/lib/python3.10/threading.py', line 324, code wait>


@picarica
Copy link
Author

this issue still presists

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-report Report of a bug, yet to be confirmed
Projects
None yet
Development

No branches or pull requests

1 participant