Dataset Viewer
Auto-converted to Parquet Duplicate
image
imagewidth (px)
1.02k
1.02k
caption
stringclasses
10 values
elonmusk in a black suit, with confident expression in his face, dark background
elonmusk in white shirt and black suit, holding right arm up, in front of a microphone, with blue background
elonmusk holding both hands in front of him, in white shirt and black suit, with black background
side view of elonmusk in white shirt and black suit, with black background
elonmusk in a black jacket, with smile on his face, with blue background
elonmusk in a brown jacket, sitting in a sofa, with purple background
elonmusk in black, crossing his legs and resting his chin on his hand, with black and white background
elonmusk in a grey t-shirt, wearing sunglasses, holding two arms up, in front of a microphone, with people in the background
elonmusk pointing his finger out, with confident expression in his face, with black background
elonmusk in white shirt and black suit, smiling, stretching both arms up, dark background

Elonmusk Dataset

Description

The dataset contains images and corresponding captions, which were used to fine-tune the diffusion models.

Usage

To use this dataset for DreamBooth LoRA training, follow the instructions provided in the diffusers library. Here is an example of how to use this dataset:

export MODEL_NAME="black-forest-labs/FLUX.1-dev"
export OUTPUT_DIR=<your output directory>

accelerate launch /diffusers/examples/dreambooth/train_dreambooth_lora_flux.py \
  --pretrained_model_name_or_path=$MODEL_NAME \
  --output_dir=$OUTPUT_DIR \
  --mixed_precision="bf16" \
  --instance_prompt="elonmusk" \
  --dataset_name="Pain-Killer/elonmusk-dataset" \
  --caption_column="caption" \
  --resolution=512 \
  --train_batch_size=1 \
  --guidance_scale=1 \
  --gradient_accumulation_steps=4 \
  --optimizer="prodigy" \
  --learning_rate=1. \
  --report_to="wandb" \
  --lr_scheduler="constant" \
  --lr_warmup_steps=0 \
  --max_train_steps=500 \
  --seed="0" \
  --validation_prompt="elonmusk" \
  --validation_epochs=100 \
  --push_to_hub

Citation

If you use this dataset in your research, please cite the link to this dataset.

Downloads last month
7