Skip to content

Commit

Permalink
fix: add new args to define_g
Browse files Browse the repository at this point in the history
  • Loading branch information
pnsuau committed Mar 16, 2023
1 parent 5623e31 commit 47dfc92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/diffusion_networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ def define_G(
G_unet_mha_norm_layer,
G_unet_mha_group_norm_size,
alg_palette_sampling_method,
alg_palette_scaling_factor,
alg_palette_normalize_yt,
dropout=0,
channel_mults=(1, 2, 4, 8),
conv_resample=True,
Expand Down

0 comments on commit 47dfc92

Please sign in to comment.