Tangshitao / MVDiffusion

MVDiffusion: Enabling Holistic Multi-view Image Generation with Correspondence-Aware Diffusion, NeurIPS 2023 (spotlight)
447 stars 21 forks source link

Read stable diffusion format prompts from PNGs #41

Closed bananaman1983 closed 6 months ago

bananaman1983 commented 6 months ago

Thought it would be convenient when generating panoramas with images made by stable diffusion. Added prompt lookup when referencing PNG with embedded stable diffusion prompts.

Prerequisites>

  1. EXIFtool is needed for EXIF parsing. Acquire the latest version from their official homepage. Also Path enviroment variable should be added for the EXIFtool to be accessible via command prompt shell/terminal
  2. Pyexiftool package is required as a wrapper. Install via pip install pyexiftool.
  3. modified output path. results are saved under './outputs/result--YYMMDD-TIME' directory