|
707 | 707 | "description": "Canny High Threshold",
|
708 | 708 | "default": 128
|
709 | 709 | },
|
710 |
| - "inpaint_engine": { |
711 |
| - "type": "string", |
712 |
| - "title": "Inpaint Engine", |
713 |
| - "description": "Inpaint Engine", |
714 |
| - "default": "v1" |
715 |
| - }, |
716 | 710 | "freeu_enabled": {
|
717 | 711 | "type": "boolean",
|
718 | 712 | "title": "Freeu Enabled",
|
|
742 | 736 | "title": "Freeu S2",
|
743 | 737 | "description": "FreeU B4",
|
744 | 738 | "default": 0.95
|
| 739 | + }, |
| 740 | + "debugging_inpaint_preprocessor": { |
| 741 | + "type": "boolean", |
| 742 | + "title": "Debugging Inpaint Preprocessor", |
| 743 | + "description": "Debug Inpaint Preprocessing", |
| 744 | + "default": false |
| 745 | + }, |
| 746 | + "inpaint_disable_initial_latent": { |
| 747 | + "type": "boolean", |
| 748 | + "title": "Inpaint Disable Initial Latent", |
| 749 | + "description": "Disable initial latent in inpaint", |
| 750 | + "default": false |
| 751 | + }, |
| 752 | + "inpaint_engine": { |
| 753 | + "type": "string", |
| 754 | + "title": "Inpaint Engine", |
| 755 | + "description": "Inpaint Engine", |
| 756 | + "default": "v1" |
| 757 | + }, |
| 758 | + "inpaint_strength": { |
| 759 | + "type": "number", |
| 760 | + "maximum": 1, |
| 761 | + "minimum": 0, |
| 762 | + "title": "Inpaint Strength", |
| 763 | + "description": "Inpaint Denoising Strength", |
| 764 | + "default": 1 |
| 765 | + }, |
| 766 | + "inpaint_respective_field": { |
| 767 | + "type": "number", |
| 768 | + "maximum": 1, |
| 769 | + "minimum": 0, |
| 770 | + "title": "Inpaint Respective Field", |
| 771 | + "description": "Inpaint Respective Field", |
| 772 | + "default": 1 |
745 | 773 | }
|
746 | 774 | },
|
747 | 775 | "type": "object",
|
|
874 | 902 | "title": "Input Mask",
|
875 | 903 | "description": "Inpaint or outpaint mask"
|
876 | 904 | },
|
| 905 | + "inpaint_additional_prompt": { |
| 906 | + "anyOf": [ |
| 907 | + { |
| 908 | + "type": "string" |
| 909 | + }, |
| 910 | + { |
| 911 | + "type": "null" |
| 912 | + } |
| 913 | + ], |
| 914 | + "title": "Inpaint Additional Prompt", |
| 915 | + "description": "Describe what you want to inpaint" |
| 916 | + }, |
877 | 917 | "outpaint_selections": {
|
878 | 918 | "items": {
|
879 | 919 | "type": "string"
|
|
902 | 942 | "description": "Fooocus style selections, seperated by comma",
|
903 | 943 | "default": [
|
904 | 944 | "Fooocus V2",
|
905 |
| - "Fooocus Cinematic" |
| 945 | + "Fooocus Enhance", |
| 946 | + "Fooocus Sharp" |
906 | 947 | ]
|
907 | 948 | },
|
908 | 949 | "performance_selection": {
|
|
944 | 985 | "maximum": 30,
|
945 | 986 | "minimum": 1,
|
946 | 987 | "title": "Guidance Scale",
|
947 |
| - "default": 7 |
| 988 | + "default": 4 |
948 | 989 | },
|
949 | 990 | "base_model_name": {
|
950 | 991 | "type": "string",
|
951 | 992 | "title": "Base Model Name",
|
952 |
| - "default": "sd_xl_base_1.0_0.9vae.safetensors" |
| 993 | + "default": "juggernautXL_version6Rundiffusion.safetensors" |
953 | 994 | },
|
954 | 995 | "refiner_model_name": {
|
955 | 996 | "type": "string",
|
956 | 997 | "title": "Refiner Model Name",
|
957 |
| - "default": "sd_xl_refiner_1.0_0.9vae.safetensors" |
| 998 | + "default": "None" |
958 | 999 | },
|
959 | 1000 | "refiner_switch": {
|
960 | 1001 | "type": "number",
|
961 | 1002 | "maximum": 1,
|
962 | 1003 | "minimum": 0.1,
|
963 | 1004 | "title": "Refiner Switch",
|
964 | 1005 | "description": "Refiner Switch At",
|
965 |
| - "default": 0.667 |
| 1006 | + "default": 0.5 |
966 | 1007 | },
|
967 | 1008 | "loras": {
|
968 | 1009 | "anyOf": [
|
|
975 | 1016 | ],
|
976 | 1017 | "title": "Loras",
|
977 | 1018 | "description": "Lora config in JSON. Format as [{\"model_name\": \"sd_xl_offset_example-lora_1.0.safetensors\", \"weight\": 0.5}]",
|
978 |
| - "default": "[{\"model_name\":\"sd_xl_offset_example-lora_1.0.safetensors\",\"weight\":0.5}]" |
| 1019 | + "default": "[{\"model_name\":\"sd_xl_offset_example-lora_1.0.safetensors\",\"weight\":0.1}]" |
979 | 1020 | },
|
980 | 1021 | "advanced_params": {
|
981 | 1022 | "anyOf": [
|
|
1201 | 1242 | "description": "Fooocus style selections, seperated by comma",
|
1202 | 1243 | "default": [
|
1203 | 1244 | "Fooocus V2",
|
1204 |
| - "Fooocus Cinematic" |
| 1245 | + "Fooocus Enhance", |
| 1246 | + "Fooocus Sharp" |
1205 | 1247 | ]
|
1206 | 1248 | },
|
1207 | 1249 | "performance_selection": {
|
|
1243 | 1285 | "maximum": 30,
|
1244 | 1286 | "minimum": 1,
|
1245 | 1287 | "title": "Guidance Scale",
|
1246 |
| - "default": 7 |
| 1288 | + "default": 4 |
1247 | 1289 | },
|
1248 | 1290 | "base_model_name": {
|
1249 | 1291 | "type": "string",
|
1250 | 1292 | "title": "Base Model Name",
|
1251 |
| - "default": "sd_xl_base_1.0_0.9vae.safetensors" |
| 1293 | + "default": "juggernautXL_version6Rundiffusion.safetensors" |
1252 | 1294 | },
|
1253 | 1295 | "refiner_model_name": {
|
1254 | 1296 | "type": "string",
|
1255 | 1297 | "title": "Refiner Model Name",
|
1256 |
| - "default": "sd_xl_refiner_1.0_0.9vae.safetensors" |
| 1298 | + "default": "None" |
1257 | 1299 | },
|
1258 | 1300 | "refiner_switch": {
|
1259 | 1301 | "type": "number",
|
1260 | 1302 | "maximum": 1,
|
1261 | 1303 | "minimum": 0.1,
|
1262 | 1304 | "title": "Refiner Switch",
|
1263 | 1305 | "description": "Refiner Switch At",
|
1264 |
| - "default": 0.667 |
| 1306 | + "default": 0.5 |
1265 | 1307 | },
|
1266 | 1308 | "loras": {
|
1267 | 1309 | "anyOf": [
|
|
1274 | 1316 | ],
|
1275 | 1317 | "title": "Loras",
|
1276 | 1318 | "description": "Lora config in JSON. Format as [{\"model_name\": \"sd_xl_offset_example-lora_1.0.safetensors\", \"weight\": 0.5}]",
|
1277 |
| - "default": "[{\"model_name\":\"sd_xl_offset_example-lora_1.0.safetensors\",\"weight\":0.5}]" |
| 1319 | + "default": "[{\"model_name\":\"sd_xl_offset_example-lora_1.0.safetensors\",\"weight\":0.1}]" |
1278 | 1320 | },
|
1279 | 1321 | "advanced_params": {
|
1280 | 1322 | "anyOf": [
|
|
1334 | 1376 | "description": "Fooocus style selections, seperated by comma",
|
1335 | 1377 | "default": [
|
1336 | 1378 | "Fooocus V2",
|
1337 |
| - "Fooocus Cinematic" |
| 1379 | + "Fooocus Enhance", |
| 1380 | + "Fooocus Sharp" |
1338 | 1381 | ]
|
1339 | 1382 | },
|
1340 | 1383 | "performance_selection": {
|
|
1376 | 1419 | "maximum": 30,
|
1377 | 1420 | "minimum": 1,
|
1378 | 1421 | "title": "Guidance Scale",
|
1379 |
| - "default": 7 |
| 1422 | + "default": 4 |
1380 | 1423 | },
|
1381 | 1424 | "base_model_name": {
|
1382 | 1425 | "type": "string",
|
1383 | 1426 | "title": "Base Model Name",
|
1384 |
| - "default": "sd_xl_base_1.0_0.9vae.safetensors" |
| 1427 | + "default": "juggernautXL_version6Rundiffusion.safetensors" |
1385 | 1428 | },
|
1386 | 1429 | "refiner_model_name": {
|
1387 | 1430 | "type": "string",
|
1388 | 1431 | "title": "Refiner Model Name",
|
1389 |
| - "default": "sd_xl_refiner_1.0_0.9vae.safetensors" |
| 1432 | + "default": "None" |
1390 | 1433 | },
|
1391 | 1434 | "refiner_switch": {
|
1392 | 1435 | "type": "number",
|
1393 | 1436 | "maximum": 1,
|
1394 | 1437 | "minimum": 0.1,
|
1395 | 1438 | "title": "Refiner Switch",
|
1396 | 1439 | "description": "Refiner Switch At",
|
1397 |
| - "default": 0.667 |
| 1440 | + "default": 0.5 |
1398 | 1441 | },
|
1399 | 1442 | "loras": {
|
1400 | 1443 | "anyOf": [
|
|
1407 | 1450 | ],
|
1408 | 1451 | "title": "Loras",
|
1409 | 1452 | "description": "Lora config in JSON. Format as [{\"model_name\": \"sd_xl_offset_example-lora_1.0.safetensors\", \"weight\": 0.5}]",
|
1410 |
| - "default": "[{\"model_name\":\"sd_xl_offset_example-lora_1.0.safetensors\",\"weight\":0.5}]" |
| 1453 | + "default": "[{\"model_name\":\"sd_xl_offset_example-lora_1.0.safetensors\",\"weight\":0.1}]" |
1411 | 1454 | },
|
1412 | 1455 | "advanced_params": {
|
1413 | 1456 | "anyOf": [
|
|
1616 | 1659 | "title": "Style Selections",
|
1617 | 1660 | "default": [
|
1618 | 1661 | "Fooocus V2",
|
1619 |
| - "Fooocus Cinematic" |
| 1662 | + "Fooocus Enhance", |
| 1663 | + "Fooocus Sharp" |
1620 | 1664 | ]
|
1621 | 1665 | },
|
1622 | 1666 | "performance_selection": {
|
|
1658 | 1702 | "maximum": 30,
|
1659 | 1703 | "minimum": 1,
|
1660 | 1704 | "title": "Guidance Scale",
|
1661 |
| - "default": 7 |
| 1705 | + "default": 4 |
1662 | 1706 | },
|
1663 | 1707 | "base_model_name": {
|
1664 | 1708 | "type": "string",
|
1665 | 1709 | "title": "Base Model Name",
|
1666 |
| - "default": "sd_xl_base_1.0_0.9vae.safetensors" |
| 1710 | + "default": "juggernautXL_version6Rundiffusion.safetensors" |
1667 | 1711 | },
|
1668 | 1712 | "refiner_model_name": {
|
1669 | 1713 | "type": "string",
|
1670 | 1714 | "title": "Refiner Model Name",
|
1671 |
| - "default": "sd_xl_refiner_1.0_0.9vae.safetensors" |
| 1715 | + "default": "None" |
1672 | 1716 | },
|
1673 | 1717 | "refiner_switch": {
|
1674 | 1718 | "type": "number",
|
1675 | 1719 | "maximum": 1,
|
1676 | 1720 | "minimum": 0.1,
|
1677 | 1721 | "title": "Refiner Switch",
|
1678 | 1722 | "description": "Refiner Switch At",
|
1679 |
| - "default": 0.667 |
| 1723 | + "default": 0.5 |
1680 | 1724 | },
|
1681 | 1725 | "loras": {
|
1682 | 1726 | "items": {
|
|
1687 | 1731 | "default": [
|
1688 | 1732 | {
|
1689 | 1733 | "model_name": "sd_xl_offset_example-lora_1.0.safetensors",
|
1690 |
| - "weight": 0.5 |
| 1734 | + "weight": 0.1 |
1691 | 1735 | }
|
1692 | 1736 | ]
|
1693 | 1737 | },
|
|
0 commit comments