Latent-Dreamscape
commited on
Commit
•
d0d7b00
1
Parent(s):
f6b15eb
Update readme.md
Browse files
readme.md
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
--
|
4 |
-
attention_resolutions
|
5 |
class_cond: false,
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
--
|
4 |
+
attention_resolutions 16,
|
5 |
class_cond: false,
|
6 |
+
rescale_timesteps: true,
|
7 |
+
image_size: 256,
|
8 |
+
learn_sigma: true,
|
9 |
+
noise_schedule: linear,
|
10 |
+
num_channels: 128,
|
11 |
+
num_heads: 1,
|
12 |
+
num_res_blocks: 2,
|
13 |
+
resblock_updown: false,
|
14 |
+
use_scale_shift_norm: false,
|
15 |
+
use_fp16: true
|