Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

SDXL Clip Support #86

Open
adammenges opened this issue Jul 13, 2023 · 1 comment
Open

SDXL Clip Support #86

adammenges opened this issue Jul 13, 2023 · 1 comment

Comments

@adammenges
Copy link

Going to go ahead and make an issue for SDXL, will be an obvious request here in the next couple weeks.

clip_model_name: str = Input(
default="ViT-L-14/openai",
choices=["ViT-L-14/openai", "ViT-H-14/laion2b_s32b_b79k"],
description="Choose ViT-L for Stable Diffusion 1, and ViT-H for Stable Diffusion 2",
),

@rossaai
Copy link

rossaai commented Aug 11, 2023

SDXL uses OpenClip "ViT-g-14/laion2B-s34B-b88K"

config = Config()
config.clip_model_name = "ViT-g-14/laion2B-s34B-b88K"
model = Interrogator(config)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants