mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-14 19:54:58 -05:00
10 lines
217 B
Python
10 lines
217 B
Python
from datetime import datetime
|
|
|
|
from invokeai.app.util.model_exclude_null import BaseModelExcludeNull
|
|
|
|
|
|
class ModelRelationship(BaseModelExcludeNull):
|
|
model_key_1: str
|
|
model_key_2: str
|
|
created_at: datetime
|