Push model using huggingface_hub.
Browse files- README.md +11 -3
- config.json +19 -0
- model.safetensors +3 -0
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: image-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: [More Information Needed]
|
11 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"arch": "hdit_ImageNet256Sp4",
|
3 |
+
"betas": [
|
4 |
+
0.9,
|
5 |
+
0.95
|
6 |
+
],
|
7 |
+
"colorization": false,
|
8 |
+
"conditional": false,
|
9 |
+
"ema_decay": 0.9999,
|
10 |
+
"eps": 0.0,
|
11 |
+
"lr": 0.0005,
|
12 |
+
"mmse_model_arch": "swinir_L",
|
13 |
+
"mmse_model_ckpt_path": null,
|
14 |
+
"mmse_noise_std": 0.1,
|
15 |
+
"num_flow_steps": 50,
|
16 |
+
"stage": "flow",
|
17 |
+
"t_schedule": "stratified_uniform",
|
18 |
+
"weight_decay": 0.01
|
19 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c88599689c752c8d6e05c0794f3d1d7c649cff88aa42a74c601d8ed480d174f
|
3 |
+
size 923104972
|