Image-to-Image
Diffusers
Safetensors
English
model_hub_mixin
pytorch_model_hub_mixin

Improve model card: add pipeline tag, library name

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -1,14 +1,15 @@
1
  ---
2
- tags:
3
- - model_hub_mixin
4
- - pytorch_model_hub_mixin
5
- license: apache-2.0
6
  datasets:
7
  - timbrooks/instructpix2pix-clip-filtered
8
  - SherryXTChen/InstructCLIP-InstructPix2Pix-Data
9
  language:
10
  - en
11
- pipeline_tag: image-to-text
 
 
 
 
 
12
  ---
13
 
14
  This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
@@ -22,4 +23,4 @@ GitHub: https://github.com/SherryXTChen/Instruct-CLIP.git
22
  diffusers==0.30.3
23
  transformers==4.45.2
24
  ```
25
- - Docs: See our [repo](https://github.com/SherryXTChen/Instruct-CLIP.git) for more information.
 
1
  ---
 
 
 
 
2
  datasets:
3
  - timbrooks/instructpix2pix-clip-filtered
4
  - SherryXTChen/InstructCLIP-InstructPix2Pix-Data
5
  language:
6
  - en
7
+ license: apache-2.0
8
+ pipeline_tag: image-text-to-image
9
+ library_name: diffusers
10
+ tags:
11
+ - model_hub_mixin
12
+ - pytorch_model_hub_mixin
13
  ---
14
 
15
  This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
 
23
  diffusers==0.30.3
24
  transformers==4.45.2
25
  ```
26
+ - Docs: See our [repo](https://github.com/SherryXTChen/Instruct-CLIP.git) for more information.