|
--- |
|
datasets: |
|
- timbrooks/instructpix2pix-clip-filtered |
|
- SherryXTChen/InstructCLIP-InstructPix2Pix-Data |
|
language: |
|
- en |
|
license: apache-2.0 |
|
pipeline_tag: image-to-image |
|
library_name: diffusers |
|
tags: |
|
- model_hub_mixin |
|
- pytorch_model_hub_mixin |
|
--- |
|
|
|
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration: |
|
The model is based on the paper [Instruct-CLIP: Improving Instruction-Guided Image Editing with Automated Data Refinement Using Contrastive Learning](https://huggingface.co/papers/2503.18406). |
|
GitHub: https://github.com/SherryXTChen/Instruct-CLIP.git |
|
|
|
- Library: |
|
``` |
|
torch==2.4.0 |
|
torchvision==0.19.0 |
|
diffusers==0.30.3 |
|
transformers==4.45.2 |
|
``` |
|
- Docs: See our [repo](https://github.com/SherryXTChen/Instruct-CLIP.git) for more information. |