Spaces:
Runtime error
Runtime error
File size: 1,426 Bytes
a22dacf 216e3b6 34c4118 a22dacf edef9ed a22dacf edef9ed a22dacf edef9ed a22dacf edef9ed a22dacf 1eb7da5 e7e6b8b a22dacf 216e3b6 edef9ed 216e3b6 edef9ed 216e3b6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
stable_model_list = [
"runwayml/stable-diffusion-v1-5",
"stabilityai/stable-diffusion-2-1",
"prompthero/openjourney-v4",
"wavymulder/Analog-Diffusion",
"dreamlike-art/dreamlike-diffusion-1.0",
"gsdf/Counterfeit-V2.5",
"dreamlike-art/dreamlike-photoreal-2.0"
]
controlnet_canny_model_list = [
"lllyasviel/sd-controlnet-canny",
"lllyasviel/control_v11p_sd15_canny",
"thibaud/controlnet-sd21-canny-diffusers",
]
controlnet_depth_model_list = [
"lllyasviel/sd-controlnet-depth",
"lllyasviel/control_v11p_sd15_depth",
"thibaud/controlnet-sd21-depth-diffusers",
]
controlnet_pose_model_list = [
"lllyasviel/sd-controlnet-openpose",
"lllyasviel/control_v11p_sd15_openpose",
"thibaud/controlnet-sd21-openpose-diffusers",
]
controlnet_hed_model_list = [
"lllyasviel/sd-controlnet-hed",
"lllyasviel/control_v11p_sd15_scribble",
"thibaud/controlnet-sd21-hed-diffusers",
]
controlnet_scribble_model_list = [
"lllyasviel/sd-controlnet-scribble",
"thibaud/controlnet-sd21-scribble-diffusers",
]
stable_inpiant_model_list = [
"stabilityai/stable-diffusion-2-inpainting",
"runwayml/stable-diffusion-inpainting",
]
controlnet_mlsd_model_list = [
"lllyasviel/sd-controlnet-mlsd",
"lllyasviel/control_v11p_sd15_mlsd",
]
controlnet_seg_model_list = [
"lllyasviel/sd-controlnet-seg",
"lllyasviel/control_v11p_sd15_seg",
]
|