Results 3 issues of 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: ![image](https://github.com/Tech-in-Schools-Inititaitive/pixio-community-lite-edition/assets/118455214/b2bd9bbf-3d5e-43d6-86bf-b5fc10cf3550) How it can be: ![image](https://github.com/Tech-in-Schools-Inititaitive/pixio-community-lite-edition/assets/118455214/0eeeb27c-5a07-49ab-8942-2d83a6804fdb)