You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for a potentially silly question, but how would I go about applying Loras and text embeddings while using the ONNX runtime? When I try to apply them currently it throws an error: ERROR LoRA load failed: file=C:\Users\CEO\Documents\AI\automatic\models\Lora\Abmayo_v3_R128.safetensors 'OnnxRawPipeline' object has no attribute 'network_layer_mapping'
and continues to give warnings every time I generate an image: WARNING LoRA file=C:\Users\CEO\Documents\AI\automatic\models\Lora\Abmayo_v3_R128.safetensors unmatched=792 matched=0
Is there any way to convert these so they could be used, or am I doing something wrong?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Sorry for a potentially silly question, but how would I go about applying Loras and text embeddings while using the ONNX runtime? When I try to apply them currently it throws an error:
ERROR LoRA load failed: file=C:\Users\CEO\Documents\AI\automatic\models\Lora\Abmayo_v3_R128.safetensors 'OnnxRawPipeline' object has no attribute 'network_layer_mapping'
and continues to give warnings every time I generate an image:
WARNING LoRA file=C:\Users\CEO\Documents\AI\automatic\models\Lora\Abmayo_v3_R128.safetensors unmatched=792 matched=0
Is there any way to convert these so they could be used, or am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions