kaupane commited on
Commit
f4119d0
·
verified ·
1 Parent(s): 9e8d4a2

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. artflow/models/artflow.py +2 -2
artflow/models/artflow.py CHANGED
@@ -47,8 +47,8 @@ class ArtFlow(nn.Module, PyTorchModelHubMixin):
47
  # Configuration
48
  hidden_size: int = 1152,
49
  num_heads: int = 16,
50
- double_stream_depth: int = 28,
51
- single_stream_depth: int = 0,
52
  mlp_ratio: float = 2.67,
53
  conditioning_scheme: str = "pure",
54
  qkv_bias: bool = True,
 
47
  # Configuration
48
  hidden_size: int = 1152,
49
  num_heads: int = 16,
50
+ double_stream_depth: int = 0,
51
+ single_stream_depth: int = 28,
52
  mlp_ratio: float = 2.67,
53
  conditioning_scheme: str = "pure",
54
  qkv_bias: bool = True,