mtc
commited on
Commit
·
c97bd05
1
Parent(s):
a308979
Update model_index.json
Browse files/opt/conda/lib/python3.10/site-packages/transformers/models/clip/feature_extraction_clip.py:28: FutureWarning: The class CLIPFeatureExtractor is deprecated and will be removed in version 5 of Transformers. Please use CLIPImageProcessor instead.
- model_index.json +3 -2
model_index.json
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
{
|
2 |
"_class_name": "StableDiffusionInstructPix2PixPipeline",
|
3 |
-
"_diffusers_version": "0.
|
|
|
4 |
"feature_extractor": [
|
5 |
"transformers",
|
6 |
-
"
|
7 |
],
|
8 |
"requires_safety_checker": true,
|
9 |
"safety_checker": [
|
|
|
1 |
{
|
2 |
"_class_name": "StableDiffusionInstructPix2PixPipeline",
|
3 |
+
"_diffusers_version": "0.21.4",
|
4 |
+
"_name_or_path": "sayakpaul/instruct-pix2pix",
|
5 |
"feature_extractor": [
|
6 |
"transformers",
|
7 |
+
"CLIPImageProcessor"
|
8 |
],
|
9 |
"requires_safety_checker": true,
|
10 |
"safety_checker": [
|