Push model using huggingface_hub.
Browse files- README.md +2 -2
- config.json +52 -0
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
---
|
|
|
2 |
tags:
|
|
|
3 |
- bird
|
4 |
- pytorch_model_hub_mixin
|
5 |
-
- model_hub_mixin
|
6 |
-
pipeline_tag: image-to-image
|
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:
|
|
|
1 |
---
|
2 |
+
pipeline_tag: image-to-image
|
3 |
tags:
|
4 |
+
- model_hub_mixin
|
5 |
- bird
|
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:
|
config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"data": {
|
3 |
+
"category": "",
|
4 |
+
"channels": 3,
|
5 |
+
"dataset": "CelebA_HQ",
|
6 |
+
"gaussian_dequantization": false,
|
7 |
+
"image_size": 256,
|
8 |
+
"logit_transform": false,
|
9 |
+
"num_workers": 32,
|
10 |
+
"out_of_dist": false,
|
11 |
+
"random_flip": true,
|
12 |
+
"rescaled": true,
|
13 |
+
"uniform_dequantization": false
|
14 |
+
},
|
15 |
+
"diffusion": {
|
16 |
+
"beta_end": 0.02,
|
17 |
+
"beta_schedule": "linear",
|
18 |
+
"beta_start": 0.0001,
|
19 |
+
"num_diffusion_timesteps": 1000
|
20 |
+
},
|
21 |
+
"model": {
|
22 |
+
"attn_resolutions": [
|
23 |
+
16
|
24 |
+
],
|
25 |
+
"ch": 128,
|
26 |
+
"ch_mult": [
|
27 |
+
1,
|
28 |
+
1,
|
29 |
+
2,
|
30 |
+
2,
|
31 |
+
4,
|
32 |
+
4
|
33 |
+
],
|
34 |
+
"dropout": 0.0,
|
35 |
+
"ema": true,
|
36 |
+
"ema_rate": 0.999,
|
37 |
+
"in_channels": 3,
|
38 |
+
"num_res_blocks": 2,
|
39 |
+
"out_ch": 3,
|
40 |
+
"resamp_with_conv": true,
|
41 |
+
"type": "simple",
|
42 |
+
"var_type": "fixedsmall"
|
43 |
+
},
|
44 |
+
"sampling": {
|
45 |
+
"batch_size": 1
|
46 |
+
},
|
47 |
+
"time_travel": {
|
48 |
+
"T_sampling": 100,
|
49 |
+
"travel_length": 1,
|
50 |
+
"travel_repeat": 1
|
51 |
+
}
|
52 |
+
}
|