From 30dd8af08cd2a291ed6e6192353a1d9703dbf1c5 Mon Sep 17 00:00:00 2001 From: lllyasviel Date: Sun, 11 Feb 2024 20:12:27 -0800 Subject: [PATCH] fix error in head info --- ldm_patched/modules/sd1_clip.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ldm_patched/modules/sd1_clip.py b/ldm_patched/modules/sd1_clip.py index 5448f40b..8c77b739 100644 --- a/ldm_patched/modules/sd1_clip.py +++ b/ldm_patched/modules/sd1_clip.py @@ -1,5 +1,7 @@ -# Taken from https://github.com/comfyanonymous/ComfyUI -# This file is only for reference, and not used in the backend or runtime. +# Implementation of CLIPTextModel transformer + +# using https://github.com/comfyanonymous/ComfyUI/blob/master/comfy/sd1_clip.py as reference +# written by Forge import os