Merge branch 'feature/add-pony-support-and-preset' into develop

# Conflicts:
#	webui.py
This commit is contained in:
Manuel Schmid
2024-06-30 20:51:39 +02:00
5 changed files with 34 additions and 4 deletions
+2
View File
@@ -40,6 +40,8 @@
"Fooocus V2"
],
"default_aspect_ratio": "1024*1024",
"default_overwrite_step": -1,
"default_inpaint_method": "Improve Detail (face, hand, eyes, etc.)",
"checkpoint_downloads": {
"playground-v2.5-1024px-aesthetic.fp16.safetensors": "https://huggingface.co/mashb1t/fav_models/resolve/main/fav/playground-v2.5-1024px-aesthetic.fp16.safetensors"
},
+1
View File
@@ -42,6 +42,7 @@
],
"default_aspect_ratio": "896*1152",
"default_overwrite_step": -1,
"default_inpaint_method": "Improve Detail (face, hand, eyes, etc.)",
"checkpoint_downloads": {
"ponyDiffusionV6XL.safetensors": "https://huggingface.co/mashb1t/fav_models/resolve/main/fav/ponyDiffusionV6XL.safetensors"
},