Masterjp123 commited on
Commit
7334032
·
1 Parent(s): 06cbe9a

Upload 16 files

Browse files
Furation Models/Fuaration-Sakura-Niji-Fixed.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f346a4d01f2f56b3f98c7b581ca6a716d119cf940d85066b541e143dacf17b48
3
+ size 4265097196
Furation Models/Furation-Pear-[FULL].safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf79a7634a16daeaa5e2936397f263fb1ccdd2aea3a81cdbc5b90d3b9d6bc8ea
3
+ size 9361280586
Furation Models/furation_sakura.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f0d1eda785526a5de8a9b1be1181684d5161aa66db5447d46af61ee42197c34
3
+ size 4265097884
Furation Models/furation_vanilla.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6b272d4d3ed4ed68e1b7c0dc693f226706a7bb4f0c3782af58d4e19ad8c77d1
3
+ size 5672764414
Furation Models/furation_vanillaNiji.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34a8eacc724bbcf64424dfa66c8fc487ed7155ca7addd534b21b5dfae22a0965
3
+ size 5672745030
MasterAnime Models/MASTERANIME-V2P1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44f5ed99ffce97e430853ba4a43d74e59adbf19b9b21e6aaa48e5127c6b45b3d
3
+ size 10371372134
MasterAnime Models/MasterAnime-ALT.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a33d666fe79fa697da24b874bfe11305a04d9e45485cc48bab3219e1bb7e7140
3
+ size 5672799916
MasterAnime Models/MasterAnime-NEWTEST.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae8883aa4a727944513a9f351eccaa0898b76088606f92af1f114b91ebbf34c7
3
+ size 5673008496
MasterAnime Models/MasterAnime-V2-FULL-NOVAE.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e99657c6847e2b7eb0fc9debadea77f4e5e9cdb4c368c60ceda9ebd2f68276f
3
+ size 10371372118
MasterAnime Models/MasterAnime-VAE.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbb776f3f363aceb86240646807b81ee2820c5b9e19761e5124d48f40e650c84
3
+ size 5505475630
Random stuff/Fluffyrock-vpred-e135-vae.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62c636547248b49ca570544946de114dc3ec6708f42959418ed00e63a1807d85
3
+ size 4265097716
Random stuff/Fluffyrock-vpred-e135-vae.yaml ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ base_learning_rate: 1.0e-04
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 # Note: different from the one we trained before
16
+ conditioning_key: crossattn
17
+ monitor: val/loss_simple_ema
18
+ scale_factor: 0.18215
19
+ use_ema: False
20
+
21
+ scheduler_config: # 10000 warmup steps
22
+ target: ldm.lr_scheduler.LambdaLinearScheduler
23
+ params:
24
+ warm_up_steps: [ 10000 ]
25
+ cycle_lengths: [ 10000000000000 ] # incredibly large number to prevent corner cases
26
+ f_start: [ 1.e-6 ]
27
+ f_max: [ 1. ]
28
+ f_min: [ 1. ]
29
+
30
+ unet_config:
31
+ target: ldm.modules.diffusionmodules.openaimodel.UNetModel
32
+ params:
33
+ image_size: 32 # unused
34
+ in_channels: 4
35
+ out_channels: 4
36
+ model_channels: 320
37
+ attention_resolutions: [ 4, 2, 1 ]
38
+ num_res_blocks: 2
39
+ channel_mult: [ 1, 2, 4, 4 ]
40
+ num_heads: 8
41
+ use_spatial_transformer: True
42
+ transformer_depth: 1
43
+ context_dim: 768
44
+ use_checkpoint: True
45
+ legacy: False
46
+
47
+ first_stage_config:
48
+ target: ldm.models.autoencoder.AutoencoderKL
49
+ params:
50
+ embed_dim: 4
51
+ monitor: val/rec_loss
52
+ ddconfig:
53
+ double_z: true
54
+ z_channels: 4
55
+ resolution: 256
56
+ in_channels: 3
57
+ out_ch: 3
58
+ ch: 128
59
+ ch_mult:
60
+ - 1
61
+ - 2
62
+ - 4
63
+ - 4
64
+ num_res_blocks: 2
65
+ attn_resolutions: []
66
+ dropout: 0.0
67
+ lossconfig:
68
+ target: torch.nn.Identity
69
+
70
+ cond_stage_config:
71
+ target: ldm.modules.encoders.modules.FrozenCLIPEmbedder
Unamed Models/UNNAMED-FURRY-MODEL-NOVAE.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2197dc30c5a4d6798cd677ce480ad3b4665a13488a2849383e72d1fc4e39e7d0
3
+ size 9189768754
Unamed Models/Unnamed-Kemono-Model-VAE.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de4af0726e50831ae7402597eaa4f1b41dc21d5c182faf741b9147b0cab16de9
3
+ size 9357076154
Unamed Models/Unnamed-Model-NOVAE.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2c1de2bd46191e9251c123c0cf39cf538b442d65c5847c3e56d0745269af157
3
+ size 9189769196
Unamed Models/Unnamed-Model-VAE.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:479600285dff47e884086e25397283ab1c16697d7f87824c07344c595b902e03
3
+ size 9357077562