We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
from ImageReward import ReFL args = ReFL.parse_args() trainer = ReFL.Trainer("CompVis/stable-diffusion-v1-4", "data/refl_data.json", args=args) trainer.train(args=args)
when fine-tuning the model, I encountered a bug: NotImplementedError: Loading a dataset cached in a LocalFileSystem is not supported.
The text was updated successfully, but these errors were encountered:
Thanks for your attention! This may because the version of datasets, you may refer to this issue.
Sorry, something went wrong.
No branches or pull requests
pip install image-reward
pip install diffusers==0.16.0 accelerate==0.16.0 datasets==2.11.0
from ImageReward import ReFL
args = ReFL.parse_args()
trainer = ReFL.Trainer("CompVis/stable-diffusion-v1-4", "data/refl_data.json", args=args)
trainer.train(args=args)
when fine-tuning the model, I encountered a bug:
NotImplementedError: Loading a dataset cached in a LocalFileSystem is not supported.
The text was updated successfully, but these errors were encountered: