Upload folder using huggingface_hub
Browse files- feature_extractor/preprocessor_config.json +44 -0
 - model_index.json +46 -0
 - scheduler/scheduler_config.json +15 -0
 - text_encoder/config.json +25 -0
 - text_encoder/openvino_model.bin +3 -0
 - text_encoder/openvino_model.xml +0 -0
 - tokenizer/merges.txt +0 -0
 - tokenizer/special_tokens_map.json +30 -0
 - tokenizer/tokenizer_config.json +30 -0
 - tokenizer/vocab.json +0 -0
 - unet/config.json +65 -0
 - unet/openvino_model.bin +3 -0
 - unet/openvino_model.xml +0 -0
 - vae_decoder/config.json +32 -0
 - vae_decoder/openvino_model.bin +3 -0
 - vae_decoder/openvino_model.xml +0 -0
 - vae_encoder/config.json +32 -0
 - vae_encoder/openvino_model.bin +3 -0
 - vae_encoder/openvino_model.xml +0 -0
 
    	
        feature_extractor/preprocessor_config.json
    ADDED
    
    | 
         @@ -0,0 +1,44 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "_valid_processor_keys": [
         
     | 
| 3 | 
         
            +
                "images",
         
     | 
| 4 | 
         
            +
                "do_resize",
         
     | 
| 5 | 
         
            +
                "size",
         
     | 
| 6 | 
         
            +
                "resample",
         
     | 
| 7 | 
         
            +
                "do_center_crop",
         
     | 
| 8 | 
         
            +
                "crop_size",
         
     | 
| 9 | 
         
            +
                "do_rescale",
         
     | 
| 10 | 
         
            +
                "rescale_factor",
         
     | 
| 11 | 
         
            +
                "do_normalize",
         
     | 
| 12 | 
         
            +
                "image_mean",
         
     | 
| 13 | 
         
            +
                "image_std",
         
     | 
| 14 | 
         
            +
                "do_convert_rgb",
         
     | 
| 15 | 
         
            +
                "return_tensors",
         
     | 
| 16 | 
         
            +
                "data_format",
         
     | 
| 17 | 
         
            +
                "input_data_format"
         
     | 
| 18 | 
         
            +
              ],
         
     | 
| 19 | 
         
            +
              "crop_size": {
         
     | 
| 20 | 
         
            +
                "height": 224,
         
     | 
| 21 | 
         
            +
                "width": 224
         
     | 
| 22 | 
         
            +
              },
         
     | 
| 23 | 
         
            +
              "do_center_crop": true,
         
     | 
| 24 | 
         
            +
              "do_convert_rgb": true,
         
     | 
| 25 | 
         
            +
              "do_normalize": true,
         
     | 
| 26 | 
         
            +
              "do_rescale": true,
         
     | 
| 27 | 
         
            +
              "do_resize": true,
         
     | 
| 28 | 
         
            +
              "image_mean": [
         
     | 
| 29 | 
         
            +
                0.48145466,
         
     | 
| 30 | 
         
            +
                0.4578275,
         
     | 
| 31 | 
         
            +
                0.40821073
         
     | 
| 32 | 
         
            +
              ],
         
     | 
| 33 | 
         
            +
              "image_processor_type": "CLIPImageProcessor",
         
     | 
| 34 | 
         
            +
              "image_std": [
         
     | 
| 35 | 
         
            +
                0.26862954,
         
     | 
| 36 | 
         
            +
                0.26130258,
         
     | 
| 37 | 
         
            +
                0.27577711
         
     | 
| 38 | 
         
            +
              ],
         
     | 
| 39 | 
         
            +
              "resample": 3,
         
     | 
| 40 | 
         
            +
              "rescale_factor": 0.00392156862745098,
         
     | 
| 41 | 
         
            +
              "size": {
         
     | 
| 42 | 
         
            +
                "shortest_edge": 224
         
     | 
| 43 | 
         
            +
              }
         
     | 
| 44 | 
         
            +
            }
         
     | 
    	
        model_index.json
    ADDED
    
    | 
         @@ -0,0 +1,46 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "_class_name": "OVStableDiffusionPipeline",
         
     | 
| 3 | 
         
            +
              "_diffusers_version": "0.27.2",
         
     | 
| 4 | 
         
            +
              "_name_or_path": "runwayml/stable-diffusion-v1-5",
         
     | 
