Release 0.13.0 (#289)

This commit is contained in:
Filip Strand 2025-12-03 22:40:44 +01:00 committed by GitHub
parent 6551e9f6a1
commit 8e5609132c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1096,7 +1096,7 @@ mflux-generate-qwen-edit \
--guidance 2.5 \ --guidance 2.5 \
--width 1024 \ --width 1024 \
--height 1024 \ --height 1024 \
--lora-paths "/path/to/Qwen-Image-Lightning-4steps-V2.0.safetensors" "/path/to/镜头转换.safetensors" \ --lora-paths "lightx2v/Qwen-Image-Lightning" "dx8152/Qwen-Edit-2509-Multiple-angles" \
--lora-scales 0.5 1.0 --lora-scales 0.5 1.0
``` ```

View File

@ -14,7 +14,7 @@ source-exclude = [
[project] [project]
name = "mflux" name = "mflux"
version = "0.13.0.dev1" version = "0.13.0"
description = "A MLX port of FLUX based on the Huggingface Diffusers implementation." description = "A MLX port of FLUX based on the Huggingface Diffusers implementation."
readme = "README.md" readme = "README.md"
keywords = ["diffusers", "flux", "mlx"] keywords = ["diffusers", "flux", "mlx"]

2
uv.lock generated
View File

@ -814,7 +814,7 @@ wheels = [
[[package]] [[package]]
name = "mflux" name = "mflux"
version = "0.13.0.dev1" version = "0.13.0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "huggingface-hub" }, { name = "huggingface-hub" },