lshqqytiger / stable-diffusion-webui-amdgpu

Stable Diffusion web UI
GNU Affero General Public License v3.0
1.68k stars 175 forks source link

[Bug]: No generation parameters when using ONNX+Olive #325

Open njsharpe opened 7 months ago

njsharpe commented 7 months ago

Is there an existing issue for this?

What happened?

When using the ONNX+Olive pipeline, no generation parameters are added as chunks to the PNG output or, if checked, saved into a separate text file based on the user's settings.

Steps to reproduce the problem

  1. Launch WebUI with --onnx --backend directml
  2. Ensure "Save text information about generation parameters as chunks to png files" and/or "Create a text file next to every image with generation parameters" is checked under Settings > Saving images/grids
  3. Generate any number of images with any model and generation parameters

What should have happened?

When inspecting the outputs folder, the text file should be present, but is not. When inspecting the image itself using any hex editor, no generation parameters are found in the EXIF chunk(s). When dragging an image into the "PNG Info" tab in the WebUI, "none" is the result shown under the parameters output, where the expected generation parameters should be.

Sysinfo

sysinfo-2023-11-29-15-33.txt

What browsers do you use to access the UI ?

Mozilla Firefox

Console logs

https://pastebin.com/vWxjdy93

Additional information

No response