- This topic has 3 replies, 2 voices, and was last updated 12 months ago by Andrew.
-
AuthorPosts
-
-
December 26, 2023 at 8:41 pm #10060
I am currently developing a platform that provides home decor design suggestions. The objective is to create personalized home decor designs by incorporating images of my own furniture into users’ style preferences, like ‘Modern Minimalist’. For instance, if the user selects a modern minimalist style with a gray sofa and a glass coffee table, the platform should generate a design using images of these specific furniture pieces.
I understand that Large Language Models (LLMs) like Stable Diffusion are trained to generate such home decor designs. However, I am seeking clarification on the most effective strategy from both cost and performance to realize this vision. I’m considering whether to fine-tune the Stable Diffusion model with images of my furniture or use techniques such as inpainting (though I’m uncertain if this is the correct approach), or perhaps another method entirely.
I am looking forward to any suggestions and recommendations from the members of this forum to help guide me in the right direction
Thanks,
Siva Manickam
- This topic was modified 1 year ago by Siva Shanmugam Manickam.
-
December 27, 2023 at 12:58 pm #10077
You can first start with prompting to see if you are about to get you want. Sdxl model is a good starting point.
you can train a Lora if you want to incorporate your own furniture.
-
December 27, 2023 at 4:07 pm #10079
Thank you, Andrew, for your quick reply. I understand that while Prompt can create designs, it might not be able to generate them using my images. Is this correct, or is there a method within Prompt to create home decor designs incorporating my images? Regarding the training process, you’ve suggested using the SDXL model with LORA. I will begin my research on this and reach out if I have any questions
Thanks,
Siva Manickam
-
January 2, 2024 at 9:34 pm #10423
That’s correct.
If you want to generate furniture with a similar style, you can use an IP-adapter controlnet and supply your images.
-
-
-
AuthorPosts
- You must be logged in to reply to this topic.