Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

doesn't run win11 latest py

bruhhhhhhhh you gotta be kidding me


Can you send a screenshot or tell me what happens please?

(1 edit)

It was just open and closing.

I got it to run.

Then froze at generation.

Then generated over 100% -xx seconds. Nothing really seems to have happened though.

It also says

fluidsynth: error: no MIDI in devices found

!There seems so be no Cuda (GPU) on your device.. Generation may take a minute

The attention mask and the pad token id were not set. As a consequence, you may observe unexpected behavior. Please pass your input's `attention_mask` to obtain reliable results.

Setting `pad_token_id` to `eos_token_id`:50256 for open-end generation.

('Bad header in MIDI file.', b'\xff\xfb\x90d')

This error occurs because you are trying to open a midi 0 file, which is (currently) unsupported. You need to convert the file first to midi 1 in order for it to work. I would recommend opening it in https://signal.vercel.app/edit then saving it via file > save and it should automatically convert it, so you should be able to open the new file then.

ohh ok. Generation probably did not freeze but if you don't have a gpu it will take like forever to generate (5 minutes probably for large model), which is longer than the duration of the demo. after 3 minutes the demo will close out. if you still want to still try the demo i would recommend going with a smaller model like the medium or small model.

That is a bit strange though for the fluidsynth error... Are you able to hear the notes when you play?