pookiefoof commited on
Commit
8a9b9c8
2 Parent(s): 604b725 d641067

Merge branch 'main' of https://huggingface.co/spaces/VAST-AI/CharacterGen

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. 2D_Stage/tuneavideo/__pycache__/util.cpython-310.pyc +0 -0
  2. 2D_Stage/tuneavideo/models/__pycache__/PoseGuider.cpython-310.pyc +0 -0
  3. 2D_Stage/tuneavideo/models/__pycache__/refunet.cpython-310.pyc +0 -0
  4. 2D_Stage/tuneavideo/models/__pycache__/resnet.cpython-310.pyc +0 -0
  5. 2D_Stage/tuneavideo/models/__pycache__/transformer_mv2d.cpython-310.pyc +0 -0
  6. 2D_Stage/tuneavideo/models/__pycache__/unet.cpython-310.pyc +0 -0
  7. 2D_Stage/tuneavideo/models/__pycache__/unet_blocks.cpython-310.pyc +0 -0
  8. 2D_Stage/tuneavideo/models/__pycache__/unet_mv2d_blocks.cpython-310.pyc +0 -0
  9. 2D_Stage/tuneavideo/models/__pycache__/unet_mv2d_condition.cpython-310.pyc +0 -0
  10. 2D_Stage/tuneavideo/models/__pycache__/unet_mv2d_ref.cpython-310.pyc +0 -0
  11. 2D_Stage/tuneavideo/pipelines/__pycache__/pipeline_tuneavideo.cpython-310.pyc +0 -0
  12. 3D_Stage/__pycache__/refine.cpython-310.pyc +0 -0
  13. 3D_Stage/lrm/__pycache__/__init__.cpython-310.pyc +0 -0
  14. 3D_Stage/lrm/models/__pycache__/__init__.cpython-310.pyc +0 -0
  15. 3D_Stage/lrm/models/__pycache__/camera.cpython-310.pyc +0 -0
  16. 3D_Stage/lrm/models/__pycache__/isosurface.cpython-310.pyc +0 -0
  17. 3D_Stage/lrm/models/__pycache__/lpips.cpython-310.pyc +0 -0
  18. 3D_Stage/lrm/models/__pycache__/mesh.cpython-310.pyc +0 -0
  19. 3D_Stage/lrm/models/__pycache__/networks.cpython-310.pyc +0 -0
  20. 3D_Stage/lrm/models/background/__pycache__/__init__.cpython-310.pyc +0 -0
  21. 3D_Stage/lrm/models/background/__pycache__/base.cpython-310.pyc +0 -0
  22. 3D_Stage/lrm/models/background/__pycache__/solid_color_background.cpython-310.pyc +0 -0
  23. 3D_Stage/lrm/models/exporters/__pycache__/__init__.cpython-310.pyc +0 -0
  24. 3D_Stage/lrm/models/exporters/__pycache__/base.cpython-310.pyc +0 -0
  25. 3D_Stage/lrm/models/exporters/__pycache__/mesh_exporter.cpython-310.pyc +0 -0
  26. 3D_Stage/lrm/models/materials/__pycache__/__init__.cpython-310.pyc +0 -0
  27. 3D_Stage/lrm/models/materials/__pycache__/base.cpython-310.pyc +0 -0
  28. 3D_Stage/lrm/models/materials/__pycache__/no_material.cpython-310.pyc +0 -0
  29. 3D_Stage/lrm/models/renderers/__pycache__/__init__.cpython-310.pyc +0 -0
  30. 3D_Stage/lrm/models/renderers/__pycache__/base.cpython-310.pyc +0 -0
  31. 3D_Stage/lrm/models/renderers/__pycache__/triplane_dmtet.cpython-310.pyc +0 -0
  32. 3D_Stage/lrm/models/tokenizers/__pycache__/__init__.cpython-310.pyc +0 -0
  33. 3D_Stage/lrm/models/tokenizers/__pycache__/dinov2.cpython-310.pyc +0 -0
  34. 3D_Stage/lrm/models/tokenizers/__pycache__/image.cpython-310.pyc +0 -0
  35. 3D_Stage/lrm/models/tokenizers/__pycache__/triplane.cpython-310.pyc +0 -0
  36. 3D_Stage/lrm/models/transformers/__pycache__/__init__.cpython-310.pyc +0 -0
  37. 3D_Stage/lrm/models/transformers/__pycache__/attention.cpython-310.pyc +0 -0
  38. 3D_Stage/lrm/models/transformers/__pycache__/transformer_1d.cpython-310.pyc +0 -0
  39. 3D_Stage/lrm/models/transformers/attention.py +2 -2
  40. 3D_Stage/lrm/systems/__pycache__/__init__.cpython-310.pyc +0 -0
  41. 3D_Stage/lrm/systems/__pycache__/base.cpython-310.pyc +0 -0
  42. 3D_Stage/lrm/systems/__pycache__/multiview_lrm.cpython-310.pyc +0 -0
  43. 3D_Stage/lrm/systems/__pycache__/utils.cpython-310.pyc +0 -0
  44. 3D_Stage/lrm/utils/__pycache__/__init__.cpython-310.pyc +0 -0
  45. 3D_Stage/lrm/utils/__pycache__/base.cpython-310.pyc +0 -0
  46. 3D_Stage/lrm/utils/__pycache__/config.cpython-310.pyc +0 -0
  47. 3D_Stage/lrm/utils/__pycache__/misc.cpython-310.pyc +0 -0
  48. 3D_Stage/lrm/utils/__pycache__/ops.cpython-310.pyc +0 -0
  49. 3D_Stage/lrm/utils/__pycache__/rasterize.cpython-310.pyc +0 -0
  50. 3D_Stage/lrm/utils/__pycache__/saving.cpython-310.pyc +0 -0
