chrisrude / oobabot

A Discord bot which talks to Large Language Model AIs running on oobabooga's text-generation-webui
MIT License
98 stars 33 forks source link

text2video #64

Open ParisVA opened 11 months ago

ParisVA commented 11 months ago

I would say that I am an amateur when it comes to python, I am embarking on a journey to add text2video capabilities through auto1111 model scope for oobabot. Before I start are there any capabilities of oobabot to support a1111 extensions?

chrisrude commented 11 months ago

I haven't added anything in particular to support extensions to a1111, though it does call the exposed a1111 API for image generation already.

Where I would start is looking at the API docs a1111 exposes (probably at /docs on your current Stable Diffusion server), and seeing what extension-supporting methods exist there.

Good luck, and thanks for the help!