ShoufaChen
commited on
Commit
•
b345448
1
Parent(s):
cbbc83d
Push model using huggingface_hub.
Browse files- README.md +12 -0
- config.json +24 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- model_hub_mixin
|
5 |
+
- llamagen
|
6 |
+
- text-to-image
|
7 |
+
- pytorch_model_hub_mixin
|
8 |
+
---
|
9 |
+
|
10 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
11 |
+
- Library: https://github.com/FoundationVision/LlamaGen
|
12 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"codebook_embed_dim": 8,
|
3 |
+
"codebook_l2_norm": true,
|
4 |
+
"codebook_show_usage": true,
|
5 |
+
"codebook_size": 16384,
|
6 |
+
"commit_loss_beta": 0.25,
|
7 |
+
"decoder_ch_mult": [
|
8 |
+
1,
|
9 |
+
1,
|
10 |
+
2,
|
11 |
+
2,
|
12 |
+
4
|
13 |
+
],
|
14 |
+
"dropout_p": 0.0,
|
15 |
+
"encoder_ch_mult": [
|
16 |
+
1,
|
17 |
+
1,
|
18 |
+
2,
|
19 |
+
2,
|
20 |
+
4
|
21 |
+
],
|
22 |
+
"entropy_loss_ratio": 0.0,
|
23 |
+
"z_channels": 256
|
24 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c56d2be11c8fa4f816d786a660708fa4d47a5200a3190af69a4340a2db67365
|
3 |
+
size 287832820
|