comflowyspace icon indicating copy to clipboard operation
comflowyspace copied to clipboard

[User Feedback] There is an error in the log, but there is no error in the product

Open thinkingjimmy opened this issue 1 year ago • 3 comments

This problem is usually triggered by not using the right model, e.g. LoRA is 1.5, but Checkpoint uses sdxl.

Image

thinkingjimmy avatar Jan 17 '24 15:01 thinkingjimmy

Is there a workflow example to trigger this error?

6174 avatar Jan 21 '24 08:01 6174

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

6174 avatar Jan 21 '24 08:01 6174

A typical error case which caused by "load checkpoint model error"

Image

6174 avatar Jan 22 '24 03:01 6174