Dataset Card for InstructPix2Pix CLIP-filtered
Dataset Summary
The dataset can be used to train models to follow edit instructions. Edit instructions are available in the edit_prompt. original_image can be used with the edit_prompt and edited_image denotes the image after applying the edit_prompt on the original_image. Refer to the GitHub repository to know more about how this dataset can be used to train a model that can follow instructions.
Supported Tasks… See the full description on the dataset page: https://huggingface.co/datasets/timbrooks/instructpix2pix-clip-filtered.
MIT Licensehttps://opensource.org/licenses/MIT
License information was derived automatically
youlive789/instructpix2pix dataset hosted on Hugging Face and contributed by the HF Datasets community
Dataset Card for "test"
More Information needed
diffusers/instructpix2pix-clip-filtered-upscaled dataset hosted on Hugging Face and contributed by the HF Datasets community
yutengz/instruct-pix2pix-dataset dataset hosted on Hugging Face and contributed by the HF Datasets community
Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
License information was derived automatically
Dataset Card for InstructCLIP-InstructPix2Pix-Data
The dataset can be used to train instruction-guided image editing models. It is built on top of InstructPix2Pix CLIP-filtered with new edit instructions. For each sample, source_image is the original image, instruction is the edit instruction, target_image is the edited image, and original_instruction is the edit instruction from the InstructPix2Pix CLIP-filtered dataset. Please refer to our repo to see how the edit instructions… See the full description on the dataset page: https://huggingface.co/datasets/SherryXTChen/InstructCLIP-InstructPix2Pix-Data.
The first 10k images of timbrooks/instructpix2pix-clip-filtered dataset The code to reproduce this subset from datasets import load_dataset, DatasetDict ds = DatasetDict({"train": load_dataset("timbrooks/instructpix2pix-clip-filtered", split="train[:10000]")}) ds.push_to_hub(...)
sauravdosi/ct2mri-instructpix2pix dataset hosted on Hugging Face and contributed by the HF Datasets community
noobasuna/instructpix2pix-me_all31539-samples dataset hosted on Hugging Face and contributed by the HF Datasets community
dhematillake/instructpix2pix-spatial dataset hosted on Hugging Face and contributed by the HF Datasets community
https://choosealicense.com/licenses/cc0-1.0/https://choosealicense.com/licenses/cc0-1.0/
Dataset Summary
This dataset is designed for training models to follow edit instructions on images.
Data Structure
Each sample contains:
original_prompt: the initial text prompt.
original_image: image generated with the Stable Diffusion model using the original_prompt.
edit_prompt: textual instruction describing the modification.
edited_prompt: reformulated prompt used for the generation of edited_image.
edited_image: image generated with the Stable Diffusion… See the full description on the dataset page: https://huggingface.co/datasets/iamlucaconti/instructpix2pix-controlnet.
Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
License information was derived automatically
weehom/instructpix2pix-mini-dataset dataset hosted on Hugging Face and contributed by the HF Datasets community
Dataset Card for "instruct-pix2pix-dataset2"
More Information needed
navya19/fantastical-instructpix2pix-2.0700-samples dataset hosted on Hugging Face and contributed by the HF Datasets community
Description
This dataset is an enhanced version of the original dataset provided by https://huggingface.co/fusing. The original dataset, https://huggingface.co/datasets/fusing/instructpix2pix-1000-samples, consisted of input images and edit prompts designed to generate edited images. In this custom dataset, we have added additional fields and data transformations to facilitate advanced image editing tasks. Specifically, the dataset now includes:
input_caption: Captions generated… See the full description on the dataset page: https://huggingface.co/datasets/famousdetectiveadrianmonk/instruct-text2pix-1000-samples.
Dataset Card for "instructpix2pix-sat2svi"
More Information needed
Dataset Card for "instructpix2pix-clip-filtered5000-samples"
More Information needed
Not seeing a result you expected?
Learn how you can add new datasets to our index.
Dataset Card for InstructPix2Pix CLIP-filtered
Dataset Summary
The dataset can be used to train models to follow edit instructions. Edit instructions are available in the edit_prompt. original_image can be used with the edit_prompt and edited_image denotes the image after applying the edit_prompt on the original_image. Refer to the GitHub repository to know more about how this dataset can be used to train a model that can follow instructions.
Supported Tasks… See the full description on the dataset page: https://huggingface.co/datasets/timbrooks/instructpix2pix-clip-filtered.