| 5 | 
         
            +
              "feature_extractor": [
         
     | 
| 6 | 
         
            +
                "transformers",
         
     | 
| 7 | 
         
            +
                "CLIPImageProcessor"
         
     | 
| 8 | 
         
            +
              ],
         
     | 
| 9 | 
         
            +
              "image_encoder": [
         
     | 
| 10 | 
         
            +
                null,
         
     | 
| 11 | 
         
            +
                null
         
     | 
| 12 | 
         
            +
              ],
         
     | 
| 13 | 
         
            +
              "requires_safety_checker": true,
         
     | 
| 14 | 
         
            +
              "safety_checker": [
         
     | 
| 15 | 
         
            +
                "stable_diffusion",
         
     | 
| 16 | 
         
            +
                "StableDiffusionSafetyChecker"
         
     | 
| 17 | 
         
            +
              ],
         
     | 
| 18 | 
         
            +
              "scheduler": [
         
     | 
| 19 | 
         
            +
                "diffusers",
         
     | 
| 20 | 
         
            +
                "PNDMScheduler"
         
     | 
| 21 | 
         
            +
              ],
         
     | 
| 22 | 
         
            +
              "text_encoder": [
         
     | 
| 23 | 
         
            +
                "optimum",
         
     | 
| 24 | 
         
            +
                "OVModelTextEncoder"
         
     | 
| 25 | 
         
            +
              ],
         
     | 
| 26 | 
         
            +
              "text_encoder_2": [
         
     | 
| 27 | 
         
            +
                null,
         
     | 
| 28 | 
         
            +
                null
         
     | 
| 29 | 
         
            +
              ],
         
     | 
| 30 | 
         
            +
              "tokenizer": [
         
     | 
| 31 | 
         
            +
                "transformers",
         
     | 
| 32 | 
         
            +
                "CLIPTokenizer"
         
     | 
| 33 | 
         
            +
              ],
         
     | 
| 34 | 
         
            +
              "unet": [
         
     | 
| 35 | 
         
            +
                "optimum",
         
     | 
| 36 | 
         
            +
                "OVModelUnet"
         
     | 
| 37 | 
         
            +
              ],
         
     | 
| 38 | 
         
            +
              "vae_decoder": [
         
     | 
| 39 | 
         
            +
                "optimum",
         
     | 
| 40 | 
         
            +
                "OVModelVaeDecoder"
         
     | 
| 41 | 
         
            +
              ],
         
     | 
| 42 | 
         
            +
              "vae_encoder": [
         
     | 
| 43 | 
         
            +
                "optimum",
         
     | 
| 44 | 
         
            +
                "OVModelVaeEncoder"
         
     | 
| 45 | 
         
            +
              ]
         
     | 
| 46 | 
         
            +
            }
         
     | 
    	
        scheduler/scheduler_config.json
    ADDED
    
    | 
         @@ -0,0 +1,15 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "_class_name": "PNDMScheduler",
         
     | 
| 3 | 
         
            +
              "_diffusers_version": "0.27.2",
         
     | 
| 4 | 
         
            +
              "beta_end": 0.012,
         
     | 
| 5 | 
         
            +
              "beta_schedule": "scaled_linear",
         
     | 
| 6 | 
         
            +
              "beta_start": 0.00085,
         
     | 
| 7 | 
         
            +
              "clip_sample": false,
         
     | 
| 8 | 
         
            +
              "num_train_timesteps": 1000,
         
     | 
| 9 | 
         
            +
              "prediction_type": "epsilon",
         
     | 
| 10 | 
         
            +
              "set_alpha_to_one": false,
         
     | 
| 11 | 
         
            +
              "skip_prk_steps": true,
         
     | 
| 12 | 
         
            +
              "steps_offset": 1,
         
     | 
| 13 | 
         
            +
              "timestep_spacing": "leading",
         
     | 
| 14 | 
         
            +
              "trained_betas": null
         
     | 
| 15 | 
         
            +
            }
         
     | 
    	
        text_encoder/config.json
    ADDED
    
    | 
         @@ -0,0 +1,25 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "_name_or_path": "runwayml/stable-diffusion-v1-5",
         
     | 
| 3 | 
         
            +
              "architectures": [
         
     | 
| 4 | 
         
            +
                "CLIPTextModel"
         
     | 
| 5 | 
         
            +
              ],
         
     | 
| 6 | 
         
            +
              "attention_dropout": 0.0,
         
     | 
