File size: 1,569 Bytes
fab99f0
 
 
 
 
 
 
 
1c3ac25
fab99f0
 
 
 
 
 
1c3ac25
 
 
 
 
fab99f0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
name: NeARImageToRelightable3DPipeline
args:
  models:
    decoder: ckpts/slat_dec_gs_swin8_B_64l8gs32_fp16
    hdri_encoder: ckpts/hdri_encoder_4096tokens_fp16
    neural_basis: ckpts/neural_basis_3layer_relu_fp16
    renderer: ckpts/slat_renderder_gs_swin8_B_64l8gs32_fp16
    slat_flow_model: ckpts/slat_flow_img_dit_L_64l8p2_fp16
    slat_decoder_mesh: ckpts/slat_dec_mesh_swin8_B_64l8m256c_fp16

  hyshape:
    model_id: tencent/Hunyuan3D-2.1 # or use custom local path if you have downloaded the model locally https://huggingface.co/tencent/Hunyuan3D-2.1/tree/main/hunyuan3d-dit-v2-1

  # ultrashape:
  #   model_id: infinith/UltraShape # or use custom local path if you have downloaded the model locally https://huggingface.co/infinith/UltraShape
  
  rembg_model:
    name: BiRefNet
    args: 
      model_name: briaai/RMBG-2.0

  slat_sampler:
    name: FlowEulerGuidanceIntervalSampler
    args:
      sigma_min: 0.00001
    params:
      steps: 25
      cfg_strength: 5.0
      cfg_interval:
        - 0.5
        - 1.0
      rescale_t: 3.0

  slat_normalization:
    mean:
      - -2.1687545776367188
      - -0.004347046371549368
      - -0.13352349400520325
      - -0.08418072760105133
      - -0.5271206498146057
      - 0.7238689064979553
      - -1.1414450407028198
      - 1.2039363384246826
    std:
      - 2.377650737762451
      - 2.386378288269043
      - 2.124418020248413
      - 2.1748552322387695
      - 2.663944721221924
      - 2.371192216873169
      - 2.6217446327209473
      - 2.684523105621338

  image_cond_model: dinov2_vitl14_reg