smikhai1 commited on
Commit
5a4cc94
1 Parent(s): b551f28

Upload feature_extractor with huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. feature_extractor/feature_extractor/preprocessor_config.json +28 -0
  2. feature_extractor/model_index.json +33 -0
  3. feature_extractor/pixar_v2_annots/.ipynb_checkpoints/1-checkpoint.jpg +0 -0
  4. feature_extractor/pixar_v2_annots/1.jpg +0 -0
  5. feature_extractor/pixar_v2_annots/10.jpg +0 -0
  6. feature_extractor/pixar_v2_annots/100.jpg +0 -0
  7. feature_extractor/pixar_v2_annots/101.jpg +0 -0
  8. feature_extractor/pixar_v2_annots/102.jpg +0 -0
  9. feature_extractor/pixar_v2_annots/103-new.jpg +0 -0
  10. feature_extractor/pixar_v2_annots/104.jpg +0 -0
  11. feature_extractor/pixar_v2_annots/105.jpg +0 -0
  12. feature_extractor/pixar_v2_annots/106.jpg +0 -0
  13. feature_extractor/pixar_v2_annots/107.jpg +0 -0
  14. feature_extractor/pixar_v2_annots/108.jpg +0 -0
  15. feature_extractor/pixar_v2_annots/109.jpg +0 -0
  16. feature_extractor/pixar_v2_annots/11.jpg +0 -0
  17. feature_extractor/pixar_v2_annots/12.jpg +0 -0
  18. feature_extractor/pixar_v2_annots/13.jpg +0 -0
  19. feature_extractor/pixar_v2_annots/14.jpg +0 -0
  20. feature_extractor/pixar_v2_annots/15.jpg +0 -0
  21. feature_extractor/pixar_v2_annots/16.jpg +0 -0
  22. feature_extractor/pixar_v2_annots/17.jpg +0 -0
  23. feature_extractor/pixar_v2_annots/18.jpg +0 -0
  24. feature_extractor/pixar_v2_annots/19.jpg +0 -0
  25. feature_extractor/pixar_v2_annots/2.jpg +0 -0
  26. feature_extractor/pixar_v2_annots/20.jpg +0 -0
  27. feature_extractor/pixar_v2_annots/21.jpg +0 -0
  28. feature_extractor/pixar_v2_annots/22.jpg +0 -0
  29. feature_extractor/pixar_v2_annots/23.jpg +0 -0
  30. feature_extractor/pixar_v2_annots/24.jpg +0 -0
  31. feature_extractor/pixar_v2_annots/25.jpg +0 -0
  32. feature_extractor/pixar_v2_annots/26.jpg +0 -0
  33. feature_extractor/pixar_v2_annots/27.jpg +0 -0
  34. feature_extractor/pixar_v2_annots/28.jpg +0 -0
  35. feature_extractor/pixar_v2_annots/29.jpg +0 -0
  36. feature_extractor/pixar_v2_annots/3.jpg +0 -0
  37. feature_extractor/pixar_v2_annots/30.jpg +0 -0
  38. feature_extractor/pixar_v2_annots/31.jpg +0 -0
  39. feature_extractor/pixar_v2_annots/32.jpg +0 -0
  40. feature_extractor/pixar_v2_annots/33.jpg +0 -0
  41. feature_extractor/pixar_v2_annots/34.jpg +0 -0
  42. feature_extractor/pixar_v2_annots/35.jpg +0 -0
  43. feature_extractor/pixar_v2_annots/36.jpg +0 -0
  44. feature_extractor/pixar_v2_annots/37.jpg +0 -0
  45. feature_extractor/pixar_v2_annots/38.jpg +0 -0
  46. feature_extractor/pixar_v2_annots/39.jpg +0 -0
  47. feature_extractor/pixar_v2_annots/4.jpg +0 -0
  48. feature_extractor/pixar_v2_annots/40.jpg +0 -0
  49. feature_extractor/pixar_v2_annots/41.jpg +0 -0
  50. feature_extractor/pixar_v2_annots/42.jpg +0 -0
