Spaces:
Build error
Build error
Update inference_configs/inference.yaml
Browse files
inference_configs/inference.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
model_name: "flux-dev"
|
| 2 |
use_spatial_condition: true
|
| 3 |
share_position_embedding: true
|
| 4 |
-
use_share_weight_referencenet:
|
| 5 |
use_ip: false
|
| 6 |
ip_local_path: null
|
| 7 |
ip_repo_id: null
|
|
@@ -28,6 +28,6 @@ double_blocks: null
|
|
| 28 |
disable_sampling: false
|
| 29 |
sample_width: 720
|
| 30 |
sample_height: 720
|
| 31 |
-
sample_steps:
|
| 32 |
seed: 42
|
| 33 |
cfg_scale: 3.5
|
|
|
|
| 1 |
model_name: "flux-dev"
|
| 2 |
use_spatial_condition: true
|
| 3 |
share_position_embedding: true
|
| 4 |
+
use_share_weight_referencenet: false
|
| 5 |
use_ip: false
|
| 6 |
ip_local_path: null
|
| 7 |
ip_repo_id: null
|
|
|
|
| 28 |
disable_sampling: false
|
| 29 |
sample_width: 720
|
| 30 |
sample_height: 720
|
| 31 |
+
sample_steps: 30
|
| 32 |
seed: 42
|
| 33 |
cfg_scale: 3.5
|