| 7 | 
         
            +
              "bos_token_id": 0,
         
     | 
| 8 | 
         
            +
              "dropout": 0.0,
         
     | 
| 9 | 
         
            +
              "eos_token_id": 2,
         
     | 
| 10 | 
         
            +
              "hidden_act": "quick_gelu",
         
     | 
| 11 | 
         
            +
              "hidden_size": 768,
         
     | 
| 12 | 
         
            +
              "initializer_factor": 1.0,
         
     | 
| 13 | 
         
            +
              "initializer_range": 0.02,
         
     | 
| 14 | 
         
            +
              "intermediate_size": 3072,
         
     | 
| 15 | 
         
            +
              "layer_norm_eps": 1e-05,
         
     | 
| 16 | 
         
            +
              "max_position_embeddings": 77,
         
     | 
| 17 | 
         
            +
              "model_type": "clip_text_model",
         
     | 
| 18 | 
         
            +
              "num_attention_heads": 12,
         
     | 
| 19 | 
         
            +
              "num_hidden_layers": 12,
         
     | 
| 20 | 
         
            +
              "pad_token_id": 1,
         
     | 
| 21 | 
         
            +
              "projection_dim": 768,
         
     | 
| 22 | 
         
            +
              "torch_dtype": "float32",
         
     | 
| 23 | 
         
            +
              "transformers_version": "4.31.0",
         
     | 
| 24 | 
         
            +
              "vocab_size": 49408
         
     | 
| 25 | 
         
            +
            }
         
     | 
    	
        text_encoder/openvino_model.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:7564488073d472cce945a0fe21fdae1b7279faf3da70bdaf9caa3a232055ac85
         
     | 
| 3 | 
         
            +
            size 123579855
         
     | 
    	
        text_encoder/openvino_model.xml
    ADDED
    
    | 
         The diff for this file is too large to render. 
		See raw diff 
     | 
| 
         | 
    	
        tokenizer/merges.txt
    ADDED
    
    | 
         The diff for this file is too large to render. 
		See raw diff 
     | 
| 
         | 
    	
        tokenizer/special_tokens_map.json
    ADDED
    
    | 
         @@ -0,0 +1,30 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "bos_token": {
         
     | 
| 3 | 
         
            +
                "content": "<|startoftext|>",
         
     | 
| 4 | 
         
            +
                "lstrip": false,
         
     | 
| 5 | 
         
            +
                "normalized": true,
         
     | 
| 6 | 
         
            +
                "rstrip": false,
         
     | 
| 7 | 
         
            +
                "single_word": false
         
     | 
| 8 | 
         
            +
              },
         
     | 
| 9 | 
         
            +
              "eos_token": {
         
     | 
| 10 | 
         
            +
                "content": "<|endoftext|>",
         
     | 
| 11 | 
         
            +
                "lstrip": false,
         
     | 
| 12 | 
         
            +
                "normalized": true,
         
     | 
| 13 | 
         
            +
                "rstrip": false,
         
     | 
| 14 | 
         
            +
                "single_word": false
         
     | 
| 15 | 
         
            +
              },
         
     | 
| 16 | 
         
            +
              "pad_token": {
         
     | 
| 17 | 
         
            +
                "content": "<|endoftext|>",
         
     | 
| 18 | 
         
            +
                "lstrip": false,
         
     | 
| 19 | 
         
            +
                "normalized": true,
         
     | 
| 20 | 
         
            +
                "rstrip": false,
         
     | 
| 21 | 
         
            +
                "single_word": false
         
     | 
| 22 | 
         
            +
              },
         
     | 
| 23 | 
         
            +
              "unk_token": {
         
     | 
| 24 | 
         
            +
                "content": "<|endoftext|>",
         
     | 
| 25 | 
         
            +
                "lstrip": false,
         
     | 
| 26 | 
         
            +
                "normalized": true,
         
     | 
| 27 | 
         
            +
                "rstrip": false,
         
     | 
| 28 | 
         
            +
                "single_word": false
         
     | 
| 29 | 
         
            +
              }
         
     | 
| 30 | 
         
            +
            }
         
     | 
    	
        tokenizer/tokenizer_config.json
    ADDED
    
    | 
         @@ -0,0 +1,30 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "add_prefix_space": false,
         
     | 
| 3 | 
         
            +
              "added_tokens_decoder": {
         
     | 
| 4 | 
         
            +
                "49406": {
         
     | 
| 5 | 
         
            +
                  "content": "<|startoftext|>",
         
     | 
| 6 | 
         
            +
                  "lstrip": false,
         
     | 
| 7 | 
         
            +
                  "normalized": true,
         
     | 
| 8 | 
         
            +
                  "rstrip": false,
         
     | 
| 9 | 
         
            +
                  "single_word": false,
         
     | 
| 10 | 
         
            +
                  "special": true
         
     | 
| 11 | 
         
            +
                },
         
     | 
| 12 | 
         
            +
                "49407": {
         
     | 
| 13 | 
         
            +
                  "content": "<|endoftext|>",
         
     | 
| 14 | 
         
            +
                  "lstrip": false,
         
     | 
| 15 | 
         
            +
                  "normalized": true,
         
     | 
| 16 | 
         
            +
                  "rstrip": false,
         
     | 
| 17 | 
         
            +
                  "single_word": false,
         
     | 
| 18 | 
         
            +
                  "special": true
         
     | 
| 19 | 
         
            +
                }
         
     | 
| 20 | 
         
            +
              },
         
     | 
| 21 | 
         
            +
              "bos_token": "<|startoftext|>",
         
     | 
| 22 | 
         
            +
              "clean_up_tokenization_spaces": true,
         
     | 
| 23 | 
         
            +
              "do_lower_case": true,
         
     | 
| 24 | 
         
            +
              "eos_token": "<|endoftext|>",
         
     | 
| 25 | 
         
            +
              "errors": "replace",
         
     | 
| 26 | 
         
            +
              "model_max_length": 77,
         
     | 
| 27 | 
         
            +
              "pad_token": "<|endoftext|>",
         
     | 
| 28 | 
         
            +
              "tokenizer_class": "CLIPTokenizer",
         
     | 
| 29 | 
         
            +
              "unk_token": "<|endoftext|>"
         
     | 
| 30 | 
         
            +
            }
         
     | 
    	
        tokenizer/vocab.json
    ADDED
    
    | 
         The diff for this file is too large to render. 
		See raw diff 
     | 
| 
         | 
    	
        unet/config.json
    ADDED
    
    | 
         @@ -0,0 +1,65 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "_class_name": "UNet2DConditionModel",
         
     | 
| 3 | 
         
            +
              "_diffusers_version": "0.19.3",
         
     | 
| 4 | 
         
            +
              "_name_or_path": "runwayml/stable-diffusion-v1-5",
         
     | 
| 5 | 
         
            +
              "act_fn": "silu",
         
     | 
| 6 | 
         
            +
              "addition_embed_type": null,
         
     | 
| 7 | 
         
            +
              "addition_embed_type_num_heads": 64,
         
     | 
| 8 | 
         
            +
              "addition_time_embed_dim": null,
         
     | 
| 9 | 
         
            +
              "attention_head_dim": 8,
         
     | 
| 10 | 
         
            +
              "block_out_channels": [
         
     | 
| 11 | 
         
            +
                320,
         
     | 
| 12 | 
         
            +
                640,
         
     | 
| 13 | 
         
            +
                1280,
         
     | 
| 14 | 
         
            +
                1280
         
     | 
| 15 | 
         
            +
              ],
         
     | 
| 16 | 
         
            +
              "center_input_sample": false,
         
     | 
| 17 | 
         
            +
              "class_embed_type": null,
         
     | 
| 18 | 
         
            +
              "class_embeddings_concat": false,
         
     | 
| 19 | 
         
            +
              "conv_in_kernel": 3,
         
     | 
| 20 | 
         
            +
              "conv_out_kernel": 3,
         
     | 
| 21 | 
         
            +
              "cross_attention_dim": 768,
         
     | 
| 22 | 
         
            +
              "cross_attention_norm": null,
         
     | 
| 23 | 
         
            +
              "down_block_types": [
         
     | 
| 24 | 
         
            +
                "CrossAttnDownBlock2D",
         
     | 
| 25 | 
         
            +
                "CrossAttnDownBlock2D",
         
     | 
| 26 | 
         
            +
                "CrossAttnDownBlock2D",
         
     | 
| 27 | 
         
            +
                "DownBlock2D"
         
     | 
| 28 | 
         
            +
              ],
         
     | 
| 29 | 
         
            +
              "downsample_padding": 1,
         
     | 
| 30 | 
         
            +
              "dual_cross_attention": false,
         
     | 
