second-state/FLUX.1-Canny-dev-GGUF
13442
<!-- header start --> <!-- 200823 --> <div style="width: auto; margin-left: auto; margin-right: auto"> <img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;"> </div> <hr style="margin-top: 1.0em; margin-bottom: 1.0em;"> <!-- header end -->
[!CAUTION] T5 and Clip are still not provided in the original model
FLUX.1-Canny-dev-GGUF
Original Model
black-forest-labs/FLUX.1-Canny-dev
Run with LlamaEdge-StableDiffusion
- Version: coming soon
<!-- - Version: 0.1.4
- Run as LlamaEdge service
wasmedge --dir .:. sd-api-server.wasm \
--model-name flux1-canny-dev \
--diffusion-model flux1-canny-dev-Q4_0.gguf \
--vae ae.safetensors \
--clip-l clip_l.safetensors \
--t5xxl t5xxl-Q8_0.gguf- Run with LoRA
Assume that the LoRA model is located in the lora-models directory
wasmedge --dir .:. \
--dir lora-models:lora-models \
sd-api-server.wasm \
--model-name flux1-canny-dev \
--diffusion-model flux1-canny-dev-Q4_0.gguf \
--vae ae.safetensors \
--clip-l clip_l.safetensors \
--t5xxl t5xxl-Q8_0.gguf \
--lora-model-dir lora-modelsFor details, see https://github.com/LlamaEdge/sd-api-server/blob/main/examples/flux_with_lora.md -->
Quantized GGUF Models
Quantized with stable-diffusion.cpp `master-c3eeb669`.
