Trojaner / text-generation-webui-stable_diffusion

Integrate image generation capabilities to text-generation-webui using Stable Diffusion.
Other
51 stars 5 forks source link

Suggestion: History based generation #12

Closed TheInvisibleMage closed 3 months ago

TheInvisibleMage commented 6 months ago

The Concept

A new mode wherein the past history of the conversation is summarized and used to inform the SD prompt. The process would be approximately as follows:

In theory, this would allow the images to reflect the chat history, causing images to follow the flow of the conversation.

Potential Issues

Trojaner commented 6 months ago

Sounds good to me, will add to the TODO list but have it disabled by default as it will tremendously slow down generation speed. I think existing images can be replaced with the image description it already generated.

MysticDaedra commented 6 months ago

I think this is what I thought this extension did, create images based on text generation history. I'm assuming that is not the case? What would the benefit be to use this extension vs just using regular SD.Next?

Trojaner commented 3 months ago

This is now implemented with the new "tool" generation mode, see https://github.com/Trojaner/text-generation-webui-stable_diffusion/releases/tag/1.6.1