Can't run server

#10
by Tazeps - opened

When i try to run the web ui, it jsut seems to not run. I open a browser and put in the link for it nothing comes up.

So I also tried to run it without the server, which I'm not sure how that will work out (UI? no UI?), I get these errors.

C:\AI\taggerine>python inference_tagger_standalone.py --checkpoint tagger_proto.safetensors --vocab tagger_vocab_with_categories_and_alias_updated.json --images photo.jpg --topk 30
[Tagger] CUDA not available, falling back to CPU
Traceback (most recent call last):
File "C:\AI\taggerine\inference_tagger_standalone.py", line 719, in
main()
~~~~^^
File "C:\AI\taggerine\inference_tagger_standalone.py", line 689, in main
tagger = Tagger(
checkpoint_path=args.checkpoint,
...<2 lines>...
max_size=args.max_size,
)
File "C:\AI\taggerine\inference_tagger_standalone.py", line 506, in init
data = json.load(f)
File "C:\Users*******\AppData\Local\Python\pythoncore-3.14-64\Lib\json_init_.py", line 298, in load
return loads(fp.read(),
~~~~~~~^^
File "C:\Users******\AppData\Local\Python\pythoncore-3.14-64\Lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'charmap' codec can't decode byte 0x8d in position 1347610: character maps to

any idea why this happens ?

This is from CMD.

Sign up or log in to comment