[Feature] the new flux/bonsai model #1729
Replies: 6 comments
|
bonsai-image is just flux2 klein 4b. I made compatible ggufs for the binary release here https://huggingface.co/Green-Sky/bonsai-image-binary-4B-GGUF For ternay there is missing quant support in ggml/llama.cpp. See #331 |
|
so i just have to use that and it will work? |
|
im really sorry i just want to use it so please any help is appreciated |
|
Just check the sd.cpp docs on how to use flux2 klein 4b, and sub in this gguf as the diffusion model. |
|
im really sorry for the bother but im new to tis so even if i read it i cant really do anytthing |
|
I was able to generate images using the binary model from @Green-Sky and the last vulkan from releases, like this: $ ./sd/sd-cli --diffusion-model bonsai_image_4b-q1_0.gguf --llm Qwen3-4B-UD-IQ2_XXS.gguf --steps 6 --vae full_encoder_small_decoder.safetensors --cfg-scale 1.0 -p "a lovely cat" -H 256 -W 256 -o out.png
Working as expected! Then, I tried a simple edit, with this: $ magick logo: -crop 480x480+80+0 -resize x512 in.png
$ ./sd/sd-cli --diffusion-model bonsai_image_4b-q1_0.gguf --llm Qwen3-4B-UD-IQ2_XXS.gguf --steps 6 --vae full_encoder_small_decoder.safetensors --cfg-scale 1.0 -r in.png -p "Replace the background into a forest" -H 512 -W 512 -o out.png && imv out.png
Questions
System
|



Uh oh!
There was an error while loading. Please reload this page.
Feature Summary
bonsai addition to te reppo
Detailed Description
is there any chance you can add the new light weight flux/bonsai model because its good quality to for the computation and time of generation
Alternatives you considered
No response
Additional context
No response
All reactions