Merge branch 'patch-2'

This commit is contained in:
Manuel Schmid 2024-01-10 20:56:28 +01:00
commit 2f6c0a8ca1
No known key found for this signature in database
GPG Key ID: 32C4F7569B40B84B
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"default_model": "blue_pencil-XL-v2.0.0.safetensors",
"default_model": "blue_pencil-XL-v3.1.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": {
"blue_pencil-XL-v2.0.0.safetensors": "https://huggingface.co/bluepen5805/blue_pencil-XL/raw/main/blue_pencil-XL-v2.0.0.safetensors",
"blue_pencil-XL-v3.1.0.safetensors": "https://huggingface.co/bluepen5805/blue_pencil-XL/raw/main/blue_pencil-XL-v3.1.0.safetensors",
"DreamShaper_8_pruned.safetensors": "https://huggingface.co/lllyasviel/fav_models/resolve/main/fav/DreamShaper_8_pruned.safetensors"
},
"embeddings_downloads": {

View File

@ -10,7 +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/1167 - update model BluePencil XL v0.5 to v3.1.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)