2D_Stage/tuneavideo/__pycache__/util.cpython-310.pyc CHANGED
Binary files a/2D_Stage/tuneavideo/__pycache__/util.cpython-310.pyc and b/2D_Stage/tuneavideo/__pycache__/util.cpython-310.pyc differ
 
2D_Stage/tuneavideo/models/__pycache__/PoseGuider.cpython-310.pyc CHANGED
Binary files a/2D_Stage/tuneavideo/models/__pycache__/PoseGuider.cpython-310.pyc and b/2D_Stage/tuneavideo/models/__pycache__/PoseGuider.cpython-310.pyc differ
 
2D_Stage/tuneavideo/models/__pycache__/refunet.cpython-310.pyc CHANGED
Binary files a/2D_Stage/tuneavideo/models/__pycache__/refunet.cpython-310.pyc and b/2D_Stage/tuneavideo/models/__pycache__/refunet.cpython-310.pyc differ
 
2D_Stage/tuneavideo/models/__pycache__/resnet.cpython-310.pyc CHANGED
Binary files a/2D_Stage/tuneavideo/models/__pycache__/resnet.cpython-310.pyc and b/2D_Stage/tuneavideo/models/__pycache__/resnet.cpython-310.pyc differ
 
2D_Stage/tuneavideo/models/__pycache__/transformer_mv2d.cpython-310.pyc CHANGED
Binary files a/2D_Stage/tuneavideo/models/__pycache__/transformer_mv2d.cpython-310.pyc and b/2D_Stage/tuneavideo/models/__pycache__/transformer_mv2d.cpython-310.pyc differ
 
2D_Stage/tuneavideo/models/__pycache__/unet.cpython-310.pyc CHANGED
Binary files a/2D_Stage/tuneavideo/models/__pycache__/unet.cpython-310.pyc and b/2D_Stage/tuneavideo/models/__pycache__/unet.cpython-310.pyc differ
 
