Stephen Karl Larroque
Stephen Karl Larroque
Yes the free_workflow.json can be dropped in ComfyUI and it runs offline. The secret sauce is in the ControlNet: https://huggingface.co/copybaiter/ControlNet/blob/main/control_v11f1e_sd15_tile.safetensors The rest can be changed to other models, and the...
I hastily added instructions on how I did it in my fork, and I also updated the workflow to work with the latest version of ComfyUI and with a SD1.5-Hyper...
> In fact, in RAGFlow system , `User Setting-Model Providers-Xinference` not only supports models deployed by Xinference, but also any OpenAI-API-compatible model. So you can use any OpenAI-API-compatible model by...
I was also going to suggest Meta's fasttext model, seems like a match made in heaven with NLLB, fasttext was made from the same corpus and hence supports as many...
Thank you for your suggestion and for providing a py module for this purpose, this is a good idea. I should implement this alonside a pyinstaller binary for Windows. Furthermore...
@iansinnott Could you push the fix? Your extension is incredible, and the ability to export and import the db opens very interesting possibilities such as cross-devices synchronization using external script....
Awesome @iansinnott , thank you so much for your incredible work! About the import/export crashing with big files, isn't it possible to do an iterative import/export to reduce RAM consumption?...
The ability to interact with the db directly is an incredibly good idea! Thank you so much for your work on this!
Please add support for reranker models. Also I would like to suggest support for this one, which in my tests works better for long documents with data overshadowing LLM's training...
@Cajuga thank you so much for your suggestions! [FTTF](https://github.com/iansinnott/full-text-tabs-forever) seems to be exactly what I was looking for, and it's even better than Falcon as it can export and re-import...