From 70a5acd8ad02579531bb25aa352c57d7991a2cde Mon Sep 17 00:00:00 2001 From: layerdiffusion <19834515+lllyasviel@users.noreply.github.com> Date: Wed, 14 Aug 2024 19:12:02 -0700 Subject: [PATCH] doc --- backend/patcher/base.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/backend/patcher/base.py b/backend/patcher/base.py index affd0a73..57e5be99 100644 --- a/backend/patcher/base.py +++ b/backend/patcher/base.py @@ -1,6 +1,8 @@ -# Model Patching API Template Extracted From ComfyUI -# The actual implementation for those APIs are from Forge, implemented from scratch (after forge-v1.0.1), -# and may have certain level of differences. +# Model Patching System, Copyright Forge 2024 + +# API Templates partially extracted From ComfyUI, the actual implementation for those APIs +# are from Forge, implemented from scratch (after forge-v1.0.1), and may have +# certain level of differences. import torch import copy