Spaces:
Running
on
Zero
Running
on
Zero
File size: 719 Bytes
99738e0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
model_name: "flux-dev"
use_spatial_condition: true
share_position_embedding: true
use_share_weight_referencenet: false
use_ip: false
ip_local_path: null
ip_repo_id: null
ip_name: null
ip_scale: 1.0
use_lora: false
data_config:
eval_batch_size: 1
num_workers: 0
img_size: 512
img_dir: output_bench/ #./ByteMorph-Bench/
grayscale_editing: false
zoom_camera: false
random_ratio: false
report_to: wandb
eval_batch_size: 1
ckpt_dir: ./pretrained_weights/ByteMorpher/dit.safetensors
output_dir: ./test_log/seedmorpher/
logging_dir: logs
mixed_precision: "bf16"
rank: 16
single_blocks: null
double_blocks: null
disable_sampling: false
sample_width: 512
sample_height: 512
sample_steps: 25
seed: 42
cfg_scale: 3.5 |