See if I can find the tokenizer this way
Browse files
text_encoder/model_index.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "TextConditionalDDPMPipeline",
|
| 3 |
+
"_diffusers_version": "0.32.2",
|
| 4 |
+
"scheduler": [
|
| 5 |
+
"diffusers",
|
| 6 |
+
"DDPMScheduler"
|
| 7 |
+
],
|
| 8 |
+
"text_encoder": [
|
| 9 |
+
"text_model",
|
| 10 |
+
"TransformerModel"
|
| 11 |
+
],
|
| 12 |
+
"tokenizer": [
|
| 13 |
+
"tokenizer.Tokenizer"
|
| 14 |
+
],
|
| 15 |
+
"unet": [
|
| 16 |
+
"diffusers",
|
| 17 |
+
"UNet2DConditionModel"
|
| 18 |
+
],
|
| 19 |
+
"pipeline": "TextConditionalDDPMPipeline"
|
| 20 |
+
}
|