XavierXiao / Dreambooth-Stable-Diffusion

Implementation of Dreambooth (https://arxiv.org/abs/2208.12242) with Stable Diffusion
MIT License
7.6k stars 795 forks source link

What are concepts? IE: concept list #100

Open metaphorz opened 1 year ago

metaphorz commented 1 year ago

I see the following:

concepts_list = [ { "instance_prompt": "art by [yourname]", "class_prompt": "art by a person", "instance_data_dir": "/content/drive/MyDrive/yourname", "class_data_dir": "/content/data/artbyperson" }

What does this mean? Normally we enter a text prompt, but is there info on how to organize concepts?