Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- config.json +52 -0
- diffusion_pytorch_model.safetensors +3 -0
- samples/10260.png +0 -0
- samples/10530.png +0 -0
- samples/1080.png +0 -0
- samples/10800.png +0 -0
- samples/11070.png +0 -0
- samples/11340.png +0 -0
- samples/11610.png +0 -0
- samples/11880.png +0 -0
- samples/12150.png +0 -0
- samples/12420.png +0 -0
- samples/12690.png +0 -0
- samples/12960.png +0 -0
- samples/13230.png +0 -0
- samples/1350.png +0 -0
- samples/13500.png +0 -0
- samples/1620.png +0 -0
- samples/1890.png +0 -0
- samples/2160.png +0 -0
- samples/2430.png +0 -0
- samples/270.png +3 -0
- samples/2700.png +0 -0
- samples/2970.png +0 -0
- samples/3240.png +0 -0
- samples/3510.png +0 -0
- samples/3780.png +0 -0
- samples/4050.png +0 -0
- samples/4320.png +0 -0
- samples/4590.png +0 -0
- samples/4860.png +0 -0
- samples/5130.png +0 -0
- samples/540.png +0 -0
- samples/5400.png +0 -0
- samples/5670.png +0 -0
- samples/5940.png +0 -0
- samples/6210.png +0 -0
- samples/6480.png +0 -0
- samples/6750.png +0 -0
- samples/7020.png +0 -0
- samples/7290.png +0 -0
- samples/7560.png +0 -0
- samples/7830.png +0 -0
- samples/810.png +0 -0
- samples/8100.png +0 -0
- samples/8370.png +0 -0
- samples/8640.png +0 -0
- samples/8910.png +0 -0
- samples/9180.png +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
samples/270.png filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.32.2",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"attn_norm_num_groups": null,
|
8 |
+
"block_out_channels": [
|
9 |
+
128,
|
10 |
+
128,
|
11 |
+
256,
|
12 |
+
256,
|
13 |
+
512,
|
14 |
+
512
|
15 |
+
],
|
16 |
+
"center_input_sample": false,
|
17 |
+
"class_embed_type": null,
|
18 |
+
"down_block_types": [
|
19 |
+
"DownBlock2D",
|
20 |
+
"DownBlock2D",
|
21 |
+
"DownBlock2D",
|
22 |
+
"DownBlock2D",
|
23 |
+
"AttnDownBlock2D",
|
24 |
+
"DownBlock2D"
|
25 |
+
],
|
26 |
+
"downsample_padding": 1,
|
27 |
+
"downsample_type": "conv",
|
28 |
+
"dropout": 0.0,
|
29 |
+
"flip_sin_to_cos": true,
|
30 |
+
"freq_shift": 0,
|
31 |
+
"in_channels": 3,
|
32 |
+
"layers_per_block": 2,
|
33 |
+
"mid_block_scale_factor": 1,
|
34 |
+
"norm_eps": 1e-05,
|
35 |
+
"norm_num_groups": 32,
|
36 |
+
"num_class_embeds": null,
|
37 |
+
"num_train_timesteps": null,
|
38 |
+
"out_channels": 3,
|
39 |
+
"resnet_time_scale_shift": "default",
|
40 |
+
"sample_size": 64,
|
41 |
+
"time_embedding_dim": null,
|
42 |
+
"time_embedding_type": "positional",
|
43 |
+
"up_block_types": [
|
44 |
+
"UpBlock2D",
|
45 |
+
"AttnUpBlock2D",
|
46 |
+
"UpBlock2D",
|
47 |
+
"UpBlock2D",
|
48 |
+
"UpBlock2D",
|
49 |
+
"UpBlock2D"
|
50 |
+
],
|
51 |
+
"upsample_type": "conv"
|
52 |
+
}
|
diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9247e6f8f6e2152dc1ec92ec407acb328ac0bc1662710bc0a5c4deec00fae8f
|
3 |
+
size 454741108
|
samples/10260.png
ADDED
![]() |
samples/10530.png
ADDED
![]() |
samples/1080.png
ADDED
![]() |
samples/10800.png
ADDED
![]() |
samples/11070.png
ADDED
![]() |
samples/11340.png
ADDED
![]() |
samples/11610.png
ADDED
![]() |
samples/11880.png
ADDED
![]() |
samples/12150.png
ADDED
![]() |
samples/12420.png
ADDED
![]() |
samples/12690.png
ADDED
![]() |
samples/12960.png
ADDED
![]() |
samples/13230.png
ADDED
![]() |
samples/1350.png
ADDED
![]() |
samples/13500.png
ADDED
![]() |
samples/1620.png
ADDED
![]() |
samples/1890.png
ADDED
![]() |
samples/2160.png
ADDED
![]() |
samples/2430.png
ADDED
![]() |
samples/270.png
ADDED
![]() |
Git LFS Details
|
samples/2700.png
ADDED
![]() |
samples/2970.png
ADDED
![]() |
samples/3240.png
ADDED
![]() |
samples/3510.png
ADDED
![]() |
samples/3780.png
ADDED
![]() |
samples/4050.png
ADDED
![]() |
samples/4320.png
ADDED
![]() |
samples/4590.png
ADDED
![]() |
samples/4860.png
ADDED
![]() |
samples/5130.png
ADDED
![]() |
samples/540.png
ADDED
![]() |
samples/5400.png
ADDED
![]() |
samples/5670.png
ADDED
![]() |
samples/5940.png
ADDED
![]() |
samples/6210.png
ADDED
![]() |
samples/6480.png
ADDED
![]() |
samples/6750.png
ADDED
![]() |
samples/7020.png
ADDED
![]() |
samples/7290.png
ADDED
![]() |
samples/7560.png
ADDED
![]() |
samples/7830.png
ADDED
![]() |
samples/810.png
ADDED
![]() |
samples/8100.png
ADDED
![]() |
samples/8370.png
ADDED
![]() |
samples/8640.png
ADDED
![]() |
samples/8910.png
ADDED
![]() |
samples/9180.png
ADDED
![]() |