diff --git a/ui/media/js/main.js b/ui/media/js/main.js
index c29850c2..fad67ab4 100644
--- a/ui/media/js/main.js
+++ b/ui/media/js/main.js
@@ -1039,15 +1039,18 @@ function onTaskCompleted(task, reqBody, instance, outputContainer, stepUpdate) {
Suggestions:
Try to use a different model or a different LORA.`
- } else if (msg.includes("Tensor on device cuda:0 is not on the expected device meta")) {
+ } else if (msg.includes("'ModuleList' object has no attribute '1'")) {
msg += `
- Reason: Due to some software issues, embeddings currently don't work with the "Low" memory profile.
+ Reason: SDXL models need a yaml config file.
Suggestions:
- 1. Set the memory profile to "Balanced"
- 2. Remove the embeddings from the prompt and the negative prompt
- 3. Check whether the plugins you're using change the memory profile automatically.`
+
StepUpdate: ${JSON.stringify(stepUpdate, undefined, 4)}`