how to use koala-1b unet and clip text encoders #2954
Answered
by
comfyanonymous
CHETHAN562
asked this question in
Q&A
-
how to use koala-1b unet and clip text encoders |
Beta Was this translation helpful? Give feedback.
Answered by
comfyanonymous
Mar 2, 2024
Replies: 1 comment
-
Use the UNETLoader node for this file: https://huggingface.co/etri-vilab/koala-1b/blob/main/unet/diffusion_pytorch_model.fp16.safetensors And the DualCLIPLoader node for these files: You can also use the CLIP from a regular SDXL checkpoint. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CHETHAN562
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use the UNETLoader node for this file: https://huggingface.co/etri-vilab/koala-1b/blob/main/unet/diffusion_pytorch_model.fp16.safetensors
And the DualCLIPLoader node for these files:
https://huggingface.co/etri-vilab/koala-1b/blob/main/text_encoder/model.fp16.safetensors
https://huggingface.co/etri-vilab/koala-1b/blob/main/text_encoder_2/model.fp16.safetensors
You can also use the CLIP from a regular SDXL checkpoint.