FaceDeer

Results 13 comments of FaceDeer

I just ran into some trouble trying to override default game's spawning behaviour myself and on digging through the code found the "engine_spawn" setting. If you add engine_spawn=true to minetest.conf...

All of the sounds, textures, and so forth are only referenced in the second half of the mod's init.lua, where all the default-node-specific registration is going on. That's the part...

Yeah, I noticed those too shortly after filing this issue but figured I'd see how this stairs proposal went before going on to a grand "reorganize-_all_-the-things!" proposition. :) I agree...

Stairs wouldn't be a _hard_ dependency for the default mod, it'd be an optional one. The series of calls to the stairs.register_stair_and_slab API would be wrapped inside a "if minetest.get_modpath("stairs")"...

Yesterday I ran install.bat and then trained a Lora on a small test text, and it seemed to work fine. This issue may have been resolved by changes since it...

I just ran install.bat to get the latest, and lora training seems to be working again. I'm doing a small training run now, if it works out I'll close this...

Unfortunately, I hit [issue 1253](https://github.com/oobabooga/text-generation-webui/issues/1253) - the resulting Lora was a 1kb blank and obviously resulted in the model learning nothing. I'll close this issue anyway, though, since the specific...

The tooltip on this setting says "Warning: if you do not add watermark, you may be behaving in an unethical manner." Not only is this weirdly opinionated and judgmental, it's...

There never was. The checkbox wasn't hooked up to anything.

A lot of people aren't sure about the cause, including me. :( It seems that minetest api calls that should be returning tables are instead returning "nil", seemingly at random....