Skip to content

Commit

Permalink
change print
Browse files Browse the repository at this point in the history
  • Loading branch information
HNR1 committed Jun 13, 2023
1 parent 50772b6 commit 99035ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomesd/patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def make_diffusers_tome_block(block_class: Type[torch.nn.Module]) -> Type[torch.
Make a patched class for a diffusers model.
This patch applies ToMe to the forward function of the block.
"""
print(type(block_class))
print(block_class)
class ToMeBlock(block_class):
# Save for unpatching later
_parent = block_class
Expand Down

0 comments on commit 99035ff

Please sign in to comment.