| 31 | 
         
            +
              "encoder_hid_dim": null,
         
     | 
| 32 | 
         
            +
              "encoder_hid_dim_type": null,
         
     | 
| 33 | 
         
            +
              "flip_sin_to_cos": true,
         
     | 
| 34 | 
         
            +
              "freq_shift": 0,
         
     | 
| 35 | 
         
            +
              "in_channels": 4,
         
     | 
| 36 | 
         
            +
              "layers_per_block": 2,
         
     | 
| 37 | 
         
            +
              "mid_block_only_cross_attention": null,
         
     | 
| 38 | 
         
            +
              "mid_block_scale_factor": 1,
         
     | 
| 39 | 
         
            +
              "mid_block_type": "UNetMidBlock2DCrossAttn",
         
     | 
| 40 | 
         
            +
              "norm_eps": 1e-05,
         
     | 
| 41 | 
         
            +
              "norm_num_groups": 32,
         
     | 
| 42 | 
         
            +
              "num_attention_heads": null,
         
     | 
| 43 | 
         
            +
              "num_class_embeds": null,
         
     | 
| 44 | 
         
            +
              "only_cross_attention": false,
         
     | 
| 45 | 
         
            +
              "out_channels": 4,
         
     | 
| 46 | 
         
            +
              "projection_class_embeddings_input_dim": null,
         
     | 
| 47 | 
         
            +
              "resnet_out_scale_factor": 1.0,
         
     | 
| 48 | 
         
            +
              "resnet_skip_time_act": false,
         
     | 
| 49 | 
         
            +
              "resnet_time_scale_shift": "default",
         
     | 
| 50 | 
         
            +
              "sample_size": 64,
         
     | 
| 51 | 
         
            +
              "time_cond_proj_dim": null,
         
     | 
| 52 | 
         
            +
              "time_embedding_act_fn": null,
         
     | 
| 53 | 
         
            +
              "time_embedding_dim": null,
         
     | 
| 54 | 
         
            +
              "time_embedding_type": "positional",
         
     | 
| 55 | 
         
            +
              "timestep_post_act": null,
         
     | 
| 56 | 
         
            +
              "transformer_layers_per_block": 1,
         
     | 
| 57 | 
         
            +
              "up_block_types": [
         
     | 
| 58 | 
         
            +
                "UpBlock2D",
         
     | 
| 59 | 
         
            +
                "CrossAttnUpBlock2D",
         
     | 
| 60 | 
         
            +
                "CrossAttnUpBlock2D",
         
     | 
| 61 | 
         
            +
                "CrossAttnUpBlock2D"
         
     | 
| 62 | 
         
            +
              ],
         
     | 
| 63 | 
         
            +
              "upcast_attention": false,
         
     | 
| 64 | 
         
            +
              "use_linear_projection": false
         
     | 
| 65 | 
         
            +
            }
         
     | 
    	
        unet/openvino_model.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:c5cb3b621d6d3018c37825ced99f9186ac413fff4d1167cbfe17ac4e7a136f58
         
     | 
| 3 | 
         
            +
            size 860920688
         
     | 
    	
        unet/openvino_model.xml
    ADDED
    
    | 
         The diff for this file is too large to render. 
		See raw diff 
     | 
| 
         | 
    	
        vae_decoder/config.json
    ADDED
    
    | 
         @@ -0,0 +1,32 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "_class_name": "AutoencoderKL",
         
     | 
| 3 | 
         
            +
              "_diffusers_version": "0.19.3",
         
     | 
| 4 | 
         
            +
              "_name_or_path": "runwayml/stable-diffusion-v1-5",
         
     | 
| 5 | 
         
            +
              "act_fn": "silu",
         
     | 
| 6 | 
         
            +
              "block_out_channels": [
         
     | 
| 7 | 
         
            +
                128,
         
     | 
| 8 | 
         
            +
                256,
         
     | 
| 9 | 
         
            +
                512,
         
     | 
| 10 | 
         
            +
                512
         
     | 
| 11 | 
         
            +
              ],
         
     | 
| 12 | 
         
            +
              "down_block_types": [
         
     | 
| 13 | 
         
            +
                "DownEncoderBlock2D",
         
     | 
| 14 | 
         
            +
                "DownEncoderBlock2D",
         
     | 
| 15 | 
         
            +
                "DownEncoderBlock2D",
         
     | 
| 16 | 
         
            +
                "DownEncoderBlock2D"
         
     | 
| 17 | 
         
            +
              ],
         
     | 
