Update README.md
Browse files
README.md
CHANGED
@@ -15,4 +15,25 @@ converted to fp8 via the following method:
|
|
15 |
|
16 |
unfortunately, adding the long clip l directly doesn't work at all.
|
17 |
|
18 |
-

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
unfortunately, adding the long clip l directly doesn't work at all.
|
17 |
|
18 |
+

|
19 |
+
|
20 |
+
|
21 |
+
the error text begins with the following:
|
22 |
+
|
23 |
+
```
|
24 |
+
got prompt
|
25 |
+
model weight dtype torch.float16, manual cast: None
|
26 |
+
model_type EPS
|
27 |
+
WARNING: No VAE weights detected, VAE not initalized.
|
28 |
+
no CLIP/text encoder weights in checkpoint, the text encoder model will not be loaded.
|
29 |
+
comfy_extras.chainner_models is deprecated and has been replaced by the spandrel library.
|
30 |
+
Requested to load SDXLClipModel
|
31 |
+
loaded completely 9.5367431640625e+25 1560.802734375 True
|
32 |
+
CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cuda:0, dtype: torch.float16
|
33 |
+
clip missing: ['text_projection.weight']
|
34 |
+
lora key not loaded: lora_te1_text_model_encoder_layers_0_mlp_fc1.alpha
|
35 |
+
lora key not loaded: lora_te1_text_model_encoder_layers_0_mlp_fc1.lora_down.weight
|
36 |
+
lora key not loaded: lora_te1_text_model_encoder_layers_0_mlp_fc1.lora_up.weight
|
37 |
+
lora key not loaded: lora_te1_text_model_encoder_layers_0_mlp_fc2.alpha
|
38 |
+
```
|
39 |
+
and the error message continues... so aparrently it is not as easy as just adding a clip to it,
|