From 719ebe11890eda90de172e7b2797da08b130e9b8 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Thu, 11 Dec 2025 05:27:17 -0800 Subject: [PATCH] [backport cloud/1.34] Improve import model copy and examples (#7372) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Backport of #7339 to cloud/1.34 Updates user-facing copy in the import model feature for clarity and better examples. ## Changes - **Example Link**: Changed from direct download URL to model page URL (easier to find and copy) - **Success Message**: Removed emoji for more professional tone - **Support Documentation**: Updated Civitai link to include `/models` path Original PR: https://github.com/Comfy-Org/ComfyUI_frontend/pull/7339 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7372-backport-cloud-1-34-docs-Improve-import-model-copy-and-examples-2c66d73d365081b5ae9bd59d25b0ce65) by [Unito](https://www.unito.io) Co-authored-by: Luke Mino-Altherr Co-authored-by: Claude --- src/locales/en/main.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/en/main.json b/src/locales/en/main.json index 6c8b2a168..d6da3c242 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -2213,11 +2213,11 @@ "uploadModelFailedToRetrieveMetadata": "Failed to retrieve metadata. Please check the link and try again.", "onlyCivitaiUrlsSupported": "Only Civitai URLs are supported", "uploadModelDescription1": "Paste a Civitai model download link to add it to your library.", - "uploadModelDescription2": "Only links from https://civitai.com are supported at the moment", + "uploadModelDescription2": "Only links from https://civitai.com/models are supported at the moment", "uploadModelDescription3": "Max file size: 1 GB", "civitaiLinkLabel": "Civitai model download link", "civitaiLinkPlaceholder": "Paste link here", - "civitaiLinkExample": "Example: https://civitai.com/api/download/models/833921?type=Model&format=SafeTensor", + "civitaiLinkExample": "Example: https://civitai.com/models/10706/luisap-z-image-and-qwen-pixel-art-refiner?modelVersionId=2225295", "confirmModelDetails": "Confirm Model Details", "fileName": "File Name", "fileSize": "File Size", @@ -2237,7 +2237,7 @@ "modelTypeSelectorPlaceholder": "Select model type", "selectModelType": "Select model type", "notSureLeaveAsIs": "Not sure? Just leave this as is", - "modelUploaded": "Model imported! 🎉", + "modelUploaded": "Model successfully imported.", "findInLibrary": "Find it in the {type} section of the models library.", "finish": "Finish", "upgradeToUnlockFeature": "Upgrade to unlock this feature",