| 18 | 
         
            +
              "force_upcast": true,
         
     | 
| 19 | 
         
            +
              "in_channels": 3,
         
     | 
| 20 | 
         
            +
              "latent_channels": 4,
         
     | 
| 21 | 
         
            +
              "layers_per_block": 2,
         
     | 
| 22 | 
         
            +
              "norm_num_groups": 32,
         
     | 
| 23 | 
         
            +
              "out_channels": 3,
         
     | 
| 24 | 
         
            +
              "sample_size": 512,
         
     | 
| 25 | 
         
            +
              "scaling_factor": 0.18215,
         
     | 
| 26 | 
         
            +
              "up_block_types": [
         
     | 
| 27 | 
         
            +
                "UpDecoderBlock2D",
         
     | 
| 28 | 
         
            +
                "UpDecoderBlock2D",
         
     | 
| 29 | 
         
            +
                "UpDecoderBlock2D",
         
     | 
| 30 | 
         
            +
                "UpDecoderBlock2D"
         
     | 
| 31 | 
         
            +
              ]
         
     | 
| 32 | 
         
            +
            }
         
     | 
    	
        vae_decoder/openvino_model.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:42499934c6eeb91ce709f6d721ad9323ae557c38bd82d9cbd91322cd9a3d90c0
         
     | 
| 3 | 
         
            +
            size 49572307
         
     | 
    	
        vae_decoder/openvino_model.xml
    ADDED
    
    | 
         The diff for this file is too large to render. 
		See raw diff 
     | 
| 
         | 
    	
        vae_encoder/config.json
    ADDED
    
    | 
         @@ -0,0 +1,32 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "_class_name": "AutoencoderKL",
         
     | 
| 3 | 
         
            +
              "_diffusers_version": "0.19.3",
         
     | 
| 4 | 
         
            +
              "_name_or_path": "runwayml/stable-diffusion-v1-5",
         
     | 
| 5 | 
         
            +
              "act_fn": "silu",
         
     | 
| 6 | 
         
            +
              "block_out_channels": [
         
     | 
| 7 | 
         
            +
                128,
         
     | 
| 8 | 
         
            +
                256,
         
     | 
| 9 | 
         
            +
                512,
         
     | 
| 10 | 
         
            +
                512
         
     | 
| 11 | 
         
            +
              ],
         
     | 
| 12 | 
         
            +
              "down_block_types": [
         
     | 
| 13 | 
         
            +
                "DownEncoderBlock2D",
         
     | 
| 14 | 
         
            +
                "DownEncoderBlock2D",
         
     | 
| 15 | 
         
            +
                "DownEncoderBlock2D",
         
     | 
| 16 | 
         
            +
                "DownEncoderBlock2D"
         
     | 
| 17 | 
         
            +
              ],
         
     | 
| 18 | 
         
            +
              "force_upcast": true,
         
     | 
| 19 | 
         
            +
              "in_channels": 3,
         
     | 
| 20 | 
         
            +
              "latent_channels": 4,
         
     | 
| 21 | 
         
            +
              "layers_per_block": 2,
         
     | 
| 22 | 
         
            +
              "norm_num_groups": 32,
         
     | 
| 23 | 
         
            +
              "out_channels": 3,
         
     | 
| 24 | 
         
            +
              "sample_size": 512,
         
     | 
| 25 | 
         
            +
              "scaling_factor": 0.18215,
         
     | 
| 26 | 
         
            +
              "up_block_types": [
         
     | 
| 27 | 
         
            +
                "UpDecoderBlock2D",
         
     | 
| 28 | 
         
            +
                "UpDecoderBlock2D",
         
     | 
| 29 | 
         
            +
                "UpDecoderBlock2D",
         
     | 
| 30 | 
         
            +
                "UpDecoderBlock2D"
         
     | 
| 31 | 
         
            +
              ]
         
     | 
| 32 | 
         
            +
            }
         
     | 
    	
        vae_encoder/openvino_model.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:572b02f2febdd7a71ea5317603d07544ae65d5e34df55f8bf0d3d91e07f343a8
         
     | 
| 3 | 
         
            +
            size 68327496
         
     | 
    	
        vae_encoder/openvino_model.xml
    ADDED
    
    | 
         The diff for this file is too large to render. 
		See raw diff 
     | 
| 
         |