Nevysha / Cozy-Nest

A collection of tweak to improve Auto1111 UI//UX
Other
382 stars 17 forks source link

Cozy Image Browser - Some images broken, some with "Error parsing metadata" #116

Closed mocmocmoc closed 1 year ago

mocmocmoc commented 1 year ago

unAvqpf 1

Untitled-221

d9FSUAS 1

Nevysha commented 1 year ago

Those images are in a different folder that the others ? (it shoulds work anyway but the process to get them might be bugged). Can you please give me the "src" attribute of one of the bugged image and one which is not ?

mocmocmoc commented 1 year ago

Same default folder. All images that have "DPM++ SDE Karras" in the filename is broken. It is fixed when I rename "DPM++ SDE" to "DPM SDE"

--

Broken image <img class="cozy-nest-thumbnail" src="http://127.0.0.1:7860/cozy-nest/image?path=C:\AI\A1111 Web UI Autoinstaller\stable-diffusion-webui\outputs\txt2img-images\4060802519-341657225_DPM++ SDE Karras_STP20_CFG4.png" alt="image">

Working image <img class="cozy-nest-thumbnail" src="http://127.0.0.1:7860/cozy-nest/image?path=C:\AI\A1111 Web UI Autoinstaller\stable-diffusion-webui\outputs\txt2img-images\4060802518-3103144235_Euler a_STP20_CFG3.png" alt="image">

Fixed when rename/remove "++" from filename <img class="cozy-nest-thumbnail" src="http://127.0.0.1:7860/cozy-nest/image?path=C:\AI\A1111 Web UI Autoinstaller\stable-diffusion-webui\outputs\txt2img-images\4060802519-341657225_DPM SDE Karras_STP20_CFG4.png" alt="image">

Nevysha commented 1 year ago

Okay I got it, I'll look for a fix. Thanks

Nevysha commented 1 year ago

It should be fixed now !

mocmocmoc commented 1 year ago

It should be fixed now !

Holy cow you're fast. Yup fixed.