Replies: 1 comment
-
This question is more well-suited for https://github.com/huggingface/datasets. You can open an issue/discussion there for more help. Some links for reference: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
accelerate launch examples/brushnet/train_brushnet.py
--pretrained_model_name_or_path runwayml/stable-diffusion-v1-5
--output_dir runs/logs/brushnet_segmentationmask
--train_data_dir data/BrushData
\I noticed that the
train_data_dir
parameter passed in contained a .tar file. What happened? Does the load_dataset method automatically unpack the .tar file?Beta Was this translation helpful? Give feedback.
All reactions