mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
## Summary <!-- One sentence describing what changed and why. --> ## Changes - **What**: <!-- Core functionality added/modified --> - **Breaking**: <!-- Any breaking changes (if none, remove this line) --> - **Dependencies**: <!-- New dependencies (if none, remove this line) --> ## Review Focus <!-- Critical design decisions or edge cases that need attention --> <!-- If this PR fixes an issue, uncomment and update the line below --> <!-- Fixes #ISSUE_NUMBER --> ## Screenshots (if applicable) <!-- Add screenshots or video recording to help explain your changes --> ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-10156-feat-website-add-SEO-sitemap-redirects-CI-workflow-and-Vercel-config-3266d73d3650816ab9eaebd11072d481) by [Unito](https://www.unito.io) --------- Co-authored-by: GitHub Action <action@github.com>
305 lines
13 KiB
Plaintext
305 lines
13 KiB
Plaintext
---
|
|
import BaseLayout from '../layouts/BaseLayout.astro'
|
|
import SiteNav from '../components/SiteNav.vue'
|
|
import SiteFooter from '../components/SiteFooter.vue'
|
|
---
|
|
|
|
<BaseLayout
|
|
title="Terms of Service — Comfy"
|
|
description="Terms of Service for ComfyUI and related Comfy services."
|
|
noindex
|
|
>
|
|
<SiteNav client:load />
|
|
<main class="mx-auto max-w-3xl px-6 py-24 sm:py-32">
|
|
<header class="mb-16">
|
|
<h1 class="text-3xl font-bold text-white">Terms of Service</h1>
|
|
<p class="mt-2 text-lg text-smoke-700">for ComfyUI</p>
|
|
<p class="mt-4 text-sm text-smoke-700">
|
|
Effective Date: March 1, 2025 · Last Updated: March 1, 2025
|
|
</p>
|
|
</header>
|
|
|
|
<section class="space-y-12">
|
|
<!-- Intro -->
|
|
<div>
|
|
<p class="text-sm leading-relaxed text-smoke-700">
|
|
Welcome to ComfyUI and the services provided by Comfy Org, Inc.
|
|
("Comfy", "we", "us", or "our"). By accessing or using ComfyUI, the
|
|
Comfy Registry, comfy.org, or any of our related services
|
|
(collectively, the "Services"), you agree to be bound by these Terms of
|
|
Service ("Terms"). If you do not agree to these Terms, do not use the
|
|
Services.
|
|
</p>
|
|
<!-- Full legal text to be added -->
|
|
</div>
|
|
|
|
<!-- 1. Definitions -->
|
|
<div>
|
|
<h2 class="text-xl font-semibold text-white">1. Definitions</h2>
|
|
<ul class="mt-4 list-disc space-y-2 pl-5 text-sm leading-relaxed text-smoke-700">
|
|
<li>
|
|
<strong class="text-white">"ComfyUI"</strong> means the open-source
|
|
node-based visual programming interface for AI-powered content
|
|
generation.
|
|
</li>
|
|
<li>
|
|
<strong class="text-white">"Services"</strong> means ComfyUI, the
|
|
Comfy Registry, comfy.org website, APIs, documentation, and any
|
|
related services operated by Comfy.
|
|
</li>
|
|
<li>
|
|
<strong class="text-white">"User Content"</strong> means any
|
|
content, workflows, custom nodes, models, or other materials you
|
|
create, upload, or share through the Services.
|
|
</li>
|
|
<li>
|
|
<strong class="text-white">"Registry"</strong> means the Comfy
|
|
Registry, a package repository for distributing custom nodes and
|
|
extensions.
|
|
</li>
|
|
</ul>
|
|
<!-- Full legal text to be added -->
|
|
</div>
|
|
|
|
<!-- 2. ComfyUI Software License -->
|
|
<div>
|
|
<h2 class="text-xl font-semibold text-white">
|
|
2. ComfyUI Software License
|
|
</h2>
|
|
<p class="mt-4 text-sm leading-relaxed text-smoke-700">
|
|
ComfyUI is released under the GNU General Public License v3.0 (GPLv3).
|
|
Your use of the ComfyUI software is governed by the GPLv3 license
|
|
terms. These Terms of Service govern your use of the hosted Services,
|
|
website, and Registry — not the open-source software itself.
|
|
</p>
|
|
<!-- Full legal text to be added -->
|
|
</div>
|
|
|
|
<!-- 3. Using the Services -->
|
|
<div>
|
|
<h2 class="text-xl font-semibold text-white">3. Using the Services</h2>
|
|
<p class="mt-4 text-sm leading-relaxed text-smoke-700">
|
|
You may use the Services only in compliance with these Terms and all
|
|
applicable laws. The Services are intended for users who are at least
|
|
18 years of age. By using the Services, you represent and warrant that
|
|
you meet this age requirement and have the legal capacity to enter into
|
|
these Terms.
|
|
</p>
|
|
<!-- Full legal text to be added -->
|
|
</div>
|
|
|
|
<!-- 4. Your Responsibilities -->
|
|
<div>
|
|
<h2 class="text-xl font-semibold text-white">
|
|
4. Your Responsibilities
|
|
</h2>
|
|
<p class="mt-4 text-sm leading-relaxed text-smoke-700">
|
|
You are responsible for your use of the Services and any content you
|
|
create, share, or distribute through them. You agree to use the
|
|
Services in a manner that is lawful, respectful, and consistent with
|
|
these Terms. You are solely responsible for maintaining the security of
|
|
your account credentials.
|
|
</p>
|
|
<!-- Full legal text to be added -->
|
|
</div>
|
|
|
|
<!-- 5. Use Restrictions -->
|
|
<div>
|
|
<h2 class="text-xl font-semibold text-white">5. Use Restrictions</h2>
|
|
<p class="mt-4 text-sm leading-relaxed text-smoke-700">
|
|
You agree not to misuse the Services. This includes, but is not
|
|
limited to:
|
|
</p>
|
|
<ul class="mt-4 list-disc space-y-2 pl-5 text-sm leading-relaxed text-smoke-700">
|
|
<li>
|
|
Attempting to gain unauthorized access to any part of the Services
|
|
</li>
|
|
<li>
|
|
Using the Services to distribute malware, viruses, or harmful code
|
|
</li>
|
|
<li>
|
|
Interfering with or disrupting the integrity or performance of the
|
|
Services
|
|
</li>
|
|
<li>
|
|
Scraping, crawling, or using automated means to access the Services
|
|
without permission
|
|
</li>
|
|
<li>
|
|
Publishing custom nodes or workflows that contain malicious code or
|
|
violate third-party rights
|
|
</li>
|
|
</ul>
|
|
<!-- Full legal text to be added -->
|
|
</div>
|
|
|
|
<!-- 6. Accounts and User Information -->
|
|
<div>
|
|
<h2 class="text-xl font-semibold text-white">
|
|
6. Accounts and User Information
|
|
</h2>
|
|
<p class="mt-4 text-sm leading-relaxed text-smoke-700">
|
|
Certain features of the Services may require you to create an account.
|
|
You agree to provide accurate and complete information when creating
|
|
your account and to keep this information up to date. You are
|
|
responsible for all activity that occurs under your account. We reserve
|
|
the right to suspend or terminate accounts that violate these Terms.
|
|
</p>
|
|
<!-- Full legal text to be added -->
|
|
</div>
|
|
|
|
<!-- 7. Intellectual Property Rights -->
|
|
<div>
|
|
<h2 class="text-xl font-semibold text-white">
|
|
7. Intellectual Property Rights
|
|
</h2>
|
|
<p class="mt-4 text-sm leading-relaxed text-smoke-700">
|
|
The Services, excluding open-source components, are owned by Comfy and
|
|
are protected by intellectual property laws. The Comfy name, logo, and
|
|
branding are trademarks of Comfy Org, Inc. You retain ownership of any
|
|
User Content you create. By submitting User Content to the Services,
|
|
you grant Comfy a non-exclusive, worldwide, royalty-free license to
|
|
host, display, and distribute such content as necessary to operate the
|
|
Services.
|
|
</p>
|
|
<!-- Full legal text to be added -->
|
|
</div>
|
|
|
|
<!-- 8. Model and Workflow Distribution -->
|
|
<div>
|
|
<h2 class="text-xl font-semibold text-white">
|
|
8. Model and Workflow Distribution
|
|
</h2>
|
|
<p class="mt-4 text-sm leading-relaxed text-smoke-700">
|
|
When you distribute models, workflows, or custom nodes through the
|
|
Registry or Services, you represent that you have the right to
|
|
distribute such content and that it does not infringe any third-party
|
|
rights. You are responsible for specifying an appropriate license for
|
|
any content you distribute. Comfy does not claim ownership of content
|
|
distributed through the Registry.
|
|
</p>
|
|
<!-- Full legal text to be added -->
|
|
</div>
|
|
|
|
<!-- 9. Fees and Payment -->
|
|
<div>
|
|
<h2 class="text-xl font-semibold text-white">9. Fees and Payment</h2>
|
|
<p class="mt-4 text-sm leading-relaxed text-smoke-700">
|
|
Certain Services may be offered for a fee. If you choose to use paid
|
|
features, you agree to pay all applicable fees as described at the time
|
|
of purchase. Fees are non-refundable except as required by law or as
|
|
expressly stated in these Terms. Comfy reserves the right to change
|
|
pricing with reasonable notice.
|
|
</p>
|
|
<!-- Full legal text to be added -->
|
|
</div>
|
|
|
|
<!-- 10. Term and Termination -->
|
|
<div>
|
|
<h2 class="text-xl font-semibold text-white">
|
|
10. Term and Termination
|
|
</h2>
|
|
<p class="mt-4 text-sm leading-relaxed text-smoke-700">
|
|
These Terms remain in effect while you use the Services. You may stop
|
|
using the Services at any time. Comfy may suspend or terminate your
|
|
access to the Services at any time, with or without cause and with or
|
|
without notice. Upon termination, your right to use the Services will
|
|
immediately cease. Sections that by their nature should survive
|
|
termination will continue to apply.
|
|
</p>
|
|
<!-- Full legal text to be added -->
|
|
</div>
|
|
|
|
<!-- 11. Disclaimer of Warranties -->
|
|
<div>
|
|
<h2 class="text-xl font-semibold text-white">
|
|
11. Disclaimer of Warranties
|
|
</h2>
|
|
<p class="mt-4 text-sm uppercase leading-relaxed text-smoke-700">
|
|
The Services are provided "as is" and "as available" without warranties
|
|
of any kind, either express or implied, including but not limited to
|
|
implied warranties of merchantability, fitness for a particular
|
|
purpose, and non-infringement. Comfy does not warrant that the Services
|
|
will be uninterrupted, error-free, or secure.
|
|
</p>
|
|
<!-- Full legal text to be added -->
|
|
</div>
|
|
|
|
<!-- 12. Limitation of Liability -->
|
|
<div>
|
|
<h2 class="text-xl font-semibold text-white">
|
|
12. Limitation of Liability
|
|
</h2>
|
|
<p class="mt-4 text-sm uppercase leading-relaxed text-smoke-700">
|
|
To the maximum extent permitted by law, Comfy shall not be liable for
|
|
any indirect, incidental, special, consequential, or punitive damages,
|
|
or any loss of profits or revenues, whether incurred directly or
|
|
indirectly, or any loss of data, use, goodwill, or other intangible
|
|
losses resulting from your use of the Services. Comfy's total liability
|
|
shall not exceed the amounts paid by you to Comfy in the twelve months
|
|
preceding the claim.
|
|
</p>
|
|
<!-- Full legal text to be added -->
|
|
</div>
|
|
|
|
<!-- 13. Indemnification -->
|
|
<div>
|
|
<h2 class="text-xl font-semibold text-white">13. Indemnification</h2>
|
|
<p class="mt-4 text-sm leading-relaxed text-smoke-700">
|
|
You agree to indemnify, defend, and hold harmless Comfy, its officers,
|
|
directors, employees, and agents from and against any claims,
|
|
liabilities, damages, losses, and expenses arising out of or in any
|
|
way connected with your access to or use of the Services, your User
|
|
Content, or your violation of these Terms.
|
|
</p>
|
|
<!-- Full legal text to be added -->
|
|
</div>
|
|
|
|
<!-- 14. Governing Law and Dispute Resolution -->
|
|
<div>
|
|
<h2 class="text-xl font-semibold text-white">
|
|
14. Governing Law and Dispute Resolution
|
|
</h2>
|
|
<p class="mt-4 text-sm leading-relaxed text-smoke-700">
|
|
These Terms shall be governed by and construed in accordance with the
|
|
laws of the State of Delaware, without regard to its conflict of laws
|
|
principles. Any disputes arising under these Terms shall be resolved
|
|
through binding arbitration in accordance with the rules of the
|
|
American Arbitration Association, except that either party may seek
|
|
injunctive relief in any court of competent jurisdiction.
|
|
</p>
|
|
<!-- Full legal text to be added -->
|
|
</div>
|
|
|
|
<!-- 15. Miscellaneous -->
|
|
<div>
|
|
<h2 class="text-xl font-semibold text-white">15. Miscellaneous</h2>
|
|
<p class="mt-4 text-sm leading-relaxed text-smoke-700">
|
|
These Terms constitute the entire agreement between you and Comfy
|
|
regarding the Services. If any provision of these Terms is found to be
|
|
unenforceable, the remaining provisions will continue in effect. Our
|
|
failure to enforce any right or provision of these Terms will not be
|
|
considered a waiver. We may assign our rights under these Terms. You
|
|
may not assign your rights without our prior written consent.
|
|
</p>
|
|
<!-- Full legal text to be added -->
|
|
</div>
|
|
|
|
<!-- Contact -->
|
|
<div class="border-t border-white/10 pt-12">
|
|
<h2 class="text-xl font-semibold text-white">Contact Us</h2>
|
|
<p class="mt-4 text-sm leading-relaxed text-smoke-700">
|
|
If you have questions about these Terms, please contact us at
|
|
<a
|
|
href="mailto:legal@comfy.org"
|
|
class="text-white underline transition-colors hover:text-smoke-700"
|
|
>
|
|
legal@comfy.org
|
|
</a>.
|
|
</p>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
<SiteFooter />
|
|
</BaseLayout>
|