fiatrete / OpenDAN-Personal-AI-OS

OpenDAN is an open source Personal AI OS , which consolidates various AI modules in one place for your personal use.
https://opendan.ai
MIT License
1.58k stars 128 forks source link

Discussion on the call process for training individual portraits Lora in AIGC #88

Open alexsunxl opened 8 months ago

alexsunxl commented 8 months ago

Destination

AIOS integrates AI portrait process. Includes personal ID photos, artistic photos, pictures of hairstyle changes, clothing changes, sense changs, etc

Basic process

Other

More consideration should be given to using LLM to parse requirements and invoke commands, reducing the commands users need to input in the process, so that users only need to input their requirements.

@waterflier @lurenpluto

waterflier commented 8 months ago

Good idea~

Using an Agent to replace complex SD operations is a good idea. I thought about the process, is it like this: users can first pass a template (usually seen on social networks) to the Agent, and then the Agent guides the user to enter enough information to generate prompts through dialogue interaction, and automatically completes the SD model download, generation, and selection based on the existing LoRA model (this may rely on the GPT-V API).

alexsunxl commented 8 months ago

This part of individual portraits is not easy to handle in terms of model detection and initialization. I'm still on hold.

On the other hand, regarding AGI or AIGC, GPT4's API has many new features, including dall-e3, vision, and text to speech. You can consider integrating it first. Is it better to place these function calls in the agent or in the function?

@waterflier

waterflier commented 8 months ago

I am focus on New Agent working cycle right now~ If you could add these new features to the openai_node, I would be very pleased, but make sure to follow the pattern we currently use for enhancing AI capabilities.

You wourld create some new issue about that features~~ Thank you!