dhug

Results 20 comments of dhug

Hi @patrickvonplaten, sounds cool, sure what did you have in mind?

Credit to Deforum community and more- Usage displayed here. https://colab.research.google.com/github/deforum/stable-diffusion/blob/main/Deforum_Stable_Diffusion.ipynb video explanation: https://www.youtube.com/watch?v=F1bk9OXOmow spaces example: https://huggingface.co/spaces/akhaliq/DPT-Large would be cool with textual inversion. this may be a mountain of a request.

@0x1355 Hi! potentially we can start with a 2d transformation, like perpetual outpainting in the y direction.

You're right they may not be as clean as they are now at first. from what I gathered that part of the deform code for the 3d transformation came from...

Langchain has a pretty thorough set of unit and integration tests for a very similar problem. https://github.com/hwchase17/langchain/tree/master/tests/unit_tests there are some pretty good examples for database testing too.

Hi @yk, I was wondering if you had any thoughts on the scheduling aspect. I was thinking of the backend implementation. Potentially, Celery could be used for scheduling and updating...

Hey, happy to help too. https://github.com/hwchase17/langchain is an open-source variation with a lot of activity. I can help write up a document for this as well. Don't want to issue...

@billray0259 you're welcome! happy to help. all good ideas, looking forward to it! The default model for searching through paragraphs is "multilingual-22-12" from cohere. I'll see if I can get...

@mrcabbage972 Oh cool, Thanks for sharing I'll check it out. Langchain is more of a general framework for building a LLM 'agent' or 'chain' while cohere's repo is for asking...