xinjie.wang commited on
Commit
b6519dc
·
1 Parent(s): 4847783
app.py CHANGED
@@ -116,7 +116,7 @@ with gr.Blocks(delete_cache=(43200, 43200), theme=custom_theme) as demo:
116
  0.0,
117
  1.0,
118
  label="Geo Condition Scale",
119
- value=0.60,
120
  step=0.01,
121
  )
122
  guidance_scale = gr.Slider(
 
116
  0.0,
117
  1.0,
118
  label="Geo Condition Scale",
119
+ value=0.70,
120
  step=0.01,
121
  )
122
  guidance_scale = gr.Slider(
embodied_gen/models/texture_model.py CHANGED
@@ -60,7 +60,7 @@ def build_texture_gen_pipe(
60
  )
61
 
62
  if controlnet_ckpt is None:
63
- suffix = "geo_cond_mv"
64
  model_path = snapshot_download(
65
  repo_id="xinjjj/RoboAssetGen", allow_patterns=f"{suffix}/*"
66
  )
 
60
  )
61
 
62
  if controlnet_ckpt is None:
63
+ suffix = "texture_gen_mv_v1" # "geo_cond_mv"
64
  model_path = snapshot_download(
65
  repo_id="xinjjj/RoboAssetGen", allow_patterns=f"{suffix}/*"
66
  )
embodied_gen/scripts/texture_gen.sh CHANGED
@@ -40,7 +40,7 @@ drender-cli --mesh_path ${mesh_path} \
40
  # Step 2: multi-view rendering
41
  python embodied_gen/scripts/render_mv.py \
42
  --index_file "${output_root}/condition/index.json" \
43
- --controlnet_cond_scale 0.75 \
44
  --guidance_scale 9 \
45
  --strength 0.9 \
46
  --num_inference_steps 40 \
 
40
  # Step 2: multi-view rendering
41
  python embodied_gen/scripts/render_mv.py \
42
  --index_file "${output_root}/condition/index.json" \
43
+ --controlnet_cond_scale 0.7 \
44
  --guidance_scale 9 \
45
  --strength 0.9 \
46
  --num_inference_steps 40 \