-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Feature] Add IP option in local inference #29
Comments
Hi, that sounds like a really good idea, that could integrate well with the plugin. Unfortunately I don't have much time to develop something like this at the moment (maybe in a couple of weeks I could take a stab at it). I'd definitely be open to pull requests for this, though. Probably the best way would be to have
and then don't do any of the |
Hi! Thanks for your reply! I've added a setting to write a URL, and I could connect to my server. Unfortunately, as the generatelatex function uses an image filepath string, my server can't find the image. I don't know how to figure this out; maybe adding sftp://hostname could work for me, but even then it would be too specific. |
Thanks for trying this out! It looks like |
Buenas otra vez, Lucas :) I can't compile the .proto in neither Python nor TypeScript. I will read the protobuf docs, and maybe I find out how. For now, if I try to compile it myself, I end up with import issues in both Python Server side and building the Obsidian Plugin. For the .proto, the change is small |
I have a fedora "server" with a NVidia GPU, and I use it for some stuff, like Obsidian Sync, Discord bots, etc.
I'd love the option to run latex-ocr-server in my server and connect to my server IP instead of running it locally in my work laptop (which is not really powerful). So, instead of giving it the python path for running the server and connecting to it, you would give the IP to connect.
Thank you! :)
The text was updated successfully, but these errors were encountered: