Push model using huggingface_hub.
Browse files- README.md +11 -0
- config.json +36 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: text-to-image
|
4 |
+
tags:
|
5 |
+
- model_hub_mixin
|
6 |
+
- pytorch_model_hub_mixin
|
7 |
+
---
|
8 |
+
|
9 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
10 |
+
- Library: https://github.com/LTH14/fractalgen
|
11 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attn_dropout": 0.1,
|
3 |
+
"class_num": 1000,
|
4 |
+
"embed_dim_list": [
|
5 |
+
1024,
|
6 |
+
512,
|
7 |
+
128
|
8 |
+
],
|
9 |
+
"fractal_level": 0,
|
10 |
+
"generator_type_list": [
|
11 |
+
"ar",
|
12 |
+
"ar",
|
13 |
+
"ar"
|
14 |
+
],
|
15 |
+
"grad_checkpointing": false,
|
16 |
+
"guiding_pixel": false,
|
17 |
+
"img_size_list": [
|
18 |
+
64,
|
19 |
+
4,
|
20 |
+
1
|
21 |
+
],
|
22 |
+
"label_drop_prob": 0.1,
|
23 |
+
"num_blocks_list": [
|
24 |
+
32,
|
25 |
+
8,
|
26 |
+
3
|
27 |
+
],
|
28 |
+
"num_conds": 1,
|
29 |
+
"num_heads_list": [
|
30 |
+
16,
|
31 |
+
8,
|
32 |
+
4
|
33 |
+
],
|
34 |
+
"proj_dropout": 0.1,
|
35 |
+
"r_weight": 5.0
|
36 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5202985218cf4c37c9d35b20f4da72087d7cb3eec35c1a7523b0d0bbbf30b7ff
|
3 |
+
size 1768313624
|