You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2026. It is now read-only.
Bundling a llama.cpp implementation with the GUI would allow for prompt enhancement and enrichment functions to be made available to users. This is particularly helpful for DiT models like Flux that significantly benefit from more detailed prompts.
Nexa AI builds both llama.cpp and sd.cpp together for their SDK, although the integration is new and may still be buggy. The cmake file used for Nexa is here.
This FR is partly related to #15.
Bundling a llama.cpp implementation with the GUI would allow for prompt enhancement and enrichment functions to be made available to users. This is particularly helpful for DiT models like Flux that significantly benefit from more detailed prompts.
Nexa AI builds both llama.cpp and sd.cpp together for their SDK, although the integration is new and may still be buggy. The cmake file used for Nexa is here.