Upload folder using huggingface_hub
Browse files
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 =
|
| 51 |
-
single_stream_depth: int =
|
| 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,
|