TheDudeFromCI

Results 69 comments of TheDudeFromCI

Wildcard states can be a bit tricky, such as transitioning to itself or leaving a state too early, but I like the idea. Currently, this behavior can be kind of...

> Quick question on this, one of the things I have with my bot is it occasionally gets killed by mobs, I do have a fight mob state but Creepers...

@nicholasjackson Oh thank you very much. I checked out a few of your videos and subbed,

Built-in entity filters should be depreciated.

It might be good to have a config that allows for the developer to specify priority weights.

> > It might be good to have a config that allows for the developer to specify priority weights. > > we could do that, or we could use .sort...

Clarifying, I think the common sorting functions should be exported in addition to the ability for the user to create their own.

> > > > It might be good to have a config that allows for the developer to specify priority weights. > > > > > > > > >...

I've found this error to be thrown when using `Math.max`. Commenting that line out allows it to solve.

I am also having an issue with `SDXL ClipTextEncoders` crashing with `RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu!`...