Danilo Guanabara
Danilo Guanabara
OK! The lack of `Space` impl for these types makes it harder to create generic code. When is the next release scheduled?
I am working around this locally by replacing the test command with `sleep 5 && yarn ...`. I might push it if I don't find any better solution
This can be really annoying for newcomers. I might include the workaround in the template asap
An important note is that `[test] startup_wait = 5000` is supposed to fix that, but it doesn't have any effect
This is done
Is failing to import due to a scalar input in ConstantOfShape https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/vae_decoder/model.onnx ```rust ERROR burn_import::logger: PANIC => panicked at C:\Users\Danilo\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\onnx-ir-0.18.0\src\node\constant_of_shape.rs:34:18: ConstantOfShape node must have a Tensor with a non-empty static...
https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/vae_encoder/model.onnx Failing to load with ``` Slice: steps other than 1 are not supported ``` step is `-1`
I will check what exactly -1 step means. If it inverts the slice or if it simply changes the index relative position/orientation
How are you testing it? `bolt test` is running the previous world program.
I'm using the installer on Windows and it isn't clear anymore how to access the API, since the entrypoint is ComfyUI.exe