Update model
Browse files- README.md +14 -3
- config.json +31 -0
- model.safetensors +3 -0
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: text-to-image
|
4 |
+
tags:
|
5 |
+
- ImageNet
|
6 |
+
- arxiv:2502.21318
|
7 |
+
- diffusion
|
8 |
+
- model_hub_mixin
|
9 |
+
- pytorch_model_hub_mixin
|
10 |
+
---
|
11 |
+
|
12 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
13 |
+
- Library: https://github.com/lucasdegeorge/T2I-ImageNet/
|
14 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bias_init": "zeros",
|
3 |
+
"compute_dropout": 0,
|
4 |
+
"compute_heads": 16,
|
5 |
+
"compute_stochastic_depth": 0,
|
6 |
+
"concat_cond_token_to_latents": false,
|
7 |
+
"data_dim": 256,
|
8 |
+
"data_mlp_multiplier": 4,
|
9 |
+
"data_positional_embedding_type": "learned",
|
10 |
+
"data_size": 32,
|
11 |
+
"label_dim": 2048,
|
12 |
+
"latent_mlp_multiplier": 4,
|
13 |
+
"latents_dim": 1024,
|
14 |
+
"noise_embedding_type": "positional",
|
15 |
+
"num_blocks": 4,
|
16 |
+
"num_cond_tokens": 77,
|
17 |
+
"num_input_channels": 4,
|
18 |
+
"num_latents": 256,
|
19 |
+
"num_processing_layers": 4,
|
20 |
+
"num_text_registers": 16,
|
21 |
+
"path_size": 2,
|
22 |
+
"read_write_heads": 16,
|
23 |
+
"rw_dropout": 0.0,
|
24 |
+
"rw_stochastic_depth": 0,
|
25 |
+
"time_scaling": 1000.0,
|
26 |
+
"use_16_bits_layer_norm": false,
|
27 |
+
"use_biases": true,
|
28 |
+
"use_cond_rin_block": true,
|
29 |
+
"use_cond_token": true,
|
30 |
+
"weight_init": "xavier_uniform"
|
31 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d67d35eb8271f654d99ce226c5219b6bfce2ebd1c153717c9abd28a1701451d6
|
3 |
+
size 1326247177
|