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