Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ICBINP XL to v5a, add AM Pony Mix and Blank Canvas XL #172

Merged
merged 1 commit into from
May 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 75 additions & 3 deletions stable_diffusion.json
Original file line number Diff line number Diff line change
Expand Up @@ -6422,7 +6422,7 @@
"type": "ckpt",
"inpainting": false,
"description": "The SDXL follow up to ICBINP, now with higher resolution and better realism",
"version": "4.0",
"version": "5a",
"style": "realistic",
"homepage": "https://civitai.com/models/229002/icbinp-xl",
"nsfw": false,
Expand All @@ -6431,14 +6431,14 @@
"files": [
{
"path": "icbinp_xl.safetensors",
"sha256sum": "392dc8678959f5bee1cbfd1e139920a033b66fa571b8dce188de605f4117cd48"
"sha256sum": "905be5013eb1551c89cc424d65c069bff797f582f2e52bd9f83983ebee88ec36"
}
],
"download": [
{
"file_name": "icbinp_xl.safetensors",
"file_path": "",
"file_url": "https://huggingface.co/mirroring/horde_models/resolve/main/icbinpXL_v4.safetensors?download=true"
"file_url": "https://huggingface.co/residentchiefnz/Testing/resolve/main/ICBINP_XL_v5a.safetensors"
}
]
},
Expand Down Expand Up @@ -6554,6 +6554,78 @@
],
"size_on_disk_bytes": 6776583201
},
"AMPonyXL": {
"name": "AMPonyXL",
"baseline": "stable_diffusion_xl",
"type": "ckpt",
"inpainting": false,
"description": "Anime model based on Pony Diffusion XL - remember to use the score prompts to get this to go properly",
"version": "1.0",
"style": "anime",
"homepage": "https://civitai.com/models/288584?modelVersionId=324619",
"nsfw": true,
"download_all": false,
"requirements": {
"clip_skip": 2
},
"config": {
"files": [
{
"path": "amponyxl.safetensors",
"sha256sum": "821aa5537f8ddafdbf963827551865c31c5bbfab1abe7925cb5f006c8f71e485"
}
],
"download": [
{
"file_name": "amponyxl.safetensors",
"file_path": "",
"file_url": "https://civitai.com/api/download/models/324619"
}
]
},
"features_not_supported": [
"hires_fix",
"inpainting",
"controlnet"
],
"size_on_disk_bytes": 6776583201
},
"Blank Canvas XL": {
"name": "Blank Canvas XL",
"baseline": "stable_diffusion_xl",
"type": "ckpt",
"inpainting": false,
"description": "Another model from RCNZ, this one is a true generalist, able to do realism, anime, and cartoons",
"version": "1.0",
"style": "anime",
"homepage": "https://civitai.com/models/280195/blank-canvas-xl",
"nsfw": true,
"download_all": false,
"requirements": {
"clip_skip": 2
},
"config": {
"files": [
{
"path": "blank_canvas_xl.safetensors",
"sha256sum": "3e8f641d333b9df9629a2124103f2e58331eccd79c0220ee43cac4f81dc4f64e"
}
],
"download": [
{
"file_name": "blank_canvas_xl.safetensors",
"file_path": "",
"file_url": "https://civitai.com/api/download/models/315557"
}
]
},
"features_not_supported": [
"hires_fix",
"inpainting",
"controlnet"
],
"size_on_disk_bytes": 6776583201
},
"Anime Illust Diffusion XL": {
"name": "Anime Illust Diffusion XL",
"baseline": "stable_diffusion_xl",
Expand Down
Loading