mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: Slow loading of Loras
Co-Authored-By: StAlKeR7779 <7768370+StAlKeR7779@users.noreply.github.com>
This commit is contained in:
committed by
psychedelicious
parent
0f0336b6ef
commit
c0501ed5c2
@ -49,8 +49,6 @@ export const addLoRAsToGraph = (
|
||||
'_'
|
||||
)}`;
|
||||
|
||||
console.log(lastLoraNodeId, currentLoraNodeId, currentLoraIndex, loraField);
|
||||
|
||||
const loraLoaderNode: LoraLoaderInvocation = {
|
||||
type: 'lora_loader',
|
||||
id: currentLoraNodeId,
|
||||
|
Reference in New Issue
Block a user