CharafChnioune / MFLUX-WEBUI

13 stars 5 forks source link

ollama support update #1

Closed cocktailpeanut closed 3 weeks ago

cocktailpeanut commented 3 weeks ago

ollama_enhance

  1. Enhance with ollama doesn't work unless you already have the hardcoded
  2. Enhancing should not be hidden to the user => The user wants to know which enhanced version of the original prompt is being used. Instead of automatically running it, just provide a button that the user can click to enhance
  3. The ollama settings tab toggling is too complex and can result in future bugs. The same effect can be achieved with a single line of gradio Accordion component
  4. User should be able to use whatever Ollama model they already have downloaded instead of being forced to use the hardcoded model qwen2.5:3b. Otherwise it fails.
  5. Use gr.Info and gr.Error to display status instead of using the textfield