mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Remove references to model_records service, change submodel property on ModelInfo to submodel_type to support new params in model manager
This commit is contained in:
committed by
psychedelicious
parent
b0835db47d
commit
35e8a33dfd
@ -1627,7 +1627,7 @@ payload=dict(
|
||||
queue_batch_id=queue_batch_id,
|
||||
graph_execution_state_id=graph_execution_state_id,
|
||||
model_key=model_key,
|
||||
submodel=submodel,
|
||||
submodel_type=submodel,
|
||||
hash=model_info.hash,
|
||||
location=str(model_info.location),
|
||||
precision=str(model_info.precision),
|
||||
|
Reference in New Issue
Block a user