pumpkinbbyx commited on
Commit
d8b13ce
·
verified ·
1 Parent(s): 4c6c6d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -1,10 +1,14 @@
1
  📸 ComfyUI Custom Metadata Saver
 
2
  This custom node allows you to save images while stripping the internal ComfyUI workflow data and injecting custom EXIF (Camera & GPS) and Copyright information.
 
3
  📥 Installation
 
4
  Navigate to your ComfyUI/custom_nodes/ folder.
5
  Create a new folder named ComfyUI-Metadata-Saver.
6
  Create two files inside: __init__.py and metadata_saver.py (paste the provided code).
7
  Restart ComfyUI.
 
8
  ⚙️ How to Use
9
  Add Node: Double-click the canvas and search for "Save Image (Custom Metadata)".
10
  Connect: Link your final image output to this node (replace the standard "Save Image" node).
@@ -16,10 +20,12 @@ custom_author Sets the "Artist/Author" tag.
16
  camera_make e.g., Apple, Sony, Canon.
17
  camera_model e.g., iPhone 16 Pro Max.
18
  latitude / longitude Sets GPS location.
 
19
  📍 Example Presets (Miami / iPhone)
20
  To make your render look like a photo taken in Miami on a new iPhone:
21
  Camera Make: Apple
22
  Camera Model: iPhone 16 Pro Max
23
  Latitude: 25.7617
24
  Longitude: -80.1918
 
25
  ⚠️ Note: If you set strip_workflow to True, you will not be able to drag and drop the resulting image back into ComfyUI to load the workflow. The image will be "clean."
 
1
  📸 ComfyUI Custom Metadata Saver
2
+
3
  This custom node allows you to save images while stripping the internal ComfyUI workflow data and injecting custom EXIF (Camera & GPS) and Copyright information.
4
+
5
  📥 Installation
6
+
7
  Navigate to your ComfyUI/custom_nodes/ folder.
8
  Create a new folder named ComfyUI-Metadata-Saver.
9
  Create two files inside: __init__.py and metadata_saver.py (paste the provided code).
10
  Restart ComfyUI.
11
+
12
  ⚙️ How to Use
13
  Add Node: Double-click the canvas and search for "Save Image (Custom Metadata)".
14
  Connect: Link your final image output to this node (replace the standard "Save Image" node).
 
20
  camera_make e.g., Apple, Sony, Canon.
21
  camera_model e.g., iPhone 16 Pro Max.
22
  latitude / longitude Sets GPS location.
23
+
24
  📍 Example Presets (Miami / iPhone)
25
  To make your render look like a photo taken in Miami on a new iPhone:
26
  Camera Make: Apple
27
  Camera Model: iPhone 16 Pro Max
28
  Latitude: 25.7617
29
  Longitude: -80.1918
30
+
31
  ⚠️ Note: If you set strip_workflow to True, you will not be able to drag and drop the resulting image back into ComfyUI to load the workflow. The image will be "clean."