Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
xchhuang committed Oct 13, 2024
1 parent 61b3d7b commit 8c2ab32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion latent_iadb_bn_diffusers.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def load_model_hook(models, input_dir):
noise = np.random.randn(args.eval_batch_size, 4, (args.resolution//8), (args.resolution//8)).astype(np.float32)

# just to reproduce figure 9
if False:
if True:
if i == 0:
shown_image_idx = [2, 7, 31, 48]
noise = noise[shown_image_idx]
Expand Down

0 comments on commit 8c2ab32

Please sign in to comment.