diffusers
diffusers copied to clipboard
from datasets import load_dataset ModuleNotFoundError: No module named 'datasets'
Traceback (most recent call last):
File "train_text_to_image.py", line 17, in
Are you referring to the following code?
https://huggingface.co/docs/diffusers/training/text2image#finetuning-example
Yes, pip install dataset fixed it, but why is it not part of the main instruction?
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.