Spaces:
Runtime error
Runtime error
File size: 478 Bytes
2f4febc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# GLOBAL STUFF
model_version: 3.6B
dtype: bfloat16
# ControlNet specific
controlnet_bottleneck_mode: 'large'
controlnet_blocks: [0, 4, 8, 12, 51, 55, 59, 63]
controlnet_filter: SREffnetFilter
controlnet_filter_params:
scale_factor: 0.5
effnet_checkpoint_path: models/effnet_encoder.safetensors
previewer_checkpoint_path: models/previewer.safetensors
generator_checkpoint_path: models/stage_c_bf16.safetensors
controlnet_checkpoint_path: models/super_resolution.safetensors
|