Vali-98 / ChatterUI

Simple frontend for LLMs built in react-native.
GNU Affero General Public License v3.0
192 stars 13 forks source link

please add a simple text2image from stable-diffusion.cpp #40

Closed Amin456789 closed 3 weeks ago

Amin456789 commented 1 month ago

hi thank u for this great app please consider add a simple text 2 image form stable-diffusion.cpp that supporst gguf files for image generation, or please make the koboldcpp to generate image too

thank u

Vali-98 commented 4 weeks ago
  1. Stable-diffusion-cpp would require writing react-native bindings which is not a small task. It's not impossible, and it may be better to use fastsdcpu instead, but its unlikely to be added.

  2. koboldcpp - It's not impossible to add this, however integrating this for multimodal use is not easily done, though I would like to see this added too.

Vali-98 commented 3 weeks ago

After some review, the integration of SD-cpp is inefficient, and may be better to integrate projects like fastsdcpu.

That said, image support for the app is planned, just not at this time or anytime soon.