狂信者
精华
|
战斗力 鹅
|
回帖 0
注册时间 2014-4-3
|
022-10-19 16:00:05.824041: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX AVX2
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
2022-10-19 16:00:08.459311: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1616] Created device /job:localhost/replica:0/task:0/device:GPU:0 with 9580 MB memory: -> device: 0, name: NVIDIA GeForce RTX 3060, pci bus id: 0000:01:00.0, compute capability: 8.6
Process Process-2:
Traceback (most recent call last):
File "X:\AI\stable-diffusion-webui\python\lib\multiprocessing\process.py", line 314, in _bootstrap
self.run()
File "X:\AI\stable-diffusion-webui\python\lib\multiprocessing\process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "X:\AI\stable-diffusion-webui\modules\deepbooru.py", line 35, in deepbooru_process
model, tags = get_deepbooru_tags_model()
File "X:\AI\stable-diffusion-webui\modules\deepbooru.py", line 104, in get_deepbooru_tags_model
model = dd.project.load_model_from_project(
File "X:\AI\stable-diffusion-webui\python\lib\site-packages\deepdanbooru-1.0.0-py3.10.egg\deepdanbooru\project\project.py", line 44, in load_model_from_project
model = tf.keras.models.load_model(model_path, compile=compile_model)
File "X:\AI\stable-diffusion-webui\python\lib\site-packages\keras\utils\traceback_utils.py", line 70, in error_handler
raise e.with_traceback(filtered_tb) from None
File "h5py\_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py\_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "X:\AI\stable-diffusion-webui\python\lib\site-packages\h5py\_hl\dataset.py", line 1046, in __array__
self.read_direct(arr)
File "X:\AI\stable-diffusion-webui\python\lib\site-packages\h5py\_hl\dataset.py", line 1007, in read_direct
self.id.read(mspace, fspace, dest, dxpl=self._dxpl)
File "h5py\_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py\_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "h5py\h5d.pyx", line 192, in h5py.h5d.DatasetID.read
File "h5py\_proxy.pyx", line 112, in h5py._proxy.dset_rw
File "h5py\h5fd.pyx", line 165, in h5py.h5fd.H5FD_fileobj_read
MemoryError: bad allocation
只要一用deepdanbooru预处理图片就爆内存 折腾三天了没办法解决 3060 12G显存是不够吗。。 |
|