dream-textures icon indicating copy to clipboard operation
dream-textures copied to clipboard

0.0.9 image upscaler not working :(

Open HyperStudio-2020 opened this issue 2 years ago • 1 comments

Description

I get this error:

Fetching 14 files: 100%|█████████████████████████████████████████████████████████████| 14/14 [00:00<00:00, 3493.17it/s] Exception: Traceback (most recent call last): File "C:\Users\th\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\dream_textures\generator_process\actor.py", line 273, in _receive for res in iter(response): File "C:\Users\th\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\dream_textures\generator_process\actions\upscale.py", line 52, in upscale low_res_image = Image.fromarray(image) File "C:\Users\th\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\dream_textures.python_dependencies\PIL\Image.py", line 2982, in fromarray arr = obj.array_interface AttributeError: 'str' object has no attribute 'array_interface'

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "C:\Users\th\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\dream_textures\generator_process\actor.py", line 111, in run_callbacks done_callback(self) File "C:\Users\th\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\dream_textures\operators\upscale.py", line 114, in image_done tile: ImageUpscaleResult = future.result() File "C:\Users\th\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\dream_textures\generator_process\actor.py", line 58, in result raise self._exception AttributeError: 'str' object has no attribute 'array_interface'

Steps to Reproduce

  1. Enable 0.0.9 add-on
  2. Follow the steps in the add-on Dream textures window in the preferences
  3. Generate an image with the add-on
  4. Click on Upscale to 2048x2048

Expected Behavior

Get an upscaled version of the image

Addon Version

Windows (CUDA)

GPU

NVIDIA

HyperStudio-2020 avatar Dec 25 '22 17:12 HyperStudio-2020

Possible duplicate of #432

JasonHoku avatar Dec 25 '22 23:12 JasonHoku