2D_Stage/tuneavideo/models/__pycache__/unet_blocks.cpython-310.pyc CHANGED
Binary files a/2D_Stage/tuneavideo/models/__pycache__/unet_blocks.cpython-310.pyc and b/2D_Stage/tuneavideo/models/__pycache__/unet_blocks.cpython-310.pyc differ
 
2D_Stage/tuneavideo/models/__pycache__/unet_mv2d_blocks.cpython-310.pyc CHANGED
Binary files a/2D_Stage/tuneavideo/models/__pycache__/unet_mv2d_blocks.cpython-310.pyc and b/2D_Stage/tuneavideo/models/__pycache__/unet_mv2d_blocks.cpython-310.pyc differ
 
2D_Stage/tuneavideo/models/__pycache__/unet_mv2d_condition.cpython-310.pyc CHANGED
Binary files a/2D_Stage/tuneavideo/models/__pycache__/unet_mv2d_condition.cpython-310.pyc and b/2D_Stage/tuneavideo/models/__pycache__/unet_mv2d_condition.cpython-310.pyc differ
 
2D_Stage/tuneavideo/models/__pycache__/unet_mv2d_ref.cpython-310.pyc CHANGED
Binary files a/2D_Stage/tuneavideo/models/__pycache__/unet_mv2d_ref.cpython-310.pyc and b/2D_Stage/tuneavideo/models/__pycache__/unet_mv2d_ref.cpython-310.pyc differ
 
2D_Stage/tuneavideo/pipelines/__pycache__/pipeline_tuneavideo.cpython-310.pyc CHANGED
Binary files a/2D_Stage/tuneavideo/pipelines/__pycache__/pipeline_tuneavideo.cpython-310.pyc and b/2D_Stage/tuneavideo/pipelines/__pycache__/pipeline_tuneavideo.cpython-310.pyc differ
 
3D_Stage/__pycache__/refine.cpython-310.pyc CHANGED
Binary files a/3D_Stage/__pycache__/refine.cpython-310.pyc and b/3D_Stage/__pycache__/refine.cpython-310.pyc differ
 
3D_Stage/lrm/__pycache__/__init__.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/__pycache__/__init__.cpython-310.pyc and b/3D_Stage/lrm/__pycache__/__init__.cpython-310.pyc differ
 
3D_Stage/lrm/models/__pycache__/__init__.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/__pycache__/__init__.cpython-310.pyc and b/3D_Stage/lrm/models/__pycache__/__init__.cpython-310.pyc differ
 
3D_Stage/lrm/models/__pycache__/camera.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/__pycache__/camera.cpython-310.pyc and b/3D_Stage/lrm/models/__pycache__/camera.cpython-310.pyc differ
 
3D_Stage/lrm/models/__pycache__/isosurface.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/__pycache__/isosurface.cpython-310.pyc and b/3D_Stage/lrm/models/__pycache__/isosurface.cpython-310.pyc differ
 
3D_Stage/lrm/models/__pycache__/lpips.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/__pycache__/lpips.cpython-310.pyc and b/3D_Stage/lrm/models/__pycache__/lpips.cpython-310.pyc differ
 
3D_Stage/lrm/models/__pycache__/mesh.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/__pycache__/mesh.cpython-310.pyc and b/3D_Stage/lrm/models/__pycache__/mesh.cpython-310.pyc differ
 
3D_Stage/lrm/models/__pycache__/networks.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/__pycache__/networks.cpython-310.pyc and b/3D_Stage/lrm/models/__pycache__/networks.cpython-310.pyc differ
 
3D_Stage/lrm/models/background/__pycache__/__init__.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/background/__pycache__/__init__.cpython-310.pyc and b/3D_Stage/lrm/models/background/__pycache__/__init__.cpython-310.pyc differ
 
3D_Stage/lrm/models/background/__pycache__/base.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/background/__pycache__/base.cpython-310.pyc and b/3D_Stage/lrm/models/background/__pycache__/base.cpython-310.pyc differ
 
3D_Stage/lrm/models/background/__pycache__/solid_color_background.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/background/__pycache__/solid_color_background.cpython-310.pyc and b/3D_Stage/lrm/models/background/__pycache__/solid_color_background.cpython-310.pyc differ
 
3D_Stage/lrm/models/exporters/__pycache__/__init__.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/exporters/__pycache__/__init__.cpython-310.pyc and b/3D_Stage/lrm/models/exporters/__pycache__/__init__.cpython-310.pyc differ
 
3D_Stage/lrm/models/exporters/__pycache__/base.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/exporters/__pycache__/base.cpython-310.pyc and b/3D_Stage/lrm/models/exporters/__pycache__/base.cpython-310.pyc differ
 
3D_Stage/lrm/models/exporters/__pycache__/mesh_exporter.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/exporters/__pycache__/mesh_exporter.cpython-310.pyc and b/3D_Stage/lrm/models/exporters/__pycache__/mesh_exporter.cpython-310.pyc differ
 
3D_Stage/lrm/models/materials/__pycache__/__init__.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/materials/__pycache__/__init__.cpython-310.pyc and b/3D_Stage/lrm/models/materials/__pycache__/__init__.cpython-310.pyc differ
 
3D_Stage/lrm/models/materials/__pycache__/base.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/materials/__pycache__/base.cpython-310.pyc and b/3D_Stage/lrm/models/materials/__pycache__/base.cpython-310.pyc differ
 
3D_Stage/lrm/models/materials/__pycache__/no_material.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/materials/__pycache__/no_material.cpython-310.pyc and b/3D_Stage/lrm/models/materials/__pycache__/no_material.cpython-310.pyc differ
 
3D_Stage/lrm/models/renderers/__pycache__/__init__.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/renderers/__pycache__/__init__.cpython-310.pyc and b/3D_Stage/lrm/models/renderers/__pycache__/__init__.cpython-310.pyc differ
 
3D_Stage/lrm/models/renderers/__pycache__/base.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/renderers/__pycache__/base.cpython-310.pyc and b/3D_Stage/lrm/models/renderers/__pycache__/base.cpython-310.pyc differ
 
3D_Stage/lrm/models/renderers/__pycache__/triplane_dmtet.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/renderers/__pycache__/triplane_dmtet.cpython-310.pyc and b/3D_Stage/lrm/models/renderers/__pycache__/triplane_dmtet.cpython-310.pyc differ
 
3D_Stage/lrm/models/tokenizers/__pycache__/__init__.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/tokenizers/__pycache__/__init__.cpython-310.pyc and b/3D_Stage/lrm/models/tokenizers/__pycache__/__init__.cpython-310.pyc differ
 
3D_Stage/lrm/models/tokenizers/__pycache__/dinov2.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/tokenizers/__pycache__/dinov2.cpython-310.pyc and b/3D_Stage/lrm/models/tokenizers/__pycache__/dinov2.cpython-310.pyc differ
 
3D_Stage/lrm/models/tokenizers/__pycache__/image.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/tokenizers/__pycache__/image.cpython-310.pyc and b/3D_Stage/lrm/models/tokenizers/__pycache__/image.cpython-310.pyc differ
 
3D_Stage/lrm/models/tokenizers/__pycache__/triplane.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/tokenizers/__pycache__/triplane.cpython-310.pyc and b/3D_Stage/lrm/models/tokenizers/__pycache__/triplane.cpython-310.pyc differ
 
3D_Stage/lrm/models/transformers/__pycache__/__init__.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/transformers/__pycache__/__init__.cpython-310.pyc and b/3D_Stage/lrm/models/transformers/__pycache__/__init__.cpython-310.pyc differ
 
3D_Stage/lrm/models/transformers/__pycache__/attention.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/transformers/__pycache__/attention.cpython-310.pyc and b/3D_Stage/lrm/models/transformers/__pycache__/attention.cpython-310.pyc differ
 
