Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove dreambooth task #816

Merged
merged 3 commits into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ NOTE: AutoTrain is free! You only pay for the resources you use in case you deci
| Extractive Question Answering | ✅ | Coming Soon | [extractive_qa.yaml](https://github.com/huggingface/autotrain-advanced/tree/main/configs/extractive_question_answering) |
| Image Classification | ✅ | Coming Soon | [image_classification.yaml](https://github.com/huggingface/autotrain-advanced/tree/main/configs/image_classification) |
| Image Scoring/Regression | ✅ | Coming Soon | [image_regression.yaml](https://github.com/huggingface/autotrain-advanced/tree/main/configs/image_scoring) |
| DreamBooth LoRA | ✅ | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/autotrain-advanced/blob/main/colabs/AutoTrain_Dreambooth.ipynb) | [dreambooth_lora.yaml](https://github.com/huggingface/autotrain-advanced/tree/main/configs/dreambooth) |
| VLM | 🟥 | Coming Soon | [vlm.yaml](https://github.com/huggingface/autotrain-advanced/tree/main/configs/vlm) |


Expand Down
178 changes: 0 additions & 178 deletions colabs/AutoTrain_Dreambooth.ipynb

This file was deleted.

24 changes: 0 additions & 24 deletions configs/dreambooth/sd15_colab.yml

This file was deleted.

25 changes: 0 additions & 25 deletions configs/dreambooth/sdxl_colab.yml

This file was deleted.

2 changes: 0 additions & 2 deletions docs/source/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
title: Image Classification / Regression
- local: tasks/object_detection
title: Object Detection
- local: tasks/dreambooth
title: DreamBooth
- local: tasks/seq2seq
title: Seq2Seq
- local: tasks/token_classification
Expand Down
4 changes: 0 additions & 4 deletions docs/source/col_map.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,6 @@ For a single target column, you can pass a list with a single element.
For multiple target columns, e.g. a multi label classification task, you can pass a list with multiple elements.


# DreamBooth LoRA

Dreambooth doesn't require column mapping.

# Image Classification

For image classification, the column mapping should be as follows:
Expand Down
2 changes: 0 additions & 2 deletions docs/source/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ positional arguments:
app,
llm,
setup,
dreambooth,
api,
text-classification,
text-regression,
Expand All @@ -82,7 +81,6 @@ The autotrain commands that end users will be interested in are:

- `app`: Start the AutoTrain UI
- `llm`: Train a language model
- `dreambooth`: Train a model using DreamBooth
- `text-classification`: Train a text classification model
- `text-regression`: Train a text regression model
- `image-classification`: Train an image classification model
Expand Down
1 change: 0 additions & 1 deletion docs/source/quickstart_py.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ Your HF_TOKEN and HF_USERNAME are only required if you want to push the model or

[[autodoc]] trainers.object_detection.params.ObjectDetectionParams

[[autodoc]] trainers.dreambooth.params.DreamBoothTrainingParams

### Tabular Tasks

Expand Down
40 changes: 0 additions & 40 deletions docs/source/tasks/dreambooth.mdx

This file was deleted.

2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ xgboost==2.1.2
huggingface_hub==0.26.2
requests==2.32.3
einops==0.8.0
invisible-watermark==0.2.0
packaging==24.1
cryptography==43.0.3
nvitop==1.3.2
Expand All @@ -29,7 +28,6 @@ trl==0.12.0
tiktoken==0.6.0
transformers==4.46.2
accelerate==1.1.1
diffusers==0.31.0
bitsandbytes==0.44.1
# extras
rouge_score==0.1.2
Expand Down
Loading
Loading