Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion apps/website/src/pages/cloud/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ import ProductCardsSection from '../../components/product/cloud/ProductCardsSect
import FAQSection from '../../components/product/cloud/FAQSection.vue'
---

<BaseLayout title="Comfy Cloud — AI in the Cloud">
<BaseLayout
title="Comfy Cloud — The ComfyUI Web App"
description="Comfy Cloud is the official ComfyUI web app — run the full ComfyUI application in your browser with managed GPUs, models, and storage. No install required."
>
<HeroSection />
<ReasonSection />
<AIModelsSection />
Expand Down
5 changes: 4 additions & 1 deletion apps/website/src/pages/download.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ import ProductCardsSection from '../components/product/local/ProductCardsSection
import FAQSection from '../components/product/local/FAQSection.vue'
---

<BaseLayout title="Download Comfy — Run AI Locally">
<BaseLayout
title="Download the ComfyUI App — Run Visual AI Locally"
description="Download the ComfyUI desktop app for Windows, macOS, and Linux. Run the open-source ComfyUI application locally for node-based image, video, and 3D AI workflows."
>
<CloudBannerSection />
<HeroSection client:load />
<ReasonSection />
Expand Down
5 changes: 4 additions & 1 deletion apps/website/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ import GetStartedSection from '../components/home/GetStartedSection.vue'
import BuildWhatSection from '../components/home/BuildWhatSection.vue'
---

<BaseLayout title="Comfy — Professional Control of Visual AI">
<BaseLayout
title="ComfyUI App — Professional Control of Visual AI"
description="ComfyUI is the open-source visual AI app for image, video, and 3D creation. Use the ComfyUI web app in the cloud or download the desktop application to build node-based generative AI workflows."
>
Comment thread
coderabbitai[bot] marked this conversation as resolved.
<HeroSection client:load />
<SocialProofBarSection />
<ProductShowcaseSection client:load />
Expand Down
5 changes: 4 additions & 1 deletion apps/website/src/pages/zh-CN/cloud/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ import ProductCardsSection from '../../../components/product/cloud/ProductCardsS
import FAQSection from '../../../components/product/cloud/FAQSection.vue'
---

<BaseLayout title="Comfy Cloud — 云端 AI">
<BaseLayout
title="Comfy Cloud — ComfyUI 网页版"
description="Comfy Cloud 是官方的 ComfyUI 网页版应用,在浏览器中运行完整的 ComfyUI,托管 GPU、模型与存储,无需安装即可使用。"
>
<HeroSection locale="zh-CN" />
<ReasonSection locale="zh-CN" />
<AIModelsSection locale="zh-CN" />
Expand Down
5 changes: 4 additions & 1 deletion apps/website/src/pages/zh-CN/download.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ import ProductCardsSection from '../../components/product/local/ProductCardsSect
import FAQSection from '../../components/product/local/FAQSection.vue'
---

<BaseLayout title="下载 — Comfy">
<BaseLayout
title="下载 ComfyUI 应用 — 在本地运行视觉 AI"
description="下载 ComfyUI 桌面应用,支持 Windows、macOS 与 Linux。在本地运行开源的 ComfyUI 应用程序,搭建节点式图像、视频与 3D AI 工作流。"
>
<CloudBannerSection locale="zh-CN" />
<HeroSection locale="zh-CN" client:load />
<ReasonSection locale="zh-CN" />
Expand Down
5 changes: 4 additions & 1 deletion apps/website/src/pages/zh-CN/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ import GetStartedSection from '../../components/home/GetStartedSection.vue'
import BuildWhatSection from '../../components/home/BuildWhatSection.vue'
---

<BaseLayout title="Comfy — 视觉 AI 的最强可控性">
<BaseLayout
title="Comfy — 视觉 AI 的最强可控性"
description="ComfyUI 是面向视觉创作者的开源生成式 AI 应用。可在本地下载桌面应用,或在云端使用 ComfyUI 网页版,搭建节点式的图像、视频与 3D AI 工作流。"
>
Comment thread
coderabbitai[bot] marked this conversation as resolved.
<HeroSection locale="zh-CN" client:load />
<SocialProofBarSection />
<ProductShowcaseSection locale="zh-CN" client:load />
Expand Down
Loading