Skip to content

Commit 66669b2

Browse files
I don't think there was any because nobody complained. (Comfy-Org#13807)
1 parent 6504573 commit 66669b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

comfy/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1390,7 +1390,7 @@ def convert_old_quants(state_dict, model_prefix="", metadata={}):
13901390
k_out = "{}.weight_scale".format(layer)
13911391

13921392
if layer is not None:
1393-
layer_conf = {"format": "float8_e4m3fn"} # TODO: check if anyone did some non e4m3fn scaled checkpoints
1393+
layer_conf = {"format": "float8_e4m3fn"}
13941394
if full_precision_matrix_mult:
13951395
layer_conf["full_precision_matrix_mult"] = full_precision_matrix_mult
13961396
layers[layer] = layer_conf

0 commit comments

Comments
 (0)