arcusmaximus
arcusmaximus
Aha, didn't know baking worked for this (I assumed it was only for physics simulations). That makes for a nice and easy workaround for animations too then - thanks for...
Perhaps related, I get the impression that IStyleProvider.GetStyleProperty() has the wrong declaration in that the `value` parameter should probably be either `ref` or `out` in order to be usable. It...
Sorry, but no. YTSubConverter is purely a converter, not an editor. In addition, the majority of the subtitle effects that can be achieved with the SRV3 format don't work on...
I see - I misunderstood then. I'll reopen the ticket for now, but I'm not yet sure if and when I'll create an Android version, as I've never developed for...
I investigated the format for another Cyberworks game and wrote my own unpacker/repacker: https://github.com/arcusmaximus/CSystemTools Licensed it as MIT, so if the code works for you, feel free to do whatever...
> to my knowledge, Cyberworks games don't have an index.dat file. The "index.dat" in the command line description is just a placeholder for the .dat file containing the file index...
The Regional Prompter addon *partially* works in Forge. Specifically, it starts failing with SDXL at "high" resolutions, which makes me suspect some kind of Forge-specific memory optimization kicks in that...
Yes, I saw that. I should clarify that the tests I mentioned were done with Attention mode, not Latent mode - so, there are more problems than what's been discussed...
The 1711.tlg and 1717.tlg are not present as loose files inside the .xp3s. Instead, they're entries inside the .pimg files, which can usually be found in the "uipsd" folder of...
For A1111 there's the [Regional Prompter](https://github.com/hako-mikan/sd-webui-regional-prompter) extension whose [region specification by prompt](https://github.com/hako-mikan/sd-webui-regional-prompter/blob/main/prompt_en.md) feature can be used for the same goal (preventing color bleeding) but with a completely different approach. Given...