Upload folder using huggingface_hub
Browse files- config.yaml +17 -0
- model.pt +3 -0
config.yaml
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
model:
|
2 |
+
target: pixelflow.model.PixelFlowModel
|
3 |
+
params:
|
4 |
+
num_attention_heads: 16
|
5 |
+
attention_head_dim: 72
|
6 |
+
in_channels: 3
|
7 |
+
out_channels: 3
|
8 |
+
depth: 28
|
9 |
+
num_classes: 0
|
10 |
+
patch_size: 4
|
11 |
+
attention_bias: true
|
12 |
+
cross_attention_dim: 2048
|
13 |
+
scheduler:
|
14 |
+
num_train_timesteps: 1000
|
15 |
+
num_stages: 4
|
16 |
+
pyramid_shift: false
|
17 |
+
seed: 42
|
model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44a2c61a1e59a2bb8ed4211c0eb52c4ecf5be851676805b08a63d5f5527a2bf6
|
3 |
+
size 3528589624
|