Skip to content

bolo does not support prithivida/active_to_passive_styletransfer #1

Description

@pyongjoo

I tried the following and failed:

import bolo
result = bolo.pipeline("prithivida/active_to_passive_styletransfer", device="cpu")
print(result)

error:

(venv) yongjoo@cs-yongjoo-FKVK4JF2MY bolo % python test.py
bolo does not support prithivida/active_to_passive_styletransfer
Traceback (most recent call last):
  File "/Users/yongjoo/workspace/bolo/test.py", line 3, in <module>
    result = bolo.pipeline("prithivida/active_to_passive_styletransfer", device="cpu")
  File "/Users/yongjoo/workspace/bolo/venv/lib/python3.14/site-packages/bolo/api.py", line 297, in pipeline
    raise ValueError(f"bolo does not support {repo_id}")
ValueError: bolo does not support prithivida/active_to_passive_styletransfer

The model link: https://bolobao.ai/models/prithivida__SEP__active_to_passive_styletransfer

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions