axodox / axodox-machinelearning

This repository contains a pure C++ ONNX implementation of multiple offline AI models, such as StableDiffusion (1.5 and XL), ControlNet, Midas, HED and OpenPose.
MIT License
605 stars 35 forks source link

custom_op_cliptok.onnx #21

Closed markhfeldman closed 1 year ago

markhfeldman commented 1 year ago

where do I find this model? Seems like it's hardcoded into TextTokenizer::TextTokenizer

axodox commented 1 year ago

Axodox.MachineLearning.Shared/Assets

markhfeldman commented 1 year ago

found it...thanks!