basujindal / stable-diffusion

Optimized Stable Diffusion modified to run on lower GPU VRAM
Other
3.14k stars 469 forks source link

Null Tensor exception #124

Open TimAkgayev opened 2 years ago

TimAkgayev commented 2 years ago

As installed per instructions, that exception is raised after all the processing is finished and the images are being saved. Any solutions to this?

TimAkgayev commented 2 years ago

This is the exact error - tried installing it under Linux and it's the same issue:

File "optimizedSD/optimized_txt2img.py", line 148, in get_image grid = torch.cat(all_samples, 0) NotImplementedError: There were no tensor arguments to this function (e.g., you passed an empty list of Tensors)