diff --git a/presets/anime.json b/presets/anime.json index 384ba4b0..7685b2ba 100644 --- a/presets/anime.json +++ b/presets/anime.json @@ -1,5 +1,5 @@ { - "default_model": "bluePencilXL_v050.safetensors", + "default_model": "blue_pencil-XL-v2.0.0.safetensors", "default_refiner": "DreamShaper_8_pruned.safetensors", "default_refiner_switch": 0.667, "default_loras": [ @@ -42,7 +42,7 @@ "default_aspect_ratio": "896*1152", "default_overwrite_step": -1, "checkpoint_downloads": { - "bluePencilXL_v050.safetensors": "https://huggingface.co/lllyasviel/fav_models/resolve/main/fav/bluePencilXL_v050.safetensors", + "blue_pencil-XL-v2.0.0.safetensors": "https://huggingface.co/bluepen5805/blue_pencil-XL/raw/main/blue_pencil-XL-v2.0.0.safetensors", "DreamShaper_8_pruned.safetensors": "https://huggingface.co/lllyasviel/fav_models/resolve/main/fav/DreamShaper_8_pruned.safetensors" }, "embeddings_downloads": { @@ -51,4 +51,4 @@ "lora_downloads": { "sd_xl_offset_example-lora_1.0.safetensors": "https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_offset_example-lora_1.0.safetensors" } -} \ No newline at end of file +} diff --git a/readme.md b/readme.md index c31cd292..3a88eaf3 100644 --- a/readme.md +++ b/readme.md @@ -10,6 +10,7 @@ Included adjustments: * ✨ https://github.com/lllyasviel/Fooocus/pull/1013 - add advanced parameter for disable_intermediate_results (progress_gallery, prevents UI lag when generation is too fast) * ✨ https://github.com/lllyasviel/Fooocus/pull/1039 - add prompt translation * ✨ https://github.com/lllyasviel/Fooocus/pull/1043 - add lcm realtime canvas painting +* ✨ https://github.com/lllyasviel/Fooocus/pull/1167 - update model BluePencil XL v0.5 to v2.0 * ✨ https://github.com/lllyasviel/Fooocus/pull/1570 - add preset selection to Gradio UI (session based) * 🐛 ~~https://github.com/lllyasviel/Fooocus/pull/1578 - add workaround for changing prompt while generating~~ * ✨ https://github.com/lllyasviel/Fooocus/pull/1580 - add preset for SDXL Turbo (model DreamShaperXL_Turbo)