-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong format used for LyCORIS #263
Comments
The separat <lyco: prompt format was only ever in use by the third party lycoris extension. As you are probably aware, all of its functionality has since then been integrated into the normal built-in lora extension of a1111, so there isn't a meaningful distinction to be made between them anymore. The assumption on my part was that if the separate LyCORIS folder is in use it is because the extension is also still being used (and thus the <lyco: being correct), since I have no real way to check. I haven't really considered your case where you just keep it separate for organization purposes. If you want to keep it that way, I'll add an option to choose which format should be used for files in that folder. |
I've added a |
Honestly, the reason I had my LyCORIS files in a separate folder to begin with is becuase that's what I thought you had to do (why else would there be a separate folder?), and I'd assume a lot of others would be the same. Nice work with the quick fix once again |
I'm not sure if a change was made to Automatic1111 at some point, as I do not use LyCORIS files that often, but here is what I discovered today after wondering why my LyCORIS files seemed to not be working.
You probably know LyCORIS files can be saved either in the \models\Lora\ folder, or the \models\LyCORIS\ folder. Personally I think it's better to keep them separate and not all mixed up with regular Loras, so I use the dedicated folder.
if you are using the LyCORIS folder, AutoComplete will use the format: <lyco:XXX:1>. This no longer seems to work, It should instead be <lora:XXX:1>.
If you are using the \models\Lora folder, then AutoComplete correctly inserts them as <lora:XXX:1>
This is also regardless of whether you use the LyCORIS filename or its Output name found in its metadata (like what would be used when clicking a thumbnail from the Lora tab)
The text was updated successfully, but these errors were encountered: