fix error in head info

This commit is contained in:
lllyasviel 2024-02-11 20:12:27 -08:00
parent 3d039591fe
commit 30dd8af08c

View File

@ -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