Image-to-3D
Diffusers
Safetensors
Sat3DGen / config.json
qian43's picture
Upload 2 files
8efafb1 verified
{
"_class_name": "VAE_finetune",
"_diffusers_version": "0.35.1",
"decay": 0.9999,
"inv_gamma": 1.0,
"min_decay": 0.0,
"opt": {
"backbone": "dinov3-large-sat",
"network": {
"color_channels": 24,
"encoder3d": {
"hidden_dim": 4,
"mlp_ratio": 4,
"num_heads": 2,
"num_repeats": 16
},
"image_size": 256,
"latent_channel": 4,
"latent_size": 32,
"no_cls_token": true,
"no_hidden_states": true,
"point_sampling_kwargs": {
"aabb_strict": true,
"data_type": "vigor",
"num_importance": 48,
"num_points": 48
},
"position_scale_factor": 1,
"ray_marching_kwargs": {
"density_clamp_mode": "mipnerf",
"scale_color": false,
"use_mid_point": true,
"use_white_background": false
},
"sky": {},
"sr_factor": 2,
"triplane": {
"ch_mult": [
1,
2,
4,
4,
4
],
"dim": 32
}
},
"pad": 0.125,
"representation_type": "oneplane",
"sr_padding_mode": "reflect"
},
"optimization_step": 600000,
"power": 0.6666666666666666,
"update_after_step": 0,
"use_ema_warmup": false
}