Skip to content

Commit

Permalink
remove dreambooth
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkrthakur committed Nov 29, 2024
1 parent 1656a2d commit a16e7a4
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 317 deletions.
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.

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

This file was deleted.

0 comments on commit a16e7a4

Please sign in to comment.