3D_Stage/lrm/models/transformers/__pycache__/transformer_1d.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/models/transformers/__pycache__/transformer_1d.cpython-310.pyc and b/3D_Stage/lrm/models/transformers/__pycache__/transformer_1d.cpython-310.pyc differ
 
3D_Stage/lrm/models/transformers/attention.py CHANGED
@@ -75,8 +75,8 @@ class MemoryEfficientAttentionMixin:
75
  # Any children which exposes the set_use_memory_efficient_attention_xformers method
76
  # gets the message
77
  def fn_recursive_set_mem_eff(module: torch.nn.Module):
78
- if hasattr(module, "set_use_memory_efficient_attention_xformers"):
79
- module.set_use_memory_efficient_attention_xformers(valid, attention_op)
80
 
81
  for child in module.children():
82
  fn_recursive_set_mem_eff(child)
 
75
  # Any children which exposes the set_use_memory_efficient_attention_xformers method
76
  # gets the message
77
  def fn_recursive_set_mem_eff(module: torch.nn.Module):
78
+ #if hasattr(module, "set_use_memory_efficient_attention_xformers"):
79
+ # module.set_use_memory_efficient_attention_xformers(valid, attention_op)
80
 
81
  for child in module.children():
82
  fn_recursive_set_mem_eff(child)
3D_Stage/lrm/systems/__pycache__/__init__.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/systems/__pycache__/__init__.cpython-310.pyc and b/3D_Stage/lrm/systems/__pycache__/__init__.cpython-310.pyc differ
 
3D_Stage/lrm/systems/__pycache__/base.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/systems/__pycache__/base.cpython-310.pyc and b/3D_Stage/lrm/systems/__pycache__/base.cpython-310.pyc differ
 
3D_Stage/lrm/systems/__pycache__/multiview_lrm.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/systems/__pycache__/multiview_lrm.cpython-310.pyc and b/3D_Stage/lrm/systems/__pycache__/multiview_lrm.cpython-310.pyc differ
 
3D_Stage/lrm/systems/__pycache__/utils.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/systems/__pycache__/utils.cpython-310.pyc and b/3D_Stage/lrm/systems/__pycache__/utils.cpython-310.pyc differ
 
3D_Stage/lrm/utils/__pycache__/__init__.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/utils/__pycache__/__init__.cpython-310.pyc and b/3D_Stage/lrm/utils/__pycache__/__init__.cpython-310.pyc differ
 
3D_Stage/lrm/utils/__pycache__/base.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/utils/__pycache__/base.cpython-310.pyc and b/3D_Stage/lrm/utils/__pycache__/base.cpython-310.pyc differ
 
3D_Stage/lrm/utils/__pycache__/config.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/utils/__pycache__/config.cpython-310.pyc and b/3D_Stage/lrm/utils/__pycache__/config.cpython-310.pyc differ
 
3D_Stage/lrm/utils/__pycache__/misc.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/utils/__pycache__/misc.cpython-310.pyc and b/3D_Stage/lrm/utils/__pycache__/misc.cpython-310.pyc differ
 
3D_Stage/lrm/utils/__pycache__/ops.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/utils/__pycache__/ops.cpython-310.pyc and b/3D_Stage/lrm/utils/__pycache__/ops.cpython-310.pyc differ
 
3D_Stage/lrm/utils/__pycache__/rasterize.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/utils/__pycache__/rasterize.cpython-310.pyc and b/3D_Stage/lrm/utils/__pycache__/rasterize.cpython-310.pyc differ
 
3D_Stage/lrm/utils/__pycache__/saving.cpython-310.pyc CHANGED
Binary files a/3D_Stage/lrm/utils/__pycache__/saving.cpython-310.pyc and b/3D_Stage/lrm/utils/__pycache__/saving.cpython-310.pyc differ