Add Llama-3.2-3B-Fluxed model to server models#1509
Add Llama-3.2-3B-Fluxed model to server models#1509ckuethe wants to merge 2 commits intolemonade-sdk:mainfrom
Conversation
This is a nice companion to image generation models, giving unimaginative folks like me a way to elaborate a vague image prompt into something more expressive. "A penguin and a raccoon dressed as spies, noir film style" can turn into ... well, something expressive and weird, entertaining on its own or a good prompt to edit.
|
Actual example from the penguin and raccoon prompt:
Definitely not something I would have thought to write on my own, and it gives me plenty of stylistic levers to pull |
|
Usually I'll add models to server_models.json if they are very famous new releases. If you can find a few more people who also want this merged, let's do it! Have them 👍 the PR. Otherwise, if you are the only known user, is it ok to just have it in your own |
|
Fair enough. I do have it as a user model already. |
This is a nice companion to image generation models, giving unimaginative folks like me a way to elaborate a vague image prompt into something more expressive.
"A penguin and a raccoon dressed as spies, noir film style" can turn into ... well, something expressive and weird, entertaining on its own or a good prompt to edit.
One absolutely can do
lemonade-server pull user.fluxed --checkpoint mradermacher/Llama-3.2-3B-Fluxed-uncensored-GGUF:Q4_K_M --recipe llamacpp, this is just easier. Feel free to reject if it would lead to the suggested models getting cluttered though...