Drake53

Results 60 comments of Drake53

This issue was introduced in v5.4.5: https://github.com/Drake53/War3Net/commit/253276799bb8a918a13ab81e39b711324e106473 Enum member value 6109 was added here: https://github.com/Drake53/War3Net/commit/1dcb8bd433f17dbc01429f91d0c0f3d45546101f So it's already 'fixed', just haven't uploaded a new version yet. Still wondering if i...

Funny, I just checked when I last worked on it and the last commit is exactly 2 years ago today. Since it's so long ago I'm not really sure how...

Sorry about the lack of samples, I don't really have time to make any. I suggest you take a look at [LegacyMapBuilder](https://github.com/Drake53/War3Net/blob/7375aac9396de57bc7653da4bb155198c6c17304/src/War3Net.Build/LegacyMapBuilder.cs) Build() method as example, since it uses the...

@AzuStar Can you check if you still have this issue with v1.7.17? Maybe it was already fixed but my fork wasn't up-to-date.

This is possible in my fork: https://github.com/Drake53/CSharp.lua In my fork I allow using a .csproj file as input (related: https://github.com/yanghuan/CSharp.lua/issues/17) In the .csproj, the package references are supported. It is...

I think I also know what the other unk values mean after observing their values. unk1 -> amount of Classifier::root items (always 1) unk2 -> amount of deleted Classifier::root items...

I found that DDIM is also good for fast results (3~5 iterations), though you can't really use it as a preview because the image usually changes a lot with more...

I have a solution in my fork that keeps the model in memory between prompts: https://github.com/Drake53/stable_diffusion.openvino/commit/1862800dc4fc220dd81f1f22d6b2bf1ad36eb9b2

Seeing the exception my first thought was maybe openvino doesn't support your CPU, so I checked the requirements and it says 6th to 12th generation is supported. Yours is 6th...

It's funny when people use the code from one of the forks and then come here to ask for help. Anyways the solution is very simple, just delete the file...