Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a way to include custom models in the convert script without code changes #70

Closed
ssube opened this issue Jan 22, 2023 · 0 comments
Closed
Labels
status/fixed issues that have been fixed and released type/feature new features
Milestone

Comments

@ssube
Copy link
Owner

ssube commented Jan 22, 2023

The convert script can automatically download and convert all of the necessary models, but I don't want to maintain an ever-increasing list of custom models or force people to go through a constant git stash cycle every update.

Provide a way to include a list of custom models, probably from a JSON file, in the conversion process. Something like python3 -m onnx_web.convert --diffusion --custom /data/models/custom.json. The file format would most likely match the map of models in the script already.

@ssube ssube added this to the v0.6 milestone Jan 22, 2023
@ssube ssube added status/new issues that have not been confirmed yet type/feature new features labels Jan 22, 2023
@ssube ssube added status/fixed issues that have been fixed and released and removed status/new issues that have not been confirmed yet labels Feb 2, 2023
@ssube ssube closed this as completed Feb 4, 2023
@ssube ssube mentioned this issue Feb 6, 2023
68 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/fixed issues that have been fixed and released type/feature new features
Projects
None yet
Development

No branches or pull requests

1 participant