Spaces:
Running
on
A10G
Running
on
A10G
pookiefoof
commited on
Merge branch 'main' of https://huggingface.co/spaces/VAST-AI/CharacterGen
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- 2D_Stage/tuneavideo/__pycache__/util.cpython-310.pyc +0 -0
- 2D_Stage/tuneavideo/models/__pycache__/PoseGuider.cpython-310.pyc +0 -0
- 2D_Stage/tuneavideo/models/__pycache__/refunet.cpython-310.pyc +0 -0
- 2D_Stage/tuneavideo/models/__pycache__/resnet.cpython-310.pyc +0 -0
- 2D_Stage/tuneavideo/models/__pycache__/transformer_mv2d.cpython-310.pyc +0 -0
- 2D_Stage/tuneavideo/models/__pycache__/unet.cpython-310.pyc +0 -0
- 2D_Stage/tuneavideo/models/__pycache__/unet_blocks.cpython-310.pyc +0 -0
- 2D_Stage/tuneavideo/models/__pycache__/unet_mv2d_blocks.cpython-310.pyc +0 -0
- 2D_Stage/tuneavideo/models/__pycache__/unet_mv2d_condition.cpython-310.pyc +0 -0
- 2D_Stage/tuneavideo/models/__pycache__/unet_mv2d_ref.cpython-310.pyc +0 -0
- 2D_Stage/tuneavideo/pipelines/__pycache__/pipeline_tuneavideo.cpython-310.pyc +0 -0
- 3D_Stage/__pycache__/refine.cpython-310.pyc +0 -0
- 3D_Stage/lrm/__pycache__/__init__.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/__pycache__/__init__.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/__pycache__/camera.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/__pycache__/isosurface.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/__pycache__/lpips.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/__pycache__/mesh.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/__pycache__/networks.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/background/__pycache__/__init__.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/background/__pycache__/base.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/background/__pycache__/solid_color_background.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/exporters/__pycache__/__init__.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/exporters/__pycache__/base.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/exporters/__pycache__/mesh_exporter.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/materials/__pycache__/__init__.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/materials/__pycache__/base.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/materials/__pycache__/no_material.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/renderers/__pycache__/__init__.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/renderers/__pycache__/base.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/renderers/__pycache__/triplane_dmtet.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/tokenizers/__pycache__/__init__.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/tokenizers/__pycache__/dinov2.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/tokenizers/__pycache__/image.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/tokenizers/__pycache__/triplane.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/transformers/__pycache__/__init__.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/transformers/__pycache__/attention.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/transformers/__pycache__/transformer_1d.cpython-310.pyc +0 -0
- 3D_Stage/lrm/models/transformers/attention.py +2 -2
- 3D_Stage/lrm/systems/__pycache__/__init__.cpython-310.pyc +0 -0
- 3D_Stage/lrm/systems/__pycache__/base.cpython-310.pyc +0 -0
- 3D_Stage/lrm/systems/__pycache__/multiview_lrm.cpython-310.pyc +0 -0
- 3D_Stage/lrm/systems/__pycache__/utils.cpython-310.pyc +0 -0
- 3D_Stage/lrm/utils/__pycache__/__init__.cpython-310.pyc +0 -0
- 3D_Stage/lrm/utils/__pycache__/base.cpython-310.pyc +0 -0
- 3D_Stage/lrm/utils/__pycache__/config.cpython-310.pyc +0 -0
- 3D_Stage/lrm/utils/__pycache__/misc.cpython-310.pyc +0 -0
- 3D_Stage/lrm/utils/__pycache__/ops.cpython-310.pyc +0 -0
- 3D_Stage/lrm/utils/__pycache__/rasterize.cpython-310.pyc +0 -0
- 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 |
-
|
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
|
|