Skip to content

Commit 9d9b0b2

Browse files
committed
make model work
1 parent b439f4c commit 9d9b0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/convert_cogview3_to_diffusers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def main(args):
192192
"latent_channels": 16,
193193
"norm_num_groups": 32,
194194
"sample_size": 1024,
195-
"scaling_factor": 0.18215,
195+
"scaling_factor": 1.0,
196196
"force_upcast": True,
197197
"use_quant_conv": False,
198198
"use_post_quant_conv": False,

0 commit comments

Comments
 (0)