Merge branch 'patch-2'
This commit is contained in:
commit
2f6c0a8ca1
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue