tolgacangoz commited on
Commit
43c5152
1 Parent(s): 9c3e26d

[As you also know, I am working on this pipeline at the moment.](https://github.com/huggingface/diffusers/issues/6407#issuecomment-2153254855) I would like to continue where you left off. Can I take your advice, when I need it?

[Probably this is not something important but I just realized this.](https://github.com/search?q=repo%3Atyxsspa%2FAnyText+norm+eps&type=code)

Files changed (1) hide show
  1. unet/config.json +1 -1
unet/config.json CHANGED
@@ -39,7 +39,7 @@
39
  "mid_block_only_cross_attention": null,
40
  "mid_block_scale_factor": 1,
41
  "mid_block_type": "UNetMidBlock2DCrossAttn",
42
- "norm_eps": 1e-05,
43
  "norm_num_groups": 32,
44
  "num_attention_heads": null,
45
  "num_class_embeds": null,
 
39
  "mid_block_only_cross_attention": null,
40
  "mid_block_scale_factor": 1,
41
  "mid_block_type": "UNetMidBlock2DCrossAttn",
42
+ "norm_eps": 1e-06,
43
  "norm_num_groups": 32,
44
  "num_attention_heads": null,
45
  "num_class_embeds": null,