comflowyspace
comflowyspace copied to clipboard
[User Feedback] There is an error in the log, but there is no error in the product
This problem is usually triggered by not using the right model, e.g. LoRA is 1.5, but Checkpoint uses sdxl.
Is there a workflow example to trigger this error?
Already add logic to throw out to RuntimeError, you can test it on 0.0.3-alpha branch.
And I think you can provide a list of errors and explains, so I can notify user by a more comprehensive message. Such as:
1. `Runtime Error: xxxx, input weight T.shapes xxxx`: LoRA is 1.5, but your checkpoint uses sdxl
2. xxx
A typical error case which caused by "load checkpoint model error"