Oigen21412
commited on
Commit
•
de8ce16
1
Parent(s):
9ec6cf0
Upload 5 files
Browse files- artiusV21_v21.safetensors +3 -0
- artiusV21_v21.yaml +68 -0
- babes_11.safetensors +3 -0
- illuminuttyDiffusion_v111.safetensors +3 -0
- illuminuttyDiffusion_v111.yaml +69 -0
artiusV21_v21.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ee4331304c99d877bc252261103b825fca4cd9d31e3a40079c8d8ab6ec1ecc9
|
3 |
+
size 2607359956
|
artiusV21_v21.yaml
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
model:
|
2 |
+
base_learning_rate: 1.0e-4
|
3 |
+
target: ldm.models.diffusion.ddpm.LatentDiffusion
|
4 |
+
params:
|
5 |
+
parameterization: "v"
|
6 |
+
linear_start: 0.00085
|
7 |
+
linear_end: 0.0120
|
8 |
+
num_timesteps_cond: 1
|
9 |
+
log_every_t: 200
|
10 |
+
timesteps: 1000
|
11 |
+
first_stage_key: "jpg"
|
12 |
+
cond_stage_key: "txt"
|
13 |
+
image_size: 64
|
14 |
+
channels: 4
|
15 |
+
cond_stage_trainable: false
|
16 |
+
conditioning_key: crossattn
|
17 |
+
monitor: val/loss_simple_ema
|
18 |
+
scale_factor: 0.18215
|
19 |
+
use_ema: False # we set this to false because this is an inference only config
|
20 |
+
|
21 |
+
unet_config:
|
22 |
+
target: ldm.modules.diffusionmodules.openaimodel.UNetModel
|
23 |
+
params:
|
24 |
+
use_checkpoint: True
|
25 |
+
use_fp16: True
|
26 |
+
image_size: 32 # unused
|
27 |
+
in_channels: 4
|
28 |
+
out_channels: 4
|
29 |
+
model_channels: 320
|
30 |
+
attention_resolutions: [ 4, 2, 1 ]
|
31 |
+
num_res_blocks: 2
|
32 |
+
channel_mult: [ 1, 2, 4, 4 ]
|
33 |
+
num_head_channels: 64 # need to fix for flash-attn
|
34 |
+
use_spatial_transformer: True
|
35 |
+
use_linear_in_transformer: True
|
36 |
+
transformer_depth: 1
|
37 |
+
context_dim: 1024
|
38 |
+
legacy: False
|
39 |
+
|
40 |
+
first_stage_config:
|
41 |
+
target: ldm.models.autoencoder.AutoencoderKL
|
42 |
+
params:
|
43 |
+
embed_dim: 4
|
44 |
+
monitor: val/rec_loss
|
45 |
+
ddconfig:
|
46 |
+
#attn_type: "vanilla-xformers"
|
47 |
+
double_z: true
|
48 |
+
z_channels: 4
|
49 |
+
resolution: 256
|
50 |
+
in_channels: 3
|
51 |
+
out_ch: 3
|
52 |
+
ch: 128
|
53 |
+
ch_mult:
|
54 |
+
- 1
|
55 |
+
- 2
|
56 |
+
- 4
|
57 |
+
- 4
|
58 |
+
num_res_blocks: 2
|
59 |
+
attn_resolutions: []
|
60 |
+
dropout: 0.0
|
61 |
+
lossconfig:
|
62 |
+
target: torch.nn.Identity
|
63 |
+
|
64 |
+
cond_stage_config:
|
65 |
+
target: ldm.modules.encoders.modules.FrozenOpenCLIPEmbedder
|
66 |
+
params:
|
67 |
+
freeze: True
|
68 |
+
layer: "penultimate"
|
babes_11.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:121ec74ddc1566cc7f4f16f5f1d026e8e6758f4238084bceefa4ca3e6e7a3fcd
|
3 |
+
size 4019069509
|
illuminuttyDiffusion_v111.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1406b31c0b7098cd9adf1bbbb4333afa328d4e458396d1b120c8d1bfff8fc65
|
3 |
+
size 2607359966
|
illuminuttyDiffusion_v111.yaml
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# the illuminutty lives on
|
2 |
+
model:
|
3 |
+
base_learning_rate: 1.0e-4
|
4 |
+
target: ldm.models.diffusion.ddpm.LatentDiffusion
|
5 |
+
params:
|
6 |
+
parameterization: "v"
|
7 |
+
linear_start: 0.00085
|
8 |
+
linear_end: 0.0120
|
9 |
+
num_timesteps_cond: 1
|
10 |
+
log_every_t: 200
|
11 |
+
timesteps: 1000
|
12 |
+
first_stage_key: "jpg"
|
13 |
+
cond_stage_key: "txt"
|
14 |
+
image_size: 64
|
15 |
+
channels: 4
|
16 |
+
cond_stage_trainable: false
|
17 |
+
conditioning_key: crossattn
|
18 |
+
monitor: val/loss_simple_ema
|
19 |
+
scale_factor: 0.18215
|
20 |
+
use_ema: False # we set this to false because this is an inference only config
|
21 |
+
|
22 |
+
unet_config:
|
23 |
+
target: ldm.modules.diffusionmodules.openaimodel.UNetModel
|
24 |
+
params:
|
25 |
+
use_checkpoint: True
|
26 |
+
use_fp16: True
|
27 |
+
image_size: 32 # unused
|
28 |
+
in_channels: 4
|
29 |
+
out_channels: 4
|
30 |
+
model_channels: 320
|
31 |
+
attention_resolutions: [ 4, 2, 1 ]
|
32 |
+
num_res_blocks: 2
|
33 |
+
channel_mult: [ 1, 2, 4, 4 ]
|
34 |
+
num_head_channels: 64 # need to fix for flash-attn
|
35 |
+
use_spatial_transformer: True
|
36 |
+
use_linear_in_transformer: True
|
37 |
+
transformer_depth: 1
|
38 |
+
context_dim: 1024
|
39 |
+
legacy: False
|
40 |
+
|
41 |
+
first_stage_config:
|
42 |
+
target: ldm.models.autoencoder.AutoencoderKL
|
43 |
+
params:
|
44 |
+
embed_dim: 4
|
45 |
+
monitor: val/rec_loss
|
46 |
+
ddconfig:
|
47 |
+
#attn_type: "vanilla-xformers"
|
48 |
+
double_z: true
|
49 |
+
z_channels: 4
|
50 |
+
resolution: 256
|
51 |
+
in_channels: 3
|
52 |
+
out_ch: 3
|
53 |
+
ch: 128
|
54 |
+
ch_mult:
|
55 |
+
- 1
|
56 |
+
- 2
|
57 |
+
- 4
|
58 |
+
- 4
|
59 |
+
num_res_blocks: 2
|
60 |
+
attn_resolutions: []
|
61 |
+
dropout: 0.0
|
62 |
+
lossconfig:
|
63 |
+
target: torch.nn.Identity
|
64 |
+
|
65 |
+
cond_stage_config:
|
66 |
+
target: ldm.modules.encoders.modules.FrozenOpenCLIPEmbedder
|
67 |
+
params:
|
68 |
+
freeze: True
|
69 |
+
layer: "penultimate"
|