Upload 23 files
Browse files- .gitattributes +5 -0
- messi_3200.safetensors +3 -0
- messi_3200.yaml +70 -0
- messi_outputs/00018-2698509945.png +3 -0
- messi_outputs/image (1).png +3 -0
- messi_outputs/image (2).png +3 -0
- messi_outputs/image (3).png +3 -0
- messi_outputs/image.png +3 -0
- messi_training_images/1b4c9256b8c9dbb65cc9fc30245ab734 (1) (1).jpg +0 -0
- messi_training_images/3524154-71830248-2560-1440 (2).jpg +0 -0
- messi_training_images/HD-wallpaper-messi-cute-messi-cute-argentina-messi-2021-messi-argentina-messi-2018-messi-argentina-thumbnail (2).jpg +0 -0
- messi_training_images/Lionel-Messi-Argentina-2022-FIFA-World-Cup_(cropped).jpg +0 -0
- messi_training_images/fbf30e10ac0c1cf9778a8aab7909a38f (2).jpg +0 -0
- messi_training_images/images (1) (2).jpg +0 -0
- messi_training_images/images (2) (2).jpg +0 -0
- messi_training_images/images (3) (2).jpg +0 -0
- messi_training_images/images (4).jpg +0 -0
- messi_training_images/lionel-messi-scores-eighth-world-cup-goal (1).jpg +0 -0
- messi_training_images/photo1710097925.jpeg +0 -0
- messi_training_images/photo1710097936.jpeg +0 -0
- messi_training_images/photo1710097955.jpeg +0 -0
- messi_training_images/photo1710097975.jpeg +0 -0
- messi_training_images/photo1710098158.jpeg +0 -0
- messi_training_images/photo1710098166.jpeg +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,8 @@ 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 |
+
messi_outputs/00018-2698509945.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
messi_outputs/image[[:space:]](1).png filter=lfs diff=lfs merge=lfs -text
|
38 |
+
messi_outputs/image[[:space:]](2).png filter=lfs diff=lfs merge=lfs -text
|
39 |
+
messi_outputs/image[[:space:]](3).png filter=lfs diff=lfs merge=lfs -text
|
40 |
+
messi_outputs/image.png filter=lfs diff=lfs merge=lfs -text
|
messi_3200.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:203d75ec9b84bbb1fc6a6e6059ca31a604b292a51f245aa1d52c36f61db28821
|
3 |
+
size 2378748142
|
messi_3200.yaml
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
model:
|
2 |
+
base_learning_rate: 1.0e-04
|
3 |
+
target: ldm.models.diffusion.ddpm.LatentDiffusion
|
4 |
+
params:
|
5 |
+
linear_start: 0.00085
|
6 |
+
linear_end: 0.0120
|
7 |
+
num_timesteps_cond: 1
|
8 |
+
log_every_t: 200
|
9 |
+
timesteps: 1000
|
10 |
+
first_stage_key: "image"
|
11 |
+
cond_stage_key: "caption"
|
12 |
+
image_size: 64
|
13 |
+
channels: 4
|
14 |
+
cond_stage_trainable: false # Note: different from the one we trained before
|
15 |
+
conditioning_key: crossattn
|
16 |
+
monitor: val/loss_simple_ema
|
17 |
+
scale_factor: 0.18215
|
18 |
+
use_ema: False
|
19 |
+
|
20 |
+
scheduler_config: # 10000 warmup steps
|
21 |
+
target: ldm.lr_scheduler.LambdaLinearScheduler
|
22 |
+
params:
|
23 |
+
warm_up_steps: [ 10000 ]
|
24 |
+
cycle_lengths: [ 10000000000000 ] # incredibly large number to prevent corner cases
|
25 |
+
f_start: [ 1.e-6 ]
|
26 |
+
f_max: [ 1. ]
|
27 |
+
f_min: [ 1. ]
|
28 |
+
|
29 |
+
unet_config:
|
30 |
+
target: ldm.modules.diffusionmodules.openaimodel.UNetModel
|
31 |
+
params:
|
32 |
+
image_size: 32 # unused
|
33 |
+
in_channels: 4
|
34 |
+
out_channels: 4
|
35 |
+
model_channels: 320
|
36 |
+
attention_resolutions: [ 4, 2, 1 ]
|
37 |
+
num_res_blocks: 2
|
38 |
+
channel_mult: [ 1, 2, 4, 4 ]
|
39 |
+
num_heads: 8
|
40 |
+
use_spatial_transformer: True
|
41 |
+
transformer_depth: 1
|
42 |
+
context_dim: 768
|
43 |
+
use_checkpoint: True
|
44 |
+
legacy: False
|
45 |
+
|
46 |
+
first_stage_config:
|
47 |
+
target: ldm.models.autoencoder.AutoencoderKL
|
48 |
+
params:
|
49 |
+
embed_dim: 4
|
50 |
+
monitor: val/rec_loss
|
51 |
+
ddconfig:
|
52 |
+
double_z: true
|
53 |
+
z_channels: 4
|
54 |
+
resolution: 256
|
55 |
+
in_channels: 3
|
56 |
+
out_ch: 3
|
57 |
+
ch: 128
|
58 |
+
ch_mult:
|
59 |
+
- 1
|
60 |
+
- 2
|
61 |
+
- 4
|
62 |
+
- 4
|
63 |
+
num_res_blocks: 2
|
64 |
+
attn_resolutions: [ ]
|
65 |
+
dropout: 0.0
|
66 |
+
lossconfig:
|
67 |
+
target: torch.nn.Identity
|
68 |
+
|
69 |
+
cond_stage_config:
|
70 |
+
target: ldm.modules.encoders.modules.FrozenCLIPEmbedder
|
messi_outputs/00018-2698509945.png
ADDED
![]() |
Git LFS Details
|
messi_outputs/image (1).png
ADDED
![]() |
Git LFS Details
|
messi_outputs/image (2).png
ADDED
![]() |
Git LFS Details
|
messi_outputs/image (3).png
ADDED
![]() |
Git LFS Details
|
messi_outputs/image.png
ADDED
![]() |
Git LFS Details
|
messi_training_images/1b4c9256b8c9dbb65cc9fc30245ab734 (1) (1).jpg
ADDED
![]() |
messi_training_images/3524154-71830248-2560-1440 (2).jpg
ADDED
![]() |
messi_training_images/HD-wallpaper-messi-cute-messi-cute-argentina-messi-2021-messi-argentina-messi-2018-messi-argentina-thumbnail (2).jpg
ADDED
![]() |
messi_training_images/Lionel-Messi-Argentina-2022-FIFA-World-Cup_(cropped).jpg
ADDED
![]() |
messi_training_images/fbf30e10ac0c1cf9778a8aab7909a38f (2).jpg
ADDED
![]() |
messi_training_images/images (1) (2).jpg
ADDED
![]() |
messi_training_images/images (2) (2).jpg
ADDED
![]() |
messi_training_images/images (3) (2).jpg
ADDED
![]() |
messi_training_images/images (4).jpg
ADDED
![]() |
messi_training_images/lionel-messi-scores-eighth-world-cup-goal (1).jpg
ADDED
![]() |
messi_training_images/photo1710097925.jpeg
ADDED
![]() |
messi_training_images/photo1710097936.jpeg
ADDED
![]() |
messi_training_images/photo1710097955.jpeg
ADDED
![]() |
messi_training_images/photo1710097975.jpeg
ADDED
![]() |
messi_training_images/photo1710098158.jpeg
ADDED
![]() |
messi_training_images/photo1710098166.jpeg
ADDED
![]() |