xrg commited on
Commit
037d383
·
1 Parent(s): 96af654

print debug inf

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -33,6 +33,7 @@ GRADIO_OBJ_ALBEDO_PATH = 'gradio_output_albedo.obj'
33
  GRADIO_OBJ_SHADING_PATH = 'gradio_output_shading.obj'
34
 
35
  #opt = tyro.cli(AllConfigs)
 
36
 
37
  ckpt_path = hf_hub_download(repo_id="rgxie/LDM", filename="LDM6v01.ckpt")
38
 
 
33
  GRADIO_OBJ_SHADING_PATH = 'gradio_output_shading.obj'
34
 
35
  #opt = tyro.cli(AllConfigs)
36
+ torch._dynamo.config.verbose=True
37
 
38
  ckpt_path = hf_hub_download(repo_id="rgxie/LDM", filename="LDM6v01.ckpt")
39