File size: 478 Bytes
92e0882 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
device: "cuda"
root_path: assets/gradio_examples
image_encoder_path: image_encoder
alpha_clip_ckpt_pth: clip_l14_grit+mim_fultune_6xe.pth
alpha_clip_id: ViT-L/14
ip_adapter_ckpt_path: ip-adapter_sd15.bin
sd_model_key: "runwayml/stable-diffusion-inpainting"
number_of_hidden_layers: 6
alpha_clip_embed_dim: 768
ip_adapter_embed_dim: 1024
mlp_projection_layer_ckpt_path: model.safetensors
save_path_prefix: test/results
seed: 42
scale: 1
strength: 1
display_focused_embeds: True
|