Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
PhotoMaker_pytorch
Commits
763c7445
Commit
763c7445
authored
Jan 25, 2024
by
mashun1
Browse files
photomaker
parent
8f3d1789
Pipeline
#717
failed with stages
in 0 seconds
Changes
14
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
0 additions
and
196923 deletions
+0
-196923
SG161222/model_index.json
SG161222/model_index.json
+0
-33
SG161222/scheduler/scheduler_config.json
SG161222/scheduler/scheduler_config.json
+0
-18
SG161222/text_encoder/config.json
SG161222/text_encoder/config.json
+0
-24
SG161222/text_encoder_2/config.json
SG161222/text_encoder_2/config.json
+0
-24
SG161222/tokenizer/merges.txt
SG161222/tokenizer/merges.txt
+0
-48895
SG161222/tokenizer/special_tokens_map.json
SG161222/tokenizer/special_tokens_map.json
+0
-24
SG161222/tokenizer/tokenizer_config.json
SG161222/tokenizer/tokenizer_config.json
+0
-33
SG161222/tokenizer/vocab.json
SG161222/tokenizer/vocab.json
+0
-49410
SG161222/tokenizer_2/merges.txt
SG161222/tokenizer_2/merges.txt
+0
-48895
SG161222/tokenizer_2/special_tokens_map.json
SG161222/tokenizer_2/special_tokens_map.json
+0
-24
SG161222/tokenizer_2/tokenizer_config.json
SG161222/tokenizer_2/tokenizer_config.json
+0
-33
SG161222/tokenizer_2/vocab.json
SG161222/tokenizer_2/vocab.json
+0
-49410
SG161222/unet/config.json
SG161222/unet/config.json
+0
-69
SG161222/vae/config.json
SG161222/vae/config.json
+0
-31
No files found.
SG161222/model_index.json
deleted
100644 → 0
View file @
8f3d1789
{
"_class_name"
:
"StableDiffusionXLPipeline"
,
"_diffusers_version"
:
"0.19.3"
,
"force_zeros_for_empty_prompt"
:
true
,
"scheduler"
:
[
"diffusers"
,
"EulerDiscreteScheduler"
],
"text_encoder"
:
[
"transformers"
,
"CLIPTextModel"
],
"text_encoder_2"
:
[
"transformers"
,
"CLIPTextModelWithProjection"
],
"tokenizer"
:
[
"transformers"
,
"CLIPTokenizer"
],
"tokenizer_2"
:
[
"transformers"
,
"CLIPTokenizer"
],
"unet"
:
[
"diffusers"
,
"UNet2DConditionModel"
],
"vae"
:
[
"diffusers"
,
"AutoencoderKL"
]
}
SG161222/scheduler/scheduler_config.json
deleted
100644 → 0
View file @
8f3d1789
{
"_class_name"
:
"EulerDiscreteScheduler"
,
"_diffusers_version"
:
"0.19.3"
,
"beta_end"
:
0.012
,
"beta_schedule"
:
"scaled_linear"
,
"beta_start"
:
0.00085
,
"clip_sample"
:
false
,
"interpolation_type"
:
"linear"
,
"num_train_timesteps"
:
1000
,
"prediction_type"
:
"epsilon"
,
"sample_max_value"
:
1.0
,
"set_alpha_to_one"
:
false
,
"skip_prk_steps"
:
true
,
"steps_offset"
:
1
,
"timestep_spacing"
:
"leading"
,
"trained_betas"
:
null
,
"use_karras_sigmas"
:
false
}
SG161222/text_encoder/config.json
deleted
100644 → 0
View file @
8f3d1789
{
"architectures"
:
[
"CLIPTextModel"
],
"attention_dropout"
:
0.0
,
"bos_token_id"
:
0
,
"dropout"
:
0.0
,
"eos_token_id"
:
2
,
"hidden_act"
:
"quick_gelu"
,
"hidden_size"
:
768
,
"initializer_factor"
:
1.0
,
"initializer_range"
:
0.02
,
"intermediate_size"
:
3072
,
"layer_norm_eps"
:
1e-05
,
"max_position_embeddings"
:
77
,
"model_type"
:
"clip_text_model"
,
"num_attention_heads"
:
12
,
"num_hidden_layers"
:
12
,
"pad_token_id"
:
1
,
"projection_dim"
:
768
,
"torch_dtype"
:
"float32"
,
"transformers_version"
:
"4.29.2"
,
"vocab_size"
:
49408
}
SG161222/text_encoder_2/config.json
deleted
100644 → 0
View file @
8f3d1789
{
"architectures"
:
[
"CLIPTextModelWithProjection"
],
"attention_dropout"
:
0.0
,
"bos_token_id"
:
0
,
"dropout"
:
0.0
,
"eos_token_id"
:
2
,
"hidden_act"
:
"gelu"
,
"hidden_size"
:
1280
,
"initializer_factor"
:
1.0
,
"initializer_range"
:
0.02
,
"intermediate_size"
:
5120
,
"layer_norm_eps"
:
1e-05
,
"max_position_embeddings"
:
77
,
"model_type"
:
"clip_text_model"
,
"num_attention_heads"
:
20
,
"num_hidden_layers"
:
32
,
"pad_token_id"
:
1
,
"projection_dim"
:
1280
,
"torch_dtype"
:
"float32"
,
"transformers_version"
:
"4.29.2"
,
"vocab_size"
:
49408
}
SG161222/tokenizer/merges.txt
deleted
100644 → 0
View file @
8f3d1789
This diff is collapsed.
Click to expand it.
SG161222/tokenizer/special_tokens_map.json
deleted
100644 → 0
View file @
8f3d1789
{
"bos_token"
:
{
"content"
:
"<|startoftext|>"
,
"lstrip"
:
false
,
"normalized"
:
true
,
"rstrip"
:
false
,
"single_word"
:
false
},
"eos_token"
:
{
"content"
:
"<|endoftext|>"
,
"lstrip"
:
false
,
"normalized"
:
true
,
"rstrip"
:
false
,
"single_word"
:
false
},
"pad_token"
:
"<|endoftext|>"
,
"unk_token"
:
{
"content"
:
"<|endoftext|>"
,
"lstrip"
:
false
,
"normalized"
:
true
,
"rstrip"
:
false
,
"single_word"
:
false
}
}
SG161222/tokenizer/tokenizer_config.json
deleted
100644 → 0
View file @
8f3d1789
{
"add_prefix_space"
:
false
,
"bos_token"
:
{
"__type"
:
"AddedToken"
,
"content"
:
"<|startoftext|>"
,
"lstrip"
:
false
,
"normalized"
:
true
,
"rstrip"
:
false
,
"single_word"
:
false
},
"clean_up_tokenization_spaces"
:
true
,
"do_lower_case"
:
true
,
"eos_token"
:
{
"__type"
:
"AddedToken"
,
"content"
:
"<|endoftext|>"
,
"lstrip"
:
false
,
"normalized"
:
true
,
"rstrip"
:
false
,
"single_word"
:
false
},
"errors"
:
"replace"
,
"model_max_length"
:
77
,
"pad_token"
:
"<|endoftext|>"
,
"tokenizer_class"
:
"CLIPTokenizer"
,
"unk_token"
:
{
"__type"
:
"AddedToken"
,
"content"
:
"<|endoftext|>"
,
"lstrip"
:
false
,
"normalized"
:
true
,
"rstrip"
:
false
,
"single_word"
:
false
}
}
SG161222/tokenizer/vocab.json
deleted
100644 → 0
View file @
8f3d1789
This diff is collapsed.
Click to expand it.
SG161222/tokenizer_2/merges.txt
deleted
100644 → 0
View file @
8f3d1789
This diff is collapsed.
Click to expand it.
SG161222/tokenizer_2/special_tokens_map.json
deleted
100644 → 0
View file @
8f3d1789
{
"bos_token"
:
{
"content"
:
"<|startoftext|>"
,
"lstrip"
:
false
,
"normalized"
:
true
,
"rstrip"
:
false
,
"single_word"
:
false
},
"eos_token"
:
{
"content"
:
"<|endoftext|>"
,
"lstrip"
:
false
,
"normalized"
:
true
,
"rstrip"
:
false
,
"single_word"
:
false
},
"pad_token"
:
"!"
,
"unk_token"
:
{
"content"
:
"<|endoftext|>"
,
"lstrip"
:
false
,
"normalized"
:
true
,
"rstrip"
:
false
,
"single_word"
:
false
}
}
SG161222/tokenizer_2/tokenizer_config.json
deleted
100644 → 0
View file @
8f3d1789
{
"add_prefix_space"
:
false
,
"bos_token"
:
{
"__type"
:
"AddedToken"
,
"content"
:
"<|startoftext|>"
,
"lstrip"
:
false
,
"normalized"
:
true
,
"rstrip"
:
false
,
"single_word"
:
false
},
"clean_up_tokenization_spaces"
:
true
,
"do_lower_case"
:
true
,
"eos_token"
:
{
"__type"
:
"AddedToken"
,
"content"
:
"<|endoftext|>"
,
"lstrip"
:
false
,
"normalized"
:
true
,
"rstrip"
:
false
,
"single_word"
:
false
},
"errors"
:
"replace"
,
"model_max_length"
:
77
,
"pad_token"
:
"!"
,
"tokenizer_class"
:
"CLIPTokenizer"
,
"unk_token"
:
{
"__type"
:
"AddedToken"
,
"content"
:
"<|endoftext|>"
,
"lstrip"
:
false
,
"normalized"
:
true
,
"rstrip"
:
false
,
"single_word"
:
false
}
}
SG161222/tokenizer_2/vocab.json
deleted
100644 → 0
View file @
8f3d1789
This diff is collapsed.
Click to expand it.
SG161222/unet/config.json
deleted
100644 → 0
View file @
8f3d1789
{
"_class_name"
:
"UNet2DConditionModel"
,
"_diffusers_version"
:
"0.19.3"
,
"act_fn"
:
"silu"
,
"addition_embed_type"
:
"text_time"
,
"addition_embed_type_num_heads"
:
64
,
"addition_time_embed_dim"
:
256
,
"attention_head_dim"
:
[
5
,
10
,
20
],
"block_out_channels"
:
[
320
,
640
,
1280
],
"center_input_sample"
:
false
,
"class_embed_type"
:
null
,
"class_embeddings_concat"
:
false
,
"conv_in_kernel"
:
3
,
"conv_out_kernel"
:
3
,
"cross_attention_dim"
:
2048
,
"cross_attention_norm"
:
null
,
"down_block_types"
:
[
"DownBlock2D"
,
"CrossAttnDownBlock2D"
,
"CrossAttnDownBlock2D"
],
"downsample_padding"
:
1
,
"dual_cross_attention"
:
false
,
"encoder_hid_dim"
:
null
,
"encoder_hid_dim_type"
:
null
,
"flip_sin_to_cos"
:
true
,
"freq_shift"
:
0
,
"in_channels"
:
4
,
"layers_per_block"
:
2
,
"mid_block_only_cross_attention"
:
null
,
"mid_block_scale_factor"
:
1
,
"mid_block_type"
:
"UNetMidBlock2DCrossAttn"
,
"norm_eps"
:
1e-05
,
"norm_num_groups"
:
32
,
"num_attention_heads"
:
null
,
"num_class_embeds"
:
null
,
"only_cross_attention"
:
false
,
"out_channels"
:
4
,
"projection_class_embeddings_input_dim"
:
2816
,
"resnet_out_scale_factor"
:
1.0
,
"resnet_skip_time_act"
:
false
,
"resnet_time_scale_shift"
:
"default"
,
"sample_size"
:
128
,
"time_cond_proj_dim"
:
null
,
"time_embedding_act_fn"
:
null
,
"time_embedding_dim"
:
null
,
"time_embedding_type"
:
"positional"
,
"timestep_post_act"
:
null
,
"transformer_layers_per_block"
:
[
1
,
2
,
10
],
"up_block_types"
:
[
"CrossAttnUpBlock2D"
,
"CrossAttnUpBlock2D"
,
"UpBlock2D"
],
"upcast_attention"
:
null
,
"use_linear_projection"
:
true
}
SG161222/vae/config.json
deleted
100644 → 0
View file @
8f3d1789
{
"_class_name"
:
"AutoencoderKL"
,
"_diffusers_version"
:
"0.19.3"
,
"act_fn"
:
"silu"
,
"block_out_channels"
:
[
128
,
256
,
512
,
512
],
"down_block_types"
:
[
"DownEncoderBlock2D"
,
"DownEncoderBlock2D"
,
"DownEncoderBlock2D"
,
"DownEncoderBlock2D"
],
"force_upcast"
:
true
,
"in_channels"
:
3
,
"latent_channels"
:
4
,
"layers_per_block"
:
2
,
"norm_num_groups"
:
32
,
"out_channels"
:
3
,
"sample_size"
:
1024
,
"scaling_factor"
:
0.13025
,
"up_block_types"
:
[
"UpDecoderBlock2D"
,
"UpDecoderBlock2D"
,
"UpDecoderBlock2D"
,
"UpDecoderBlock2D"
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment