diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..eb9e19d7caf39a184e21e969b6ce663727cf9012 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +--- +title: SsrfunModels +emoji: 🔥 +colorFrom: green +colorTo: gray +sdk: static +pinned: false +--- + +Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference diff --git a/ckpt/AnythingV5_v5PrtRE.safetensors b/ckpt/AnythingV5_v5PrtRE.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..cd1689c6518c8193e8bcd6b9e15d4ecb8d5ff586 --- /dev/null +++ b/ckpt/AnythingV5_v5PrtRE.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f96a1a9ca9b3a3242a9ae95d19284f0d2da8d5282b42d2d974398bf7663a252 +size 2132626102 diff --git a/ckpt/aom3a3.safetensors b/ckpt/aom3a3.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e28fbb095fc355f1d70565fccbef8eea8ba26929 --- /dev/null +++ b/ckpt/aom3a3.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4099ba9cd5e69ab526fca22a2e967f286f8512d9509b735c892fa6468767cf +size 2132626071 diff --git a/ckpt/majicmicRealistic_v5.safetensors b/ckpt/majicmicRealistic_v5.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..bb9a2f709eaf72e46dce8f1dc18d12c6972b35d3 --- /dev/null +++ b/ckpt/majicmicRealistic_v5.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c9f6dfcbd3b86e76ffdfc58253ee73f6c1b513238481dcd5d6a27b7ad3df0f +size 2400040290 diff --git a/controlnet/control_v11e_sd15_ip2p.yaml b/controlnet/control_v11e_sd15_ip2p.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fde1825577acd46dc90d8d7c6730e22be762fccb --- /dev/null +++ b/controlnet/control_v11e_sd15_ip2p.yaml @@ -0,0 +1,79 @@ +model: + target: cldm.cldm.ControlLDM + params: + linear_start: 0.00085 + linear_end: 0.0120 + num_timesteps_cond: 1 + log_every_t: 200 + timesteps: 1000 + first_stage_key: "jpg" + cond_stage_key: "txt" + control_key: "hint" + image_size: 64 + channels: 4 + cond_stage_trainable: false + conditioning_key: crossattn + monitor: val/loss_simple_ema + scale_factor: 0.18215 + use_ema: False + only_mid_control: False + + control_stage_config: + target: cldm.cldm.ControlNet + params: + image_size: 32 # unused + in_channels: 4 + hint_channels: 3 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + unet_config: + target: cldm.cldm.ControlledUnetModel + params: + image_size: 32 # unused + in_channels: 4 + out_channels: 4 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + first_stage_config: + target: ldm.models.autoencoder.AutoencoderKL + params: + embed_dim: 4 + monitor: val/rec_loss + ddconfig: + double_z: true + z_channels: 4 + resolution: 256 + in_channels: 3 + out_ch: 3 + ch: 128 + ch_mult: + - 1 + - 2 + - 4 + - 4 + num_res_blocks: 2 + attn_resolutions: [] + dropout: 0.0 + lossconfig: + target: torch.nn.Identity + + cond_stage_config: + target: ldm.modules.encoders.modules.FrozenCLIPEmbedder diff --git a/controlnet/control_v11e_sd15_ip2p_fp16.safetensors b/controlnet/control_v11e_sd15_ip2p_fp16.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a614a3bb45cc624dc21837c1274da5deebfc32f5 --- /dev/null +++ b/controlnet/control_v11e_sd15_ip2p_fp16.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e7dbe52a73f66e701c1faa77b8a2cb0ee3abd721e1cae31123f5b299093435 +size 722601100 diff --git a/controlnet/control_v11e_sd15_shuffle.yaml b/controlnet/control_v11e_sd15_shuffle.yaml new file mode 100644 index 0000000000000000000000000000000000000000..862304b0090bf65984473c30ab0ebc30a4858400 --- /dev/null +++ b/controlnet/control_v11e_sd15_shuffle.yaml @@ -0,0 +1,80 @@ +model: + target: cldm.cldm.ControlLDM + params: + linear_start: 0.00085 + linear_end: 0.0120 + num_timesteps_cond: 1 + log_every_t: 200 + timesteps: 1000 + first_stage_key: "jpg" + cond_stage_key: "txt" + control_key: "hint" + image_size: 64 + channels: 4 + cond_stage_trainable: false + conditioning_key: crossattn + monitor: val/loss_simple_ema + scale_factor: 0.18215 + use_ema: False + only_mid_control: False + global_average_pooling: True + + control_stage_config: + target: cldm.cldm.ControlNet + params: + image_size: 32 # unused + in_channels: 4 + hint_channels: 3 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + unet_config: + target: cldm.cldm.ControlledUnetModel + params: + image_size: 32 # unused + in_channels: 4 + out_channels: 4 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + first_stage_config: + target: ldm.models.autoencoder.AutoencoderKL + params: + embed_dim: 4 + monitor: val/rec_loss + ddconfig: + double_z: true + z_channels: 4 + resolution: 256 + in_channels: 3 + out_ch: 3 + ch: 128 + ch_mult: + - 1 + - 2 + - 4 + - 4 + num_res_blocks: 2 + attn_resolutions: [] + dropout: 0.0 + lossconfig: + target: torch.nn.Identity + + cond_stage_config: + target: ldm.modules.encoders.modules.FrozenCLIPEmbedder diff --git a/controlnet/control_v11e_sd15_shuffle_fp16.safetensors b/controlnet/control_v11e_sd15_shuffle_fp16.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..11a372bd23547e7cc49886026fec8098412781c8 --- /dev/null +++ b/controlnet/control_v11e_sd15_shuffle_fp16.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc77ae071888abefd6e80bafce3d2574f9f6f8aac7ab205db98fb12a53c1132 +size 722601100 diff --git a/controlnet/control_v11f1e_sd15_tile.yaml b/controlnet/control_v11f1e_sd15_tile.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fde1825577acd46dc90d8d7c6730e22be762fccb --- /dev/null +++ b/controlnet/control_v11f1e_sd15_tile.yaml @@ -0,0 +1,79 @@ +model: + target: cldm.cldm.ControlLDM + params: + linear_start: 0.00085 + linear_end: 0.0120 + num_timesteps_cond: 1 + log_every_t: 200 + timesteps: 1000 + first_stage_key: "jpg" + cond_stage_key: "txt" + control_key: "hint" + image_size: 64 + channels: 4 + cond_stage_trainable: false + conditioning_key: crossattn + monitor: val/loss_simple_ema + scale_factor: 0.18215 + use_ema: False + only_mid_control: False + + control_stage_config: + target: cldm.cldm.ControlNet + params: + image_size: 32 # unused + in_channels: 4 + hint_channels: 3 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + unet_config: + target: cldm.cldm.ControlledUnetModel + params: + image_size: 32 # unused + in_channels: 4 + out_channels: 4 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + first_stage_config: + target: ldm.models.autoencoder.AutoencoderKL + params: + embed_dim: 4 + monitor: val/rec_loss + ddconfig: + double_z: true + z_channels: 4 + resolution: 256 + in_channels: 3 + out_ch: 3 + ch: 128 + ch_mult: + - 1 + - 2 + - 4 + - 4 + num_res_blocks: 2 + attn_resolutions: [] + dropout: 0.0 + lossconfig: + target: torch.nn.Identity + + cond_stage_config: + target: ldm.modules.encoders.modules.FrozenCLIPEmbedder diff --git a/controlnet/control_v11f1e_sd15_tile_fp16.safetensors b/controlnet/control_v11f1e_sd15_tile_fp16.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b54ca49b5e7464f11f00f5ce67e7e9eccab083f6 --- /dev/null +++ b/controlnet/control_v11f1e_sd15_tile_fp16.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f31868eedb243a77932e3c63907a6ba0a2058b6d65b5c27b89ee1b7f618ea33 +size 722601104 diff --git a/controlnet/control_v11f1p_sd15_depth.yaml b/controlnet/control_v11f1p_sd15_depth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fde1825577acd46dc90d8d7c6730e22be762fccb --- /dev/null +++ b/controlnet/control_v11f1p_sd15_depth.yaml @@ -0,0 +1,79 @@ +model: + target: cldm.cldm.ControlLDM + params: + linear_start: 0.00085 + linear_end: 0.0120 + num_timesteps_cond: 1 + log_every_t: 200 + timesteps: 1000 + first_stage_key: "jpg" + cond_stage_key: "txt" + control_key: "hint" + image_size: 64 + channels: 4 + cond_stage_trainable: false + conditioning_key: crossattn + monitor: val/loss_simple_ema + scale_factor: 0.18215 + use_ema: False + only_mid_control: False + + control_stage_config: + target: cldm.cldm.ControlNet + params: + image_size: 32 # unused + in_channels: 4 + hint_channels: 3 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + unet_config: + target: cldm.cldm.ControlledUnetModel + params: + image_size: 32 # unused + in_channels: 4 + out_channels: 4 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + first_stage_config: + target: ldm.models.autoencoder.AutoencoderKL + params: + embed_dim: 4 + monitor: val/rec_loss + ddconfig: + double_z: true + z_channels: 4 + resolution: 256 + in_channels: 3 + out_ch: 3 + ch: 128 + ch_mult: + - 1 + - 2 + - 4 + - 4 + num_res_blocks: 2 + attn_resolutions: [] + dropout: 0.0 + lossconfig: + target: torch.nn.Identity + + cond_stage_config: + target: ldm.modules.encoders.modules.FrozenCLIPEmbedder diff --git a/controlnet/control_v11f1p_sd15_depth_fp16.safetensors b/controlnet/control_v11f1p_sd15_depth_fp16.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f182c98c72b2d2a0005c9f590038d27216160ddb --- /dev/null +++ b/controlnet/control_v11f1p_sd15_depth_fp16.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4a79aa52fb63f607cb9ff479ea5aa1923b6ceb21267bd14b69bd05d7b617be +size 722601100 diff --git a/controlnet/control_v11p_sd15_canny.yaml b/controlnet/control_v11p_sd15_canny.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fde1825577acd46dc90d8d7c6730e22be762fccb --- /dev/null +++ b/controlnet/control_v11p_sd15_canny.yaml @@ -0,0 +1,79 @@ +model: + target: cldm.cldm.ControlLDM + params: + linear_start: 0.00085 + linear_end: 0.0120 + num_timesteps_cond: 1 + log_every_t: 200 + timesteps: 1000 + first_stage_key: "jpg" + cond_stage_key: "txt" + control_key: "hint" + image_size: 64 + channels: 4 + cond_stage_trainable: false + conditioning_key: crossattn + monitor: val/loss_simple_ema + scale_factor: 0.18215 + use_ema: False + only_mid_control: False + + control_stage_config: + target: cldm.cldm.ControlNet + params: + image_size: 32 # unused + in_channels: 4 + hint_channels: 3 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + unet_config: + target: cldm.cldm.ControlledUnetModel + params: + image_size: 32 # unused + in_channels: 4 + out_channels: 4 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + first_stage_config: + target: ldm.models.autoencoder.AutoencoderKL + params: + embed_dim: 4 + monitor: val/rec_loss + ddconfig: + double_z: true + z_channels: 4 + resolution: 256 + in_channels: 3 + out_ch: 3 + ch: 128 + ch_mult: + - 1 + - 2 + - 4 + - 4 + num_res_blocks: 2 + attn_resolutions: [] + dropout: 0.0 + lossconfig: + target: torch.nn.Identity + + cond_stage_config: + target: ldm.modules.encoders.modules.FrozenCLIPEmbedder diff --git a/controlnet/control_v11p_sd15_canny_fp16.safetensors b/controlnet/control_v11p_sd15_canny_fp16.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..5f376f7c38b7748485d922ea77ac02caee3fb982 --- /dev/null +++ b/controlnet/control_v11p_sd15_canny_fp16.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8932b66e15aae835b3490dbf989f56c253104cee08a88bf21283762f557c9f10 +size 722601100 diff --git a/controlnet/control_v11p_sd15_inpaint.yaml b/controlnet/control_v11p_sd15_inpaint.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fde1825577acd46dc90d8d7c6730e22be762fccb --- /dev/null +++ b/controlnet/control_v11p_sd15_inpaint.yaml @@ -0,0 +1,79 @@ +model: + target: cldm.cldm.ControlLDM + params: + linear_start: 0.00085 + linear_end: 0.0120 + num_timesteps_cond: 1 + log_every_t: 200 + timesteps: 1000 + first_stage_key: "jpg" + cond_stage_key: "txt" + control_key: "hint" + image_size: 64 + channels: 4 + cond_stage_trainable: false + conditioning_key: crossattn + monitor: val/loss_simple_ema + scale_factor: 0.18215 + use_ema: False + only_mid_control: False + + control_stage_config: + target: cldm.cldm.ControlNet + params: + image_size: 32 # unused + in_channels: 4 + hint_channels: 3 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + unet_config: + target: cldm.cldm.ControlledUnetModel + params: + image_size: 32 # unused + in_channels: 4 + out_channels: 4 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + first_stage_config: + target: ldm.models.autoencoder.AutoencoderKL + params: + embed_dim: 4 + monitor: val/rec_loss + ddconfig: + double_z: true + z_channels: 4 + resolution: 256 + in_channels: 3 + out_ch: 3 + ch: 128 + ch_mult: + - 1 + - 2 + - 4 + - 4 + num_res_blocks: 2 + attn_resolutions: [] + dropout: 0.0 + lossconfig: + target: torch.nn.Identity + + cond_stage_config: + target: ldm.modules.encoders.modules.FrozenCLIPEmbedder diff --git a/controlnet/control_v11p_sd15_inpaint_fp16.safetensors b/controlnet/control_v11p_sd15_inpaint_fp16.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..bc721fd8edfa9e6b7df2daed9bf1932f0d9bc320 --- /dev/null +++ b/controlnet/control_v11p_sd15_inpaint_fp16.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677a4fe351edecd40cd0d7cc210a8686b59d4e55207317f12319ef746a7a5a89 +size 722601100 diff --git a/controlnet/control_v11p_sd15_lineart.yaml b/controlnet/control_v11p_sd15_lineart.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fde1825577acd46dc90d8d7c6730e22be762fccb --- /dev/null +++ b/controlnet/control_v11p_sd15_lineart.yaml @@ -0,0 +1,79 @@ +model: + target: cldm.cldm.ControlLDM + params: + linear_start: 0.00085 + linear_end: 0.0120 + num_timesteps_cond: 1 + log_every_t: 200 + timesteps: 1000 + first_stage_key: "jpg" + cond_stage_key: "txt" + control_key: "hint" + image_size: 64 + channels: 4 + cond_stage_trainable: false + conditioning_key: crossattn + monitor: val/loss_simple_ema + scale_factor: 0.18215 + use_ema: False + only_mid_control: False + + control_stage_config: + target: cldm.cldm.ControlNet + params: + image_size: 32 # unused + in_channels: 4 + hint_channels: 3 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + unet_config: + target: cldm.cldm.ControlledUnetModel + params: + image_size: 32 # unused + in_channels: 4 + out_channels: 4 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + first_stage_config: + target: ldm.models.autoencoder.AutoencoderKL + params: + embed_dim: 4 + monitor: val/rec_loss + ddconfig: + double_z: true + z_channels: 4 + resolution: 256 + in_channels: 3 + out_ch: 3 + ch: 128 + ch_mult: + - 1 + - 2 + - 4 + - 4 + num_res_blocks: 2 + attn_resolutions: [] + dropout: 0.0 + lossconfig: + target: torch.nn.Identity + + cond_stage_config: + target: ldm.modules.encoders.modules.FrozenCLIPEmbedder diff --git a/controlnet/control_v11p_sd15_lineart_fp16.safetensors b/controlnet/control_v11p_sd15_lineart_fp16.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7affa7f156cbd231392e1a19d5bb45a7c127bfa6 --- /dev/null +++ b/controlnet/control_v11p_sd15_lineart_fp16.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10559106d1bb8196298b7a81565ede9279295d2b2df15165b9dbe189994def56 +size 722601100 diff --git a/controlnet/control_v11p_sd15_mlsd.yaml b/controlnet/control_v11p_sd15_mlsd.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fde1825577acd46dc90d8d7c6730e22be762fccb --- /dev/null +++ b/controlnet/control_v11p_sd15_mlsd.yaml @@ -0,0 +1,79 @@ +model: + target: cldm.cldm.ControlLDM + params: + linear_start: 0.00085 + linear_end: 0.0120 + num_timesteps_cond: 1 + log_every_t: 200 + timesteps: 1000 + first_stage_key: "jpg" + cond_stage_key: "txt" + control_key: "hint" + image_size: 64 + channels: 4 + cond_stage_trainable: false + conditioning_key: crossattn + monitor: val/loss_simple_ema + scale_factor: 0.18215 + use_ema: False + only_mid_control: False + + control_stage_config: + target: cldm.cldm.ControlNet + params: + image_size: 32 # unused + in_channels: 4 + hint_channels: 3 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + unet_config: + target: cldm.cldm.ControlledUnetModel + params: + image_size: 32 # unused + in_channels: 4 + out_channels: 4 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + first_stage_config: + target: ldm.models.autoencoder.AutoencoderKL + params: + embed_dim: 4 + monitor: val/rec_loss + ddconfig: + double_z: true + z_channels: 4 + resolution: 256 + in_channels: 3 + out_ch: 3 + ch: 128 + ch_mult: + - 1 + - 2 + - 4 + - 4 + num_res_blocks: 2 + attn_resolutions: [] + dropout: 0.0 + lossconfig: + target: torch.nn.Identity + + cond_stage_config: + target: ldm.modules.encoders.modules.FrozenCLIPEmbedder diff --git a/controlnet/control_v11p_sd15_mlsd_fp16.safetensors b/controlnet/control_v11p_sd15_mlsd_fp16.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..64a8f1fb09783d5d83e04b52e61b031eae7479ea --- /dev/null +++ b/controlnet/control_v11p_sd15_mlsd_fp16.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d689682fcc9341581b788524ab813cda789acdbc16bdbecbd1b9d2221e119b7 +size 722601100 diff --git a/controlnet/control_v11p_sd15_normalbae.yaml b/controlnet/control_v11p_sd15_normalbae.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fde1825577acd46dc90d8d7c6730e22be762fccb --- /dev/null +++ b/controlnet/control_v11p_sd15_normalbae.yaml @@ -0,0 +1,79 @@ +model: + target: cldm.cldm.ControlLDM + params: + linear_start: 0.00085 + linear_end: 0.0120 + num_timesteps_cond: 1 + log_every_t: 200 + timesteps: 1000 + first_stage_key: "jpg" + cond_stage_key: "txt" + control_key: "hint" + image_size: 64 + channels: 4 + cond_stage_trainable: false + conditioning_key: crossattn + monitor: val/loss_simple_ema + scale_factor: 0.18215 + use_ema: False + only_mid_control: False + + control_stage_config: + target: cldm.cldm.ControlNet + params: + image_size: 32 # unused + in_channels: 4 + hint_channels: 3 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + unet_config: + target: cldm.cldm.ControlledUnetModel + params: + image_size: 32 # unused + in_channels: 4 + out_channels: 4 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + first_stage_config: + target: ldm.models.autoencoder.AutoencoderKL + params: + embed_dim: 4 + monitor: val/rec_loss + ddconfig: + double_z: true + z_channels: 4 + resolution: 256 + in_channels: 3 + out_ch: 3 + ch: 128 + ch_mult: + - 1 + - 2 + - 4 + - 4 + num_res_blocks: 2 + attn_resolutions: [] + dropout: 0.0 + lossconfig: + target: torch.nn.Identity + + cond_stage_config: + target: ldm.modules.encoders.modules.FrozenCLIPEmbedder diff --git a/controlnet/control_v11p_sd15_normalbae_fp16.safetensors b/controlnet/control_v11p_sd15_normalbae_fp16.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6f09b754ec6eeebe291fe9586cd8a8ffc1394df7 --- /dev/null +++ b/controlnet/control_v11p_sd15_normalbae_fp16.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79864bfc3a1df58ed35bd92fc8dd1e4d7b85cac424cc427b9049ddc7647cceec +size 722601100 diff --git a/controlnet/control_v11p_sd15_openpose.yaml b/controlnet/control_v11p_sd15_openpose.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fde1825577acd46dc90d8d7c6730e22be762fccb --- /dev/null +++ b/controlnet/control_v11p_sd15_openpose.yaml @@ -0,0 +1,79 @@ +model: + target: cldm.cldm.ControlLDM + params: + linear_start: 0.00085 + linear_end: 0.0120 + num_timesteps_cond: 1 + log_every_t: 200 + timesteps: 1000 + first_stage_key: "jpg" + cond_stage_key: "txt" + control_key: "hint" + image_size: 64 + channels: 4 + cond_stage_trainable: false + conditioning_key: crossattn + monitor: val/loss_simple_ema + scale_factor: 0.18215 + use_ema: False + only_mid_control: False + + control_stage_config: + target: cldm.cldm.ControlNet + params: + image_size: 32 # unused + in_channels: 4 + hint_channels: 3 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + unet_config: + target: cldm.cldm.ControlledUnetModel + params: + image_size: 32 # unused + in_channels: 4 + out_channels: 4 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + first_stage_config: + target: ldm.models.autoencoder.AutoencoderKL + params: + embed_dim: 4 + monitor: val/rec_loss + ddconfig: + double_z: true + z_channels: 4 + resolution: 256 + in_channels: 3 + out_ch: 3 + ch: 128 + ch_mult: + - 1 + - 2 + - 4 + - 4 + num_res_blocks: 2 + attn_resolutions: [] + dropout: 0.0 + lossconfig: + target: torch.nn.Identity + + cond_stage_config: + target: ldm.modules.encoders.modules.FrozenCLIPEmbedder diff --git a/controlnet/control_v11p_sd15_openpose_fp16.safetensors b/controlnet/control_v11p_sd15_openpose_fp16.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ec5a3b296ac5a2002e9dd8d69ff870ded494cd2b --- /dev/null +++ b/controlnet/control_v11p_sd15_openpose_fp16.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4003c1da17b0e4ba444e02140e1c0d83bb24b79e4dcfd613c3a554d38f0f89c7 +size 722601100 diff --git a/controlnet/control_v11p_sd15_scribble.yaml b/controlnet/control_v11p_sd15_scribble.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fde1825577acd46dc90d8d7c6730e22be762fccb --- /dev/null +++ b/controlnet/control_v11p_sd15_scribble.yaml @@ -0,0 +1,79 @@ +model: + target: cldm.cldm.ControlLDM + params: + linear_start: 0.00085 + linear_end: 0.0120 + num_timesteps_cond: 1 + log_every_t: 200 + timesteps: 1000 + first_stage_key: "jpg" + cond_stage_key: "txt" + control_key: "hint" + image_size: 64 + channels: 4 + cond_stage_trainable: false + conditioning_key: crossattn + monitor: val/loss_simple_ema + scale_factor: 0.18215 + use_ema: False + only_mid_control: False + + control_stage_config: + target: cldm.cldm.ControlNet + params: + image_size: 32 # unused + in_channels: 4 + hint_channels: 3 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + unet_config: + target: cldm.cldm.ControlledUnetModel + params: + image_size: 32 # unused + in_channels: 4 + out_channels: 4 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + first_stage_config: + target: ldm.models.autoencoder.AutoencoderKL + params: + embed_dim: 4 + monitor: val/rec_loss + ddconfig: + double_z: true + z_channels: 4 + resolution: 256 + in_channels: 3 + out_ch: 3 + ch: 128 + ch_mult: + - 1 + - 2 + - 4 + - 4 + num_res_blocks: 2 + attn_resolutions: [] + dropout: 0.0 + lossconfig: + target: torch.nn.Identity + + cond_stage_config: + target: ldm.modules.encoders.modules.FrozenCLIPEmbedder diff --git a/controlnet/control_v11p_sd15_scribble_fp16.safetensors b/controlnet/control_v11p_sd15_scribble_fp16.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c3d62447a2fdbc308baf2eddb3375d199837f04b --- /dev/null +++ b/controlnet/control_v11p_sd15_scribble_fp16.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99edfd25b54c18c0ab19fba8c5618f741aac1f8c3101e7fa62cce925ad87ae68 +size 722601100 diff --git a/controlnet/control_v11p_sd15_seg.yaml b/controlnet/control_v11p_sd15_seg.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fde1825577acd46dc90d8d7c6730e22be762fccb --- /dev/null +++ b/controlnet/control_v11p_sd15_seg.yaml @@ -0,0 +1,79 @@ +model: + target: cldm.cldm.ControlLDM + params: + linear_start: 0.00085 + linear_end: 0.0120 + num_timesteps_cond: 1 + log_every_t: 200 + timesteps: 1000 + first_stage_key: "jpg" + cond_stage_key: "txt" + control_key: "hint" + image_size: 64 + channels: 4 + cond_stage_trainable: false + conditioning_key: crossattn + monitor: val/loss_simple_ema + scale_factor: 0.18215 + use_ema: False + only_mid_control: False + + control_stage_config: + target: cldm.cldm.ControlNet + params: + image_size: 32 # unused + in_channels: 4 + hint_channels: 3 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + unet_config: + target: cldm.cldm.ControlledUnetModel + params: + image_size: 32 # unused + in_channels: 4 + out_channels: 4 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + first_stage_config: + target: ldm.models.autoencoder.AutoencoderKL + params: + embed_dim: 4 + monitor: val/rec_loss + ddconfig: + double_z: true + z_channels: 4 + resolution: 256 + in_channels: 3 + out_ch: 3 + ch: 128 + ch_mult: + - 1 + - 2 + - 4 + - 4 + num_res_blocks: 2 + attn_resolutions: [] + dropout: 0.0 + lossconfig: + target: torch.nn.Identity + + cond_stage_config: + target: ldm.modules.encoders.modules.FrozenCLIPEmbedder diff --git a/controlnet/control_v11p_sd15_seg_fp16.safetensors b/controlnet/control_v11p_sd15_seg_fp16.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..65c09abfbe53ab108c239044ae2d6364098ae07d --- /dev/null +++ b/controlnet/control_v11p_sd15_seg_fp16.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd4dd3df2da2f1f2b9dd00f4504cc0d98b20afb608e25f1789a95c0ccdba14a +size 722601100 diff --git a/controlnet/control_v11p_sd15_softedge.yaml b/controlnet/control_v11p_sd15_softedge.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fde1825577acd46dc90d8d7c6730e22be762fccb --- /dev/null +++ b/controlnet/control_v11p_sd15_softedge.yaml @@ -0,0 +1,79 @@ +model: + target: cldm.cldm.ControlLDM + params: + linear_start: 0.00085 + linear_end: 0.0120 + num_timesteps_cond: 1 + log_every_t: 200 + timesteps: 1000 + first_stage_key: "jpg" + cond_stage_key: "txt" + control_key: "hint" + image_size: 64 + channels: 4 + cond_stage_trainable: false + conditioning_key: crossattn + monitor: val/loss_simple_ema + scale_factor: 0.18215 + use_ema: False + only_mid_control: False + + control_stage_config: + target: cldm.cldm.ControlNet + params: + image_size: 32 # unused + in_channels: 4 + hint_channels: 3 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + unet_config: + target: cldm.cldm.ControlledUnetModel + params: + image_size: 32 # unused + in_channels: 4 + out_channels: 4 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + first_stage_config: + target: ldm.models.autoencoder.AutoencoderKL + params: + embed_dim: 4 + monitor: val/rec_loss + ddconfig: + double_z: true + z_channels: 4 + resolution: 256 + in_channels: 3 + out_ch: 3 + ch: 128 + ch_mult: + - 1 + - 2 + - 4 + - 4 + num_res_blocks: 2 + attn_resolutions: [] + dropout: 0.0 + lossconfig: + target: torch.nn.Identity + + cond_stage_config: + target: ldm.modules.encoders.modules.FrozenCLIPEmbedder diff --git a/controlnet/control_v11p_sd15_softedge_fp16.safetensors b/controlnet/control_v11p_sd15_softedge_fp16.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..976eb04e7aa2c0e5a722b9c2c4325c0a537c0dbe --- /dev/null +++ b/controlnet/control_v11p_sd15_softedge_fp16.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78fea5b4599fec2ecd7e3f14b171feb290b88200c95d569ec0ff59a19bc3478 +size 722601100 diff --git a/controlnet/control_v11p_sd15s2_lineart_anime.yaml b/controlnet/control_v11p_sd15s2_lineart_anime.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fde1825577acd46dc90d8d7c6730e22be762fccb --- /dev/null +++ b/controlnet/control_v11p_sd15s2_lineart_anime.yaml @@ -0,0 +1,79 @@ +model: + target: cldm.cldm.ControlLDM + params: + linear_start: 0.00085 + linear_end: 0.0120 + num_timesteps_cond: 1 + log_every_t: 200 + timesteps: 1000 + first_stage_key: "jpg" + cond_stage_key: "txt" + control_key: "hint" + image_size: 64 + channels: 4 + cond_stage_trainable: false + conditioning_key: crossattn + monitor: val/loss_simple_ema + scale_factor: 0.18215 + use_ema: False + only_mid_control: False + + control_stage_config: + target: cldm.cldm.ControlNet + params: + image_size: 32 # unused + in_channels: 4 + hint_channels: 3 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + unet_config: + target: cldm.cldm.ControlledUnetModel + params: + image_size: 32 # unused + in_channels: 4 + out_channels: 4 + model_channels: 320 + attention_resolutions: [ 4, 2, 1 ] + num_res_blocks: 2 + channel_mult: [ 1, 2, 4, 4 ] + num_heads: 8 + use_spatial_transformer: True + transformer_depth: 1 + context_dim: 768 + use_checkpoint: True + legacy: False + + first_stage_config: + target: ldm.models.autoencoder.AutoencoderKL + params: + embed_dim: 4 + monitor: val/rec_loss + ddconfig: + double_z: true + z_channels: 4 + resolution: 256 + in_channels: 3 + out_ch: 3 + ch: 128 + ch_mult: + - 1 + - 2 + - 4 + - 4 + num_res_blocks: 2 + attn_resolutions: [] + dropout: 0.0 + lossconfig: + target: torch.nn.Identity + + cond_stage_config: + target: ldm.modules.encoders.modules.FrozenCLIPEmbedder diff --git a/controlnet/control_v11p_sd15s2_lineart_anime_fp16.safetensors b/controlnet/control_v11p_sd15s2_lineart_anime_fp16.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b54f7c2014edb5cba82766eb1f91ba14bf5c0046 --- /dev/null +++ b/controlnet/control_v11p_sd15s2_lineart_anime_fp16.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067bf845109afdd1049bd9553d44faed1ad53691bd6b5ac9ee31c87466ef7c27 +size 722601100 diff --git a/embeddings/NovelAI-Embeddings b/embeddings/NovelAI-Embeddings new file mode 160000 index 0000000000000000000000000000000000000000..e926fe210c65f3f6f6fd47a7cc8881ae5eb1bc23 --- /dev/null +++ b/embeddings/NovelAI-Embeddings @@ -0,0 +1 @@ +Subproject commit e926fe210c65f3f6f6fd47a7cc8881ae5eb1bc23 diff --git a/embeddings/easy_negative.safetensors b/embeddings/easy_negative.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..17452fae90299ad12781fe9c4163dedab3d376ed --- /dev/null +++ b/embeddings/easy_negative.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74b4e810b030f6b75fde959e2db678c268d07115b85356d3c0138ba5eb42340 +size 24655 diff --git a/embeddings/models.zip b/embeddings/models.zip new file mode 100644 index 0000000000000000000000000000000000000000..baf9baf0f443c06409289c5a43d54f7a54e169c2 --- /dev/null +++ b/embeddings/models.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13e68d15d3bdf29d83e1386be9573fc2b27da8576a7ff6ed22ad3b87b814312 +size 31760952 diff --git a/embeddings/stable-diffusion-embeddings b/embeddings/stable-diffusion-embeddings new file mode 160000 index 0000000000000000000000000000000000000000..01b3d47b18bb123b341a227e2c8d18f2cdbd3d02 --- /dev/null +++ b/embeddings/stable-diffusion-embeddings @@ -0,0 +1 @@ +Subproject commit 01b3d47b18bb123b341a227e2c8d18f2cdbd3d02 diff --git a/index.html b/index.html new file mode 100644 index 0000000000000000000000000000000000000000..58275de3b1c343a98420342baa076b9baaafa157 --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ + + + + + + My static Space + + + +
+

