diffusers icon indicating copy to clipboard operation
diffusers copied to clipboard

Update requirements.txt for text_to_image

Open ktakita1011 opened this issue 1 year ago • 2 comments

I tried examples/text_to_image/train_text_to_image.py but it did not work because the version of the datasets library is out of date. If the datasets library is old, it will not read the metadata.jsonl and the label will default to an integer of type int.

It worked by setting the version of the datasets library to 2.19 or higher.

ktakita1011 avatar May 08 '24 14:05 ktakita1011

Cc: @lhoestq

sayakpaul avatar May 08 '24 20:05 sayakpaul

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@sayakpaul can we merge this now?

yiyixuxu avatar May 13 '24 21:05 yiyixuxu