Fix Imaginate flicker during generation (#891)

Fix imaginate flicker

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
0HyperCube
2022-12-21 10:09:01 +00:00
committed by Keavon Chambers
parent d374e400ed
commit 80d39c2be7
2 changed files with 0 additions and 91 deletions

View File

@@ -233,22 +233,6 @@ impl MessageHandler<PortfolioMessage, (&InputPreprocessorMessageHandler, &Prefer
);
}
if status == graph_craft::imaginate_input::ImaginateStatus::Generating {
responses.push_back(
PortfolioMessage::DocumentPassMessage {
document_id,
message: NodeGraphMessage::SetQualifiedInputValue {
layer_path: layer_path.clone(),
node_path: node_path.clone(),
input_index: get("Cached Data"),
value: TaggedValue::RcImage(None),
}
.into(),
}
.into(),
);
}
responses.push_back(
PortfolioMessage::DocumentPassMessage {
document_id,