Welcome to your static Space!

+

You can modify this app directly by editing index.html in the Files and versions tab.

+

+ Also don't forget to check the + Spaces documentation. +

+
+ + diff --git a/lora/GenshinScreenshot.safetensors b/lora/GenshinScreenshot.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..2e9815b126da7f5980462eceebb89c9e334cd984 --- /dev/null +++ b/lora/GenshinScreenshot.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e825837b5db67a7f2542dfcc612ee3052006d81895c29a4c393788cbb2c9337b +size 8388608 diff --git a/lora/Jack-OChallengePose.safetensors b/lora/Jack-OChallengePose.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c38c757595040e574829e83d48becf22e899f66e --- /dev/null +++ b/lora/Jack-OChallengePose.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112bf6ff637c733d7b082793c9ef2c3836eef8478675eef56d5f659b89243f8c +size 946947 diff --git a/lora/Louis.safetensors b/lora/Louis.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..5a435c4e82d388c2ca0bfeadc43ac213161a3c4f --- /dev/null +++ b/lora/Louis.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac13cd2464a9f57c9c1ea8d6d999451f159230bbf81fc0a954bff8b5a599f37c +size 53477376 diff --git a/lora/ak47.safetensors b/lora/ak47.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..5b515208f06036b7fde019183108161dc4fd1a99 --- /dev/null +++ b/lora/ak47.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686bc7ebd87276ebb3c4e380dfad150c5bd2457b2a016f3a6762ef89f0e39014 +size 151136835 diff --git "a/lora/cogecha\347\204\246\350\214\266.safetensors" "b/lora/cogecha\347\204\246\350\214\266.safetensors" new file mode 100644 index 0000000000000000000000000000000000000000..8438c947d6b4a9a8db9861f46f709f0c9b28e3f8 --- /dev/null +++ "b/lora/cogecha\347\204\246\350\214\266.safetensors" @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40710135ab1eae1f77a61fb6b97be00b3e3ceebcc54e6cfa55e6b332e5adc462 +size 75612347 diff --git a/lora/dingzhen.safetensors b/lora/dingzhen.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..eeffce24b4da78500a76451f4a07d229a4bd4eb4 --- /dev/null +++ b/lora/dingzhen.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd229965038f2c3c7d019bd61c5afe7994bdbc90f2165e1e14278d2ff81150c6 +size 151111011 diff --git a/lora/gtav.safetensors b/lora/gtav.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f00b8062cef37ef5a1955bf65536726c632c936e --- /dev/null +++ b/lora/gtav.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f88131b230e586b9ca3dcaa6c1fbc972887f4b2bf6cc4f387e72cd360d1e9bb +size 118489088 diff --git a/lora/hestia-danmachi.safetensors b/lora/hestia-danmachi.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..336fd46d2b061e3ac68a08124fb5bbb2aad81f4d --- /dev/null +++ b/lora/hestia-danmachi.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b949971eaddb97e4ada57f36973b1ad92a2e838e09f1a8a3e810c9a336429000 +size 88552238 diff --git a/lora/makimaChainsawMan_offset.safetensors b/lora/makimaChainsawMan_offset.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..03cca9fadac96256ae62854bc2539e7928d8b25e --- /dev/null +++ b/lora/makimaChainsawMan_offset.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef403e13f794421c26e7575636696fd6453de691cf8e10b4027c9a68a0c28ab8 +size 151073665 diff --git a/lora/tarot.safetensors b/lora/tarot.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..162e5ee921966fca975f9ceab7d93205001ca8d5 --- /dev/null +++ b/lora/tarot.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9521de4330bfd9900be6ab864907427a1770db039e5c149bdb419a83629cb0f +size 14277375 diff --git a/lycoris/InsPX.safetensors b/lycoris/InsPX.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..92778f88b9174453aa96e6aa5fc7b1df150c03da --- /dev/null +++ b/lycoris/InsPX.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f3c9e2e1b79a0cbdb99b249e1f78bc7492a20b399868a1d4c37a985982834b6 +size 30468292 diff --git a/lycoris/bdap-loha-6-000009.safetensors b/lycoris/bdap-loha-6-000009.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..22ba0ce7065d821d6767a2bea0c35800ed6ebaec --- /dev/null +++ b/lycoris/bdap-loha-6-000009.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd8f79091e1dd5dcf5ccab3a6135bd61b087c9dfd4f7e7b082aee3e1144201e +size 121187448 diff --git a/others/GroundingDINO_SwinT_OGC.py b/others/GroundingDINO_SwinT_OGC.py new file mode 100644 index 0000000000000000000000000000000000000000..9158d5f6260ec74bded95377d382387430d7cd70 --- /dev/null +++ b/others/GroundingDINO_SwinT_OGC.py @@ -0,0 +1,43 @@ +batch_size = 1 +modelname = "groundingdino" +backbone = "swin_T_224_1k" +position_embedding = "sine" +pe_temperatureH = 20 +pe_temperatureW = 20 +return_interm_indices = [1, 2, 3] +backbone_freeze_keywords = None +enc_layers = 6 +dec_layers = 6 +pre_norm = False +dim_feedforward = 2048 +hidden_dim = 256 +dropout = 0.0 +nheads = 8 +num_queries = 900 +query_dim = 4 +num_patterns = 0 +num_feature_levels = 4 +enc_n_points = 4 +dec_n_points = 4 +two_stage_type = "standard" +two_stage_bbox_embed_share = False +two_stage_class_embed_share = False +transformer_activation = "relu" +dec_pred_bbox_embed_share = True +dn_box_noise_scale = 1.0 +dn_label_noise_ratio = 0.5 +dn_label_coef = 1.0 +dn_bbox_coef = 1.0 +embed_init_tgt = True +dn_labelbook_size = 2000 +max_text_len = 256 +text_encoder_type = "bert-base-uncased" +use_text_enhancer = True +use_fusion_layer = True +use_checkpoint = True +use_transformer_ckpt = True +use_text_cross_attention = True +text_dropout = 0.0 +fusion_dropout = 0.0 +fusion_droppath = 0.1 +sub_sentence_present = True diff --git a/others/PUT_YOUR_SAM_MODEL_HERE.txt b/others/PUT_YOUR_SAM_MODEL_HERE.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/others/controlnet_annotator/hed/ControlNetHED.pth b/others/controlnet_annotator/hed/ControlNetHED.pth new file mode 100644 index 0000000000000000000000000000000000000000..e0edbff99b09b7241441fb1f9f25187e0f1ff5c9 --- /dev/null +++ b/others/controlnet_annotator/hed/ControlNetHED.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca93762ffd68a29fee1af9d495bf6aab80ae86f08905fb35472a083a4c7a8fa +size 29444406 diff --git a/others/controlnet_annotator/leres/latest_net_G.pth b/others/controlnet_annotator/leres/latest_net_G.pth new file mode 100644 index 0000000000000000000000000000000000000000..863672ed308575a80038085d7b0bac9f9e7a2f82 --- /dev/null +++ b/others/controlnet_annotator/leres/latest_net_G.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ec735d74ed6499562d898f41b49343e521808b8dae589aa3c2f5c9ac9f7462 +size 318268048 diff --git a/others/controlnet_annotator/leres/res101.pth b/others/controlnet_annotator/leres/res101.pth new file mode 100644 index 0000000000000000000000000000000000000000..32751be2e1b22f4db8d6e8b68a51108063c043e6 --- /dev/null +++ b/others/controlnet_annotator/leres/res101.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d696b2ef3e8336b057d0c15bc82d2fecef821bfebe5ef9d7671a5ec5dde520b +size 530760553 diff --git a/others/controlnet_annotator/lineart/sk_model.pth b/others/controlnet_annotator/lineart/sk_model.pth new file mode 100644 index 0000000000000000000000000000000000000000..7cf07cb6b07cfb90850895d6db9c5816a736b097 --- /dev/null +++ b/others/controlnet_annotator/lineart/sk_model.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c686ced2a666b4850b4bb6ccf0748031c3eda9f822de73a34b8979970d90f0c6 +size 17173511 diff --git a/others/controlnet_annotator/lineart/sk_model2.pth b/others/controlnet_annotator/lineart/sk_model2.pth new file mode 100644 index 0000000000000000000000000000000000000000..20bdda49983cb7d896cb27060d5292b0b3879376 --- /dev/null +++ b/others/controlnet_annotator/lineart/sk_model2.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a534781061f34e83bb9406b4335da4ff2616c95d22a585c1245aa8363e74e0 +size 17173511 diff --git a/others/controlnet_annotator/lineart_anime/netG.pth b/others/controlnet_annotator/lineart_anime/netG.pth new file mode 100644 index 0000000000000000000000000000000000000000..56225a51dcd5ffc354c4704cb4fffba23666e18e --- /dev/null +++ b/others/controlnet_annotator/lineart_anime/netG.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccabdcc3f5cf3c07cf65d58776acb21df7dfda825cdc70c9766a93fd62bfc488 +size 217631959 diff --git a/others/controlnet_annotator/manga_line/erika.pth b/others/controlnet_annotator/manga_line/erika.pth new file mode 100644 index 0000000000000000000000000000000000000000..3407b479855ee8876dd56ad5417e1f3fde01c904 --- /dev/null +++ b/others/controlnet_annotator/manga_line/erika.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:badbd6baf013cefbd98993307b02cc14a26c770d067416e4fdecc8720b88feeb +size 172789563 diff --git a/others/controlnet_annotator/midas/dpt_hybrid-midas-501f0c75.pt b/others/controlnet_annotator/midas/dpt_hybrid-midas-501f0c75.pt new file mode 100644 index 0000000000000000000000000000000000000000..a54fd8ca8d59181d9343d79eb3f6deb6c5319eba --- /dev/null +++ b/others/controlnet_annotator/midas/dpt_hybrid-midas-501f0c75.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:501f0c75b3bca7daec6b3682c5054c09b366765aef6fa3a09d03a5cb4b230853 +size 492757791 diff --git a/others/controlnet_annotator/mlsd/mlsd_large_512_fp32.pth b/others/controlnet_annotator/mlsd/mlsd_large_512_fp32.pth new file mode 100644 index 0000000000000000000000000000000000000000..7e00f54f47838ca7697555699c50dfa3e99880b5 --- /dev/null +++ b/others/controlnet_annotator/mlsd/mlsd_large_512_fp32.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5696f168eb2c30d4374bbfd45436f7415bb4d88da29bea97eea0101520fba082 +size 6341481 diff --git a/others/controlnet_annotator/normal_bae/scannet.pt b/others/controlnet_annotator/normal_bae/scannet.pt new file mode 100644 index 0000000000000000000000000000000000000000..75da596b86156077c5a93b82cb4a2da45caeb185 --- /dev/null +++ b/others/controlnet_annotator/normal_bae/scannet.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03dbf1600c51ee3d45c29f77b77bf1a3b7a24c3452dba62a4ae658f37330c209 +size 290767728 diff --git a/others/controlnet_annotator/oneformer/150_16_swin_l_oneformer_coco_100ep.pth b/others/controlnet_annotator/oneformer/150_16_swin_l_oneformer_coco_100ep.pth new file mode 100644 index 0000000000000000000000000000000000000000..ead31b0e5b07086c44fe734285f1ef99bbdf37e3 --- /dev/null +++ b/others/controlnet_annotator/oneformer/150_16_swin_l_oneformer_coco_100ep.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0684dfc39720c772b81d43639c3ae1896b5c15aa9ee9a76f4c593b19dfa33855 +size 949602739 diff --git a/others/controlnet_annotator/oneformer/250_16_swin_l_oneformer_ade20k_160k.pth b/others/controlnet_annotator/oneformer/250_16_swin_l_oneformer_ade20k_160k.pth new file mode 100644 index 0000000000000000000000000000000000000000..8ffb26440cec288d2a89b26ededba3f9f75c3a30 --- /dev/null +++ b/others/controlnet_annotator/oneformer/250_16_swin_l_oneformer_ade20k_160k.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ac095c28ddea4715e854a587eaee24327c624cbbdb17095bc9903c51930b16 +size 949729587 diff --git a/others/controlnet_annotator/openpose/body_pose_model.pth b/others/controlnet_annotator/openpose/body_pose_model.pth new file mode 100644 index 0000000000000000000000000000000000000000..9acb77e68f31906a8875f1daef2f3f7ef94acb1e --- /dev/null +++ b/others/controlnet_annotator/openpose/body_pose_model.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a948c16078b0f08e236bda51a385d855ef4c153598947c28c0d47ed94bb746 +size 209267595 diff --git a/others/controlnet_annotator/openpose/facenet.pth b/others/controlnet_annotator/openpose/facenet.pth new file mode 100644 index 0000000000000000000000000000000000000000..ccfac27ffec2f25eb02dad5f52512872eb3b53e1 --- /dev/null +++ b/others/controlnet_annotator/openpose/facenet.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8beb52e548624ffcc4aed12af7aee7dcbfaeea420c75609fee999fe7add79d43 +size 153718792 diff --git a/others/controlnet_annotator/openpose/hand_pose_model.pth b/others/controlnet_annotator/openpose/hand_pose_model.pth new file mode 100644 index 0000000000000000000000000000000000000000..f23ccf3413cc8ac8581a82338a3037bc10d573f0 --- /dev/null +++ b/others/controlnet_annotator/openpose/hand_pose_model.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b76b00d1750901abd07b9f9d8c98cc3385b8fe834a26d4b4f0aad439e75fc600 +size 147341049 diff --git a/others/controlnet_annotator/pidinet/table5_pidinet.pth b/others/controlnet_annotator/pidinet/table5_pidinet.pth new file mode 100644 index 0000000000000000000000000000000000000000..1ceba1de87e7bb3c81961b80acbb3a106ca249c0 --- /dev/null +++ b/others/controlnet_annotator/pidinet/table5_pidinet.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80860ac267258b5f27486e0ef152a211d0b08120f62aeb185a050acc30da486c +size 2871148 diff --git a/others/controlnet_annotator/zoedepth/ZoeD_M12_N.pt b/others/controlnet_annotator/zoedepth/ZoeD_M12_N.pt new file mode 100644 index 0000000000000000000000000000000000000000..2c23a4b09f1ab8d0cfb9afc7454e6156c4948fb1 --- /dev/null +++ b/others/controlnet_annotator/zoedepth/ZoeD_M12_N.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97f94c4d53c5b788af46c5da0462262aebb37ea116fd70014bcbba93146c33b +size 1443406099 diff --git a/others/groundingdino_swint_ogc.pth b/others/groundingdino_swint_ogc.pth new file mode 100644 index 0000000000000000000000000000000000000000..5cdf6bcd10d491abf170a78eca4fcebf76aa791a --- /dev/null +++ b/others/groundingdino_swint_ogc.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3ca2563c77c69f651d7bd133e97139c186df06231157a64c507099c52bc799 +size 693997677 diff --git a/others/sam_vit_h_4b8939.pth b/others/sam_vit_h_4b8939.pth new file mode 100644 index 0000000000000000000000000000000000000000..8523acce9ddab1cf7e355628a08b1aab8ce08a72 --- /dev/null +++ b/others/sam_vit_h_4b8939.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7bf3b02f3ebf1267aba913ff637d9a2d5c33d3173bb679e46d9f338c26f262e +size 2564550879 diff --git a/style.css b/style.css new file mode 100644 index 0000000000000000000000000000000000000000..114adf441e9032febb46bc056b2a8bb651075f0d --- /dev/null +++ b/style.css @@ -0,0 +1,28 @@ +body { + padding: 2rem; + font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif; +} + +h1 { + font-size: 16px; + margin-top: 0; +} + +p { + color: rgb(107, 114, 128); + font-size: 15px; + margin-bottom: 10px; + margin-top: 5px; +} + +.card { + max-width: 620px; + margin: 0 auto; + padding: 16px; + border: 1px solid lightgray; + border-radius: 16px; +} + +.card p:last-child { + margin-bottom: 0; +} diff --git a/vae/StableDiffusion_VAE_Set/Counterfeit-V2.5.vae.pt b/vae/StableDiffusion_VAE_Set/Counterfeit-V2.5.vae.pt new file mode 100644 index 0000000000000000000000000000000000000000..0f7b497b5546c1ea8f37609be6efee4d2736105d --- /dev/null +++ b/vae/StableDiffusion_VAE_Set/Counterfeit-V2.5.vae.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f921fb3f29891d2a77a6571e56b8b5052420d2884129517a333c60b1b4816cdf +size 822802803 diff --git a/vae/StableDiffusion_VAE_Set/RandoMix3.vae.pt b/vae/StableDiffusion_VAE_Set/RandoMix3.vae.pt new file mode 100644 index 0000000000000000000000000000000000000000..7322202939e53e60602bfed9b6374b566a367737 --- /dev/null +++ b/vae/StableDiffusion_VAE_Set/RandoMix3.vae.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6a580b13a5bc05a5e16e4dbb80608ff2ec251a162311590c1f34c013d7f3dab +size 334695179 diff --git a/vae/StableDiffusion_VAE_Set/alfamix_V1.vae.pt b/vae/StableDiffusion_VAE_Set/alfamix_V1.vae.pt new file mode 100644 index 0000000000000000000000000000000000000000..ab78d9b382ae42b9ad5115f53683ee7720ef4080 --- /dev/null +++ b/vae/StableDiffusion_VAE_Set/alfamix_V1.vae.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f26a5ab04779d5467d1fcecaf93160ffa523afe399b835b3e1bb77ff2d937a +size 334641190 diff --git a/vae/StableDiffusion_VAE_Set/anything-v4.0.vae.pt b/vae/StableDiffusion_VAE_Set/anything-v4.0.vae.pt new file mode 100644 index 0000000000000000000000000000000000000000..0f7b497b5546c1ea8f37609be6efee4d2736105d --- /dev/null +++ b/vae/StableDiffusion_VAE_Set/anything-v4.0.vae.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f921fb3f29891d2a77a6571e56b8b5052420d2884129517a333c60b1b4816cdf +size 822802803 diff --git a/vae/StableDiffusion_VAE_Set/blessed-fix.vae.pt b/vae/StableDiffusion_VAE_Set/blessed-fix.vae.pt new file mode 100644 index 0000000000000000000000000000000000000000..8e05101b53da4a301bf9f8d6325e8c54c766cf54 --- /dev/null +++ b/vae/StableDiffusion_VAE_Set/blessed-fix.vae.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978519c4e11b174c7c9e966ca3926a0d9a52ef7a437a4ae5a26d9ccaa97627fe +size 334692671 diff --git a/vae/StableDiffusion_VAE_Set/blessed.vae.pt b/vae/StableDiffusion_VAE_Set/blessed.vae.pt new file mode 100644 index 0000000000000000000000000000000000000000..018f56208003ef43a673202983a5fd539d86e3c7 --- /dev/null +++ b/vae/StableDiffusion_VAE_Set/blessed.vae.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5abb586e6f5c379ca7e6ce58acc51267462418a54c8a51c35fcdc9bc9987ab0 +size 334693921 diff --git a/vae/StableDiffusion_VAE_Set/dpepmkmp.vae.pt b/vae/StableDiffusion_VAE_Set/dpepmkmp.vae.pt new file mode 100644 index 0000000000000000000000000000000000000000..bccf82d84e832fe4e80b19b90d7aa37ed38fd4f5 --- /dev/null +++ b/vae/StableDiffusion_VAE_Set/dpepmkmp.vae.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3c506e51b7ee1d7b5a6a2bb7142d47d488743c96aa778afb0f53a2cdc2d38d +size 404662241 diff --git a/vae/StableDiffusion_VAE_Set/orangemix.vae.pt b/vae/StableDiffusion_VAE_Set/orangemix.vae.pt new file mode 100644 index 0000000000000000000000000000000000000000..0f7b497b5546c1ea8f37609be6efee4d2736105d --- /dev/null +++ b/vae/StableDiffusion_VAE_Set/orangemix.vae.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f921fb3f29891d2a77a6571e56b8b5052420d2884129517a333c60b1b4816cdf +size 822802803 diff --git a/vae/StableDiffusion_VAE_Set/vae-ft-ema-560000-ema-pruned.ckpt b/vae/StableDiffusion_VAE_Set/vae-ft-ema-560000-ema-pruned.ckpt new file mode 100644 index 0000000000000000000000000000000000000000..564371905c2c59bd7a412f590192d4e9693df186 --- /dev/null +++ b/vae/StableDiffusion_VAE_Set/vae-ft-ema-560000-ema-pruned.ckpt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b204ad0cae549e0a7e298d803d57e36363760dec71c63109c1da3e1147ec520 +size 334695179 diff --git a/vae/orangemix.vae.pt b/vae/orangemix.vae.pt new file mode 100644 index 0000000000000000000000000000000000000000..0f7b497b5546c1ea8f37609be6efee4d2736105d --- /dev/null +++ b/vae/orangemix.vae.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f921fb3f29891d2a77a6571e56b8b5052420d2884129517a333c60b1b4816cdf +size 822802803 diff --git a/vae/vae-ft-mse-840000-ema-pruned.safetensors b/vae/vae-ft-mse-840000-ema-pruned.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..14a39ba28ca5d7ffb8efcf9a24ce5fb31120200b --- /dev/null +++ b/vae/vae-ft-mse-840000-ema-pruned.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735e4c3a447a3255760d7f86845f09f937809baa529c17370d83e4c3758f3c75 +size 334641190