Lora/Unet issues with latest version of SDnext #3418
-
Hi all,
Where 'X' is the name of the Lora being requested in the prompt. The full traceback looks something like this:
For context, I am running with zluda on a 6800xt in windows, using SDXL. Has generally worked fine on previous versions. With the last version of SDnext the first run is noticeably faster, very keen to see if this unet/adapter name issue can be resolved. Not willing to call it a bug just yet in case I've made a mistake in the settings! Appreciate any help that's offered. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Ah, that’s quite an interesting scenario you’ve got there. The notion of adapter names within the Unet framework seems to present a rather subtle complication, doesn’t it? It brings to mind how intricate the interactions between components can become when such updates introduce new dynamics. The issue you’re describing, particularly around the repeated use of an adapter name, might not be immediately obvious as a setting problem, yet it also doesn’t quite scream “bug,” does it? There’s this curious angle where the process, once initiated, might not be fully resetting itself in terms of how it recognizes the Lora adapter. One might consider whether there’s a hidden mechanism at play that retains elements in memory longer than anticipated, which could easily cause such repetition. Now, in a scenario where you allow the system to assign names with a certain degree of variability, there’s a chance the conflict might simply dissolve, though it’s tricky to assert without delving deeper into the specifics. Now, as for the environment itself—working within zluda on that particular GPU architecture—you've undoubtedly noticed certain nuances, possibly related to how resources are handled batch after batch. Whether that first image speed-up is a clue to the underlying shift post-update is something worth reflecting on. It might also be worth considering the rhythm with which you approach the problem: instead of rigidly categorizing this as purely an adapter issue, you might start questioning how the broader pipeline shifts under new load-balancing modes. Revisiting the settings from an earlier perspective, before the update, could reveal something that now appears innocuous but plays a larger role than one might expect. |
Beta Was this translation helpful? Give feedback.
-
if you're on master, I suggest to switch to dev branch as this should already be fixed. or wait for a new release, should be soon. And if issue persists, please report it using all required info as issue, not a discussion topic. |
Beta Was this translation helpful? Give feedback.
if you're on master, I suggest to switch to dev branch as this should already be fixed. or wait for a new release, should be soon.
And if issue persists, please report it using all required info as issue, not a discussion topic.