Skip to content

Commit c7aebaf

Browse files
committed
start defaulting model hash info on
1 parent e77164f commit c7aebaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Settings.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ public class MetadataSection : AutoConfiguration
301301
public bool EditMetadataWriteJSON = false;
302302

303303
[ConfigComment("If true, image metadata will include a list of models with their hashes.\nThis is useful for services like civitai to automatically link models.\nThis will cause extra time to be taken when new hashes need to be loaded.")]
304-
public bool ImageMetadataIncludeModelHash = false;
304+
public bool ImageMetadataIncludeModelHash = true;
305305
}
306306

307307
/// <summary>Settings per-user.</summary>

0 commit comments

Comments
 (0)