ZTMIDGO / Android-Stable-diffusion-ONNX

使用Android手机的CPU推理stable diffusion
127 stars 26 forks source link

Metadata on saved outputs #17

Open BakaLee opened 9 months ago

BakaLee commented 9 months ago

Hello developer, can you please add exif features in this app to automatically save metadata to the saved output images. Like the, prompt, negative prompt, sampling method, resolution, guidance scale, steps, seed, and the model name used to generate the image.

Example of a manually added metadata tag: Screenshot_2023-09-28-20-56-28-30_e347abda5f3c62a68d70675ac35584e0

ZTMIDGO commented 9 months ago

Good suggestion. If feasible, I will try to write metadata into the image. Currently, GPU acceleration cannot be used, but I will try to use NNAPI to run https://github.com/divamgupta/stable-diffusion-tensorflow TensorFlow version of sd

BakaLee commented 9 months ago

Good suggestion. If feasible, I will try to write metadata into the image. Currently, GPU acceleration cannot be used, but I will try to use NNAPI to run https://github.com/divamgupta/stable-diffusion-tensorflow TensorFlow version of sd

You are awesome. Can't wait to try it out, hoping for a faster and better image outputs.

BakaLee commented 9 months ago

Would be also awesome if we can select a previously generate output image and import it's metadata settings. So that we can recreate image variations.