Frederick Hong

Results 56 comments of Frederick Hong

> In fact I can reproduce it on even simpler example: > > ``` > $ cat test.c > #include > > int main() { > printf("Hello!\n"); > } >...

well you sure that with the current code base of st-ai, you are able to generate `.obj` files from SV3D? btw even for `.obj` textures can be incorporated, it's just...

https://github.com/deepseek-ai/Janus/blob/main/generation_inference.py#L98 During inference, `gen_vision_model` is only used for decoding generated image tokens into image pixels. Its encoder is only used during training, of which you may find more details in...

You sure that your `torch-npu` is installed correctly? Run some `torch-npu` official examples first to ensure that the Ascend cards work in your setup. Then see what happens with the...

https://github.com/Stability-AI/generative-models/issues/326#issuecomment-2017077704