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

feature: update anime preset #2943

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Next Next commit
feat: update anime from animaPencilXL_v100 to animaPencilXL_v200
  • Loading branch information
mashb1t committed Mar 5, 2024
commit f7cec5b971dcc598cdffac6bd5dd86251313b0b4
8 changes: 5 additions & 3 deletions presets/anime.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"default_model": "animaPencilXL_v100.safetensors",
"default_model": "animaPencilXL_v200.safetensors",
"default_refiner": "None",
"default_refiner_switch": 0.5,
"default_loras": [
Expand Down Expand Up @@ -38,9 +38,11 @@
],
"default_aspect_ratio": "896*1152",
"checkpoint_downloads": {
"animaPencilXL_v100.safetensors": "https://huggingface.co/lllyasviel/fav_models/resolve/main/fav/animaPencilXL_v100.safetensors"
"animaPencilXL_v200.safetensors": "https://huggingface.co/bluepen5805/anima_pencil-XL/resolve/main/anima_pencil-XL-v2.0.0.safetensors"
},
"embeddings_downloads": {},
"lora_downloads": {},
"previous_default_models": []
"previous_default_models": [
"animaPencilXL_v100.safetensors"
]
}