JiantaoLin
commited on
Commit
·
6d5b0bc
1
Parent(s):
6dafd85
new
Browse files
pipeline/pipeline_config/default.yaml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
flux:
|
2 |
-
|
3 |
-
base_model: "black-forest-labs/FLUX.1-dev"
|
4 |
flux_dtype: 'bf16'
|
5 |
lora: "./checkpoint/flux_lora/rgb_normal_large.safetensors"
|
6 |
controlnet: "InstantX/FLUX.1-dev-Controlnet-Union"
|
|
|
1 |
flux:
|
2 |
+
base_model: "https://huggingface.co/Comfy-Org/flux1-dev/blob/main/flux1-dev-fp8.safetensors"
|
3 |
+
# base_model: "black-forest-labs/FLUX.1-dev"
|
4 |
flux_dtype: 'bf16'
|
5 |
lora: "./checkpoint/flux_lora/rgb_normal_large.safetensors"
|
6 |
controlnet: "InstantX/FLUX.1-dev-Controlnet-Union"
|