Spaces:
Build error
Build error
using your convert python script ,convert error
#2
by
chenjc007
- opened
AttributeError Traceback (most recent call last)
in <cell line: 15>()
43
44 # Output norms.
---> 45 elif isinstance(layer, stable_diffusion.internal.layers.group_normalization.GroupNormalization):
46 unet_state_dict["conv_norm_out.weight"] = torch.from_numpy(layer.get_weights()[0])
47 unet_state_dict["conv_norm_out.bias"] = torch.from_numpy(layer.get_weights()[1])
AttributeError: module 'keras_cv.models.stable_diffusion.internal.layers' has no attribute 'group_normalization'
chenjc007
changed discussion status to
closed