zenafey
zenafey
This error says that i have not enough memory, but i dont know why but he trying to use D disk instead C(D is about 500mb) and i think its...
tried this code: ```py from imaginepy import Imagine import random imagine = Imagine() image = imagine.sdprem(prompt="bird") rand = random.randint(1, 10000000000) path = f"./images/_{rand}.jpeg" with open(path, mode="wb") as img_file: img_file.write(image) ```...
instead of BIG images(for small usage) use small images and make then rounded example: How it is looks rn:  How it can be: 