apply arch id metadata remap immediately always
This commit is contained in:
@@ -641,6 +641,10 @@ public class T2IModelHandler
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!string.IsNullOrWhiteSpace(metadata.ModelClassType))
|
||||
{
|
||||
metadata.ModelClassType = T2IModelClassSorter.Remaps.GetValueOrDefault(metadata.ModelClassType, metadata.ModelClassType);
|
||||
}
|
||||
if (metadata.TimeModified == 0)
|
||||
{
|
||||
metadata.TimeModified = modified;
|
||||
|
||||
Reference in New Issue
Block a user