Flux
Collection
5 items • Updated
How to use StableDiffusionVN/Flux with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf StableDiffusionVN/Flux:Q4_K_S # Run inference directly in the terminal: llama cli -hf StableDiffusionVN/Flux:Q4_K_S
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf StableDiffusionVN/Flux:Q4_K_S # Run inference directly in the terminal: llama cli -hf StableDiffusionVN/Flux:Q4_K_S
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf StableDiffusionVN/Flux:Q4_K_S # Run inference directly in the terminal: ./llama-cli -hf StableDiffusionVN/Flux:Q4_K_S
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf StableDiffusionVN/Flux:Q4_K_S # Run inference directly in the terminal: ./build/bin/llama-cli -hf StableDiffusionVN/Flux:Q4_K_S
docker model run hf.co/StableDiffusionVN/Flux:Q4_K_S
How to use StableDiffusionVN/Flux with Ollama:
ollama run hf.co/StableDiffusionVN/Flux:Q4_K_S
How to use StableDiffusionVN/Flux with Docker Model Runner:
docker model run hf.co/StableDiffusionVN/Flux:Q4_K_S
How to use StableDiffusionVN/Flux with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull StableDiffusionVN/Flux:Q4_K_S
lemonade run user.Flux-Q4_K_S
lemonade list
Youtube:
Colab Training Lora:
Comfy Workflow:
Comfy Node:
Comfy NF4 Support: https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4
Comfy GGUF Support: https://github.com/city96/ComfyUI-GGUF
Comfy Instant Union Controlnet Support: https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes
4-bit