2ch commited on
Commit
7f04609
1 Parent(s): 5ea1c4e

Upload folder using huggingface_hub

Browse files
AnyFutaGape.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9d57e087ed6d212ab0093ea430f506bc267a9b15632532605db186883939685
3
+ size 2132625431
DBWayneBarlowe_JM.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dde2a8a0b490f59fe0c25e16cb1b0ab5f398da14a39c6e4ece35d44e5bb553fa
3
+ size 2132625431
DanMumford_Style.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c65b80d2fa1da86cfb41b4abe659715a15ef3b386a996943979e9ec42464c53e
3
+ size 2132625431
FutaAllAnime_v7.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63eceef41893aca3960326c6a49d54be768300d7532605787526f4a549053b8b
3
+ size 2132625431
FutaAllAnime_v7_1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c657fc9e8fceda62fbc545f1490c7997fd8b87ea77697a882185f68c90de521
3
+ size 2132625431
FutaAnime.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:141e0dadf0cfce8c2942281251e8b44e135c8a68c0e80e6d688a2f89939bc21c
3
+ size 2132625431
Futacum_r34.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8604c451c1aec8f9a452a0d77486ebba9a7b22de279ffc4f8e5afd48711e8562
3
+ size 2132625431
HASDX.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02aaa798d6f82d6f695baa1764048e9496a9056c424479d92abed9f3ec256315
3
+ size 2132625431
MosaicArt_v2.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:092ca3896a4486a3896f5ae9e8d0c66256a33d13cb84da560d408c1b4f4a44a6
3
+ size 2607359919
MosaicArt_v2.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"
OldJourney.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f56fabbff8a4e0b8e07d9b8888f16020cac1fc76bce3af2cf32589de62b36cd
3
+ size 2580068692
OldJourney.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"
Protogen_X58_Rebuil.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:247f05d7cb59ded861f729bceba57c90972ed6becf7ee36e8098d27a056708a1
3
+ size 2132625431
Unvail_AI_3DKX.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d10ad6063db2f8c3b9d21887dca4cac5713a6cc34be3856d0beaa57b13c1395e
3
+ size 2132625431
chilloutmix.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59ffe2243a25c9fe137d590eb3c5c3d3273f1b4c86252da11bbdc9568773da0c
3
+ size 2132626071
clarity.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a556d7bd56c032f4a0f00ef6923e23be5d0768a71c83fb0a3ab6c498f4700cc
3
+ size 2132626071
deliberate.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5fa9f6d417b5b26ba234447c1b3936a21033ad57dcc2e7fe50bcdde0055d5e5
3
+ size 2132625431
futacum_anything.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1e6b8b4e47d8760d68f30a30a38c756defaf0521ba44044501873b3b2bae20c
3
+ size 2132625431
illithid_person.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad799c990ced7c246a819d7e68d8a743e9f62267444bd80fe17ce212151a2426
3
+ size 2132625431
img2img_PaintingGenerator.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad4da23f8d75c2ab9a537645690aceaef711830240de7ae77577361c0926ab2e
3
+ size 2132625431
lozhkin.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b7fff75e47b2e5e02e144e5795c741017f6005d766bcb5dbe419e09d766bcb6
3
+ size 2132625431
lvngvncnt_Van-Gogh.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd5510a0d0b210ef8c8375071adcc0d32b6eacdf025b1a925f8d3d792207eca8
3
+ size 2132625431
mdjrny-shttr.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e43c00129789c0a19252d19e8f688c695a47a4533ca60014c0bdeb9c2e06d9e
3
+ size 2132625431
mdjrny-v4_style-openjourney.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa8be9b5083254134b0ad100b6f445a47512481e7be16c48364b123c93ea5767
3
+ size 2132625431
mdjrny-v4_style.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa8be9b5083254134b0ad100b6f445a47512481e7be16c48364b123c93ea5767
3
+ size 2132625431
microshatterMerge.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74c944ec1de3578dd7ec89ed79c892018ff2f2bdda47f3a6520f0ff2b0498b49
3
+ size 2132625431
movieDiffusion.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f321c2c996b53ba97fc323416276a43eeadf08d467fad86b87c989a3fab8c265
3
+ size 2132625431
protogenEclipse_protogenX74.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79e965049a0134d5e04bf7a82b8f45bd67f45dd2f4a4e752f16170b0e6348b59
3
+ size 2132625431
protogenNovaX80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba4d8dae575fd4687df7f94ff372eaaa34682826a8375f064c7c9e1ae1226a8b
3
+ size 2132625431
reasonableDrink.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3e57e7d0f65e35b739cdb9258acbdaa340c7d1d5e0c70a55923508a608c8b5b
3
+ size 2132625431
reonArgondiansStyle.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ba7bb679aef0d659653c65f52c4f57b6f2045a3bdd82eacd68df11adde68e5f
3
+ size 2132625431
shkya.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf3b7070cec69d4d90140805262860a8add3661ed653654ec9306f977158e172
3
+ size 2132625431
ssmoky.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99ca4ef565e66cd08eb5625de08e5bed47692c6cf56ec168b2bb2f746d7c6b20
3
+ size 2132625431
tabaxi_person.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:490a9c9f485832a74c5c769beaab14da758e3112b75e245f00d55a083191c77b
3
+ size 2132650523
wikiart_v2.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:976cceda35600cbc7f5b9d87c2c08a5c6bf44b26132920db3ee1d3539e41c28c
3
+ size 2132625893