Zuntan commited on
Commit
a26b51e
1 Parent(s): 4cc167f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -3,10 +3,12 @@ license: other
3
  license_name: flux-1-dev-non-commercial-license
4
  license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
5
  ---
6
- [EasyForge](https://github.com/Zuntan03/EasyForge) の [flux_tool](https://x.com/Zuntan03/status/1830170076441407862) で [iNiverse Mix Flux v1.1](https://civitai.com/models/226533?modelVersionId=784664) を [Hyper Flux](https://huggingface.co/black-forest-labs/FLUX.1-dev) で 8steps 生成に対応して、GGUF と nf4 に変換したモデルです。
7
-
8
  Geforce RTX 3060 12GB で、速度重視の nf4 なら 30秒、高品質の Q8_0 なら 45秒で生成できます。
9
 
 
 
 
10
  ## レシピ
11
 
12
  `*.bat` は [EasyForge](https://github.com/Zuntan03/EasyForge) の `flux_tool/` にあります。
@@ -14,4 +16,4 @@ Geforce RTX 3060 12GB で、速度重視の nf4 なら 30秒、高品質の Q8_0
14
  1. `ExtractLora-FluxD-fp16.bat` を実行して、iNiverse から LoRA を Dim 128 で抽出
15
  2. `ModelMergeLora.bat` を実行して、[flux1-dev-hyper8.safetensors](https://huggingface.co/Zuntan/dist/blob/main/flux1-dev-hyper8.safetensors) に抽出した LoRA を重み `1.0` でマージ
16
  3. `ConvertGguf.bat` を実行して、マージモデルの `Q8_0`, `Q6_K`, `Q4_KS` に変換
17
- 4. [Forge](https://github.com/lllyasviel/stable-diffusion-webui-forge) の [`Checkpoint Merger`](https://github.com/lllyasviel/stable-diffusion-webui-forge/discussions/1224#discussioncomment-10384104) で `nf4` と `nf4-AIO(t5xxl_fp16, ae, clip_l 込み)` に変換
 
3
  license_name: flux-1-dev-non-commercial-license
4
  license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
5
  ---
6
+ [EasyForge](https://github.com/Zuntan03/EasyForge) の [flux_tool](https://x.com/Zuntan03/status/1830170076441407862) で [iNiverse Mix Flux v1.1](https://civitai.com/models/226533?modelVersionId=784664) を [Hyper Flux](https://huggingface.co/black-forest-labs/FLUX.1-dev) で 8steps 生成に対応して、GGUF と nf4 に変換したモデルです。
 
7
  Geforce RTX 3060 12GB で、速度重視の nf4 なら 30秒、高品質の Q8_0 なら 45秒で生成できます。
8
 
9
+ |![](./iNiverse-nf4.png)|![](./iNiverse-Q8_0.png)|
10
+ |:-:|:-:|
11
+
12
  ## レシピ
13
 
14
  `*.bat` は [EasyForge](https://github.com/Zuntan03/EasyForge) の `flux_tool/` にあります。
 
16
  1. `ExtractLora-FluxD-fp16.bat` を実行して、iNiverse から LoRA を Dim 128 で抽出
17
  2. `ModelMergeLora.bat` を実行して、[flux1-dev-hyper8.safetensors](https://huggingface.co/Zuntan/dist/blob/main/flux1-dev-hyper8.safetensors) に抽出した LoRA を重み `1.0` でマージ
18
  3. `ConvertGguf.bat` を実行して、マージモデルの `Q8_0`, `Q6_K`, `Q4_KS` に変換
19
+ 4. [Forge](https://github.com/lllyasviel/stable-diffusion-webui-forge) の [`Checkpoint Merger`](https://github.com/lllyasviel/stable-diffusion-webui-forge/discussions/1224#discussioncomment-10384104) で `nf4` と `nf4-AIO(All-in-One, t5xxl_fp16, ae, clip_l 込み)` に変換