|
--- |
|
base_model: |
|
- John6666/babes-by-stable-yogi-xlv4-sdxl |
|
pipeline_tag: text-to-image |
|
tags: |
|
- comfyui |
|
- pony |
|
--- |
|
|
|
- https://civitai.com/models/174687/babesbystableyogi |
|
|
|
converted to fp8 via the following method: |
|
|
|
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63197fb6acffc70bd4e701b3/k29zj2zAbZnMlyUSVqoVl.png) |
|
|
|
unfortunately, adding the long clip l directly doesn't work at all. |
|
|
|
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63197fb6acffc70bd4e701b3/04QLCHwzKtVkmwWL60OjT.png) |
|
|
|
|
|
the error text begins with the following: |
|
|
|
``` |
|
got prompt |
|
model weight dtype torch.float16, manual cast: None |
|
model_type EPS |
|
WARNING: No VAE weights detected, VAE not initalized. |
|
no CLIP/text encoder weights in checkpoint, the text encoder model will not be loaded. |
|
comfy_extras.chainner_models is deprecated and has been replaced by the spandrel library. |
|
Requested to load SDXLClipModel |
|
loaded completely 9.5367431640625e+25 1560.802734375 True |
|
CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cuda:0, dtype: torch.float16 |
|
clip missing: ['text_projection.weight'] |
|
lora key not loaded: lora_te1_text_model_encoder_layers_0_mlp_fc1.alpha |
|
lora key not loaded: lora_te1_text_model_encoder_layers_0_mlp_fc1.lora_down.weight |
|
lora key not loaded: lora_te1_text_model_encoder_layers_0_mlp_fc1.lora_up.weight |
|
lora key not loaded: lora_te1_text_model_encoder_layers_0_mlp_fc2.alpha |
|
``` |
|
and the error message continues... so aparrently it is not as easy as just adding a clip to it, |