huggingface / instruction-tuned-sd

Code for instruction-tuning Stable Diffusion.
https://huggingface.co/blog/instruction-tuning-sd
Apache License 2.0
211 stars 20 forks source link

Incorrect DATASET_ID and OUTPUT_DIR for Low-level Image Processing, Fine-tuning from InstructPix2Pix Example? #7

Open Akari-T opened 1 year ago

Akari-T commented 1 year ago

Hello! Thank you for an amazing blog - I have been trying to figure out how to fine tune InstructPix2Pix and it gave me a lot of insight!

In the README, the DATASET_ID and OUTPUT_DIR for the low-level image processing example for fine-tuning InstructPix2Pix had paths to the cartoonization dataset. Should it be export DATASET_ID="instruction-tuning-sd/low-level-image-proc" export OUTPUT_DIR="low-level-img-proc-scratch" instead?

Sorry for a minor question!

sayakpaul commented 1 year ago

That is right :)

Feel free to send over a PR.