feature_extractor/feature_extractor/preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "feature_extractor_type": "CLIPFeatureExtractor",
12
+ "image_mean": [
13
+ 0.48145466,
14
+ 0.4578275,
15
+ 0.40821073
16
+ ],
17
+ "image_processor_type": "CLIPImageProcessor",
18
+ "image_std": [
19
+ 0.26862954,
20
+ 0.26130258,
21
+ 0.27577711
22
+ ],
23
+ "resample": 3,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "shortest_edge": 224
27
+ }
28
+ }
feature_extractor/model_index.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionImg2ImgPipeline",
3
+ "_diffusers_version": "0.12.1",
4
+ "feature_extractor": [
5
+ "transformers",
6
+ "CLIPImageProcessor"
7
+ ],
8
+ "requires_safety_checker": false,
9
+ "safety_checker": [
10
+ null,
11
+ null
12
+ ],
13
+ "scheduler": [
14
+ "diffusers",
15
+ "PNDMScheduler"
16
+ ],
17
+ "text_encoder": [
18
+ "transformers",
19
+ "CLIPTextModel"
20
+ ],
21
+ "tokenizer": [
22
+ "transformers",
23
+ "CLIPTokenizer"
24
+ ],
25
+ "unet": [
26
+ "diffusers",
27
+ "UNet2DConditionModel"
28
+ ],
29
+ "vae": [
30
+ "diffusers",
31
+ "AutoencoderKL"
32
+ ]
33
+ }
feature_extractor/pixar_v2_annots/.ipynb_checkpoints/1-checkpoint.jpg ADDED
feature_extractor/pixar_v2_annots/1.jpg ADDED
feature_extractor/pixar_v2_annots/10.jpg ADDED
feature_extractor/pixar_v2_annots/100.jpg ADDED
feature_extractor/pixar_v2_annots/101.jpg ADDED
feature_extractor/pixar_v2_annots/102.jpg ADDED
feature_extractor/pixar_v2_annots/103-new.jpg ADDED
feature_extractor/pixar_v2_annots/104.jpg ADDED
feature_extractor/pixar_v2_annots/105.jpg ADDED
feature_extractor/pixar_v2_annots/106.jpg ADDED
feature_extractor/pixar_v2_annots/107.jpg ADDED
feature_extractor/pixar_v2_annots/108.jpg ADDED
feature_extractor/pixar_v2_annots/109.jpg ADDED
feature_extractor/pixar_v2_annots/11.jpg ADDED
feature_extractor/pixar_v2_annots/12.jpg ADDED
feature_extractor/pixar_v2_annots/13.jpg ADDED
feature_extractor/pixar_v2_annots/14.jpg ADDED
feature_extractor/pixar_v2_annots/15.jpg ADDED
feature_extractor/pixar_v2_annots/16.jpg ADDED
feature_extractor/pixar_v2_annots/17.jpg ADDED
feature_extractor/pixar_v2_annots/18.jpg ADDED
feature_extractor/pixar_v2_annots/19.jpg ADDED
feature_extractor/pixar_v2_annots/2.jpg ADDED
feature_extractor/pixar_v2_annots/20.jpg ADDED
feature_extractor/pixar_v2_annots/21.jpg ADDED
feature_extractor/pixar_v2_annots/22.jpg ADDED
feature_extractor/pixar_v2_annots/23.jpg ADDED
feature_extractor/pixar_v2_annots/24.jpg ADDED
feature_extractor/pixar_v2_annots/25.jpg ADDED
feature_extractor/pixar_v2_annots/26.jpg ADDED
feature_extractor/pixar_v2_annots/27.jpg ADDED
feature_extractor/pixar_v2_annots/28.jpg ADDED
feature_extractor/pixar_v2_annots/29.jpg ADDED
feature_extractor/pixar_v2_annots/3.jpg ADDED
feature_extractor/pixar_v2_annots/30.jpg ADDED
feature_extractor/pixar_v2_annots/31.jpg ADDED
feature_extractor/pixar_v2_annots/32.jpg ADDED
feature_extractor/pixar_v2_annots/33.jpg ADDED
feature_extractor/pixar_v2_annots/34.jpg ADDED
feature_extractor/pixar_v2_annots/35.jpg ADDED
feature_extractor/pixar_v2_annots/36.jpg ADDED
feature_extractor/pixar_v2_annots/37.jpg ADDED
feature_extractor/pixar_v2_annots/38.jpg ADDED
feature_extractor/pixar_v2_annots/39.jpg ADDED
feature_extractor/pixar_v2_annots/4.jpg ADDED
feature_extractor/pixar_v2_annots/40.jpg ADDED
feature_extractor/pixar_v2_annots/41.jpg ADDED
feature_extractor/pixar_v2_annots/42.jpg ADDED