thojmr

Results 25 comments of thojmr

I got this too when I tried a few days ago, for now you can replace that line with a static prompt until it gets fixed ```py prompt = "put...

`webdataset_path: file:` Don't forget the `file:` part if you are using local files like I did

Might be due to some LoRAs using `Conv2d 1x1` and others using `Conv2d 3x3`, but this repo only handles `1x1` from what I can see. Was it just skipping `3x3`...

Can confirm that Index controllers work. Haven't had any issues with them so far.

Oh, you also see the following warning when you are airborn "Failed to create agent because it is not close enough to the NavMesh" Not sure if it matters.

For now use the movement tool + grip to pull yourself back down. Duh!

Yea, probably a small but where it's supposed to revert to the original pregnant shape instead. If I come back to add new features in the future, I'll fix it....

Seems like a reboot fixed it. I'm able to extract now. However the results seems to be way lower than I would expect. If the original model was a 0...

I closed this not realizing I was testing with the wrong model. An extracted LoRA is still not able to match the outputs of a trained model. No matter the...