mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
Merge branch 'feature/add-inpaint-mask-generation' of https://github.com/mashb1t/Fooocus into feature/add-inpaint-mask-generation
# Conflicts: # language/en.json # launch.py
This commit is contained in:
@@ -36,6 +36,15 @@
|
|||||||
"Top": "Top",
|
"Top": "Top",
|
||||||
"Bottom": "Bottom",
|
"Bottom": "Bottom",
|
||||||
"* \"Inpaint or Outpaint\" is powered by the sampler \"DPMPP Fooocus Seamless 2M SDE Karras Inpaint Sampler\" (beta)": "* \"Inpaint or Outpaint\" is powered by the sampler \"DPMPP Fooocus Seamless 2M SDE Karras Inpaint Sampler\" (beta)",
|
"* \"Inpaint or Outpaint\" is powered by the sampler \"DPMPP Fooocus Seamless 2M SDE Karras Inpaint Sampler\" (beta)": "* \"Inpaint or Outpaint\" is powered by the sampler \"DPMPP Fooocus Seamless 2M SDE Karras Inpaint Sampler\" (beta)",
|
||||||
|
"Mask generation model": "Mask generation model",
|
||||||
|
"Cloth category": "Cloth category",
|
||||||
|
"Segmentation prompt": "Segmentation prompt",
|
||||||
|
"Advanced options": "Advanced options",
|
||||||
|
"SAM model": "SAM model",
|
||||||
|
"Quantization": "Quantization",
|
||||||
|
"Box Threshold": "Box Threshold",
|
||||||
|
"Text Threshold": "Text Threshold",
|
||||||
|
"Generate mask from image": "Generate mask from image",
|
||||||
"Setting": "Setting",
|
"Setting": "Setting",
|
||||||
"Style": "Style",
|
"Style": "Style",
|
||||||
"Performance": "Performance",
|
"Performance": "Performance",
|
||||||
|
|||||||
@@ -22,9 +22,9 @@ import fooocus_version
|
|||||||
from build_launcher import build_launcher
|
from build_launcher import build_launcher
|
||||||
from modules.launch_util import is_installed, run, python, run_pip, requirements_met
|
from modules.launch_util import is_installed, run, python, run_pip, requirements_met
|
||||||
from modules.model_loader import load_file_from_url
|
from modules.model_loader import load_file_from_url
|
||||||
from modules.config import path_inpaint
|
from modules import config
|
||||||
|
|
||||||
os.environ["U2NET_HOME"] = path_inpaint
|
os.environ["U2NET_HOME"] = config.path_inpaint
|
||||||
|
|
||||||
REINSTALL_ALL = False
|
REINSTALL_ALL = False
|
||||||
TRY_INSTALL_XFORMERS = False
|
TRY_INSTALL_XFORMERS = False
|
||||||
|
|||||||
Reference in New Issue
Block a user