이 글은 Stable Diffusion 을 활용하여 관련 서비스를 만들고자 할 때 생각해본 아이디어를 정리한 글입니다.
Flow
1. Upload images from users with the API
2. create and sort directories
3. create a txt with BLIP captions
4. Train LoRA and create a LoRA file.
5. move the LoRA file to the Lora folder in Stable Diffusion
6. write a prompt (or utilize a user input prompt)
7. Create images (5 to 20)
8. Upload the image and LoRA file to S3. You will also need to insert a history for the user in MySQL.
- Insert the user_id, image URL, and LoRA URL.
- Apply TTL to the image and LoRA file uploads that will be stored in S3 for AWS price reduction.
9. delete the image and LoRA file from the GPU server instance
10. Send a job done push to the user.
11. Wrap all of the above together to implement the queue as an SQS Queue.
'만들고싶은거 만들며 돈벌기' 카테고리의 다른 글
최근 올림픽 특수 관련 앱을 만들어보았다. 과연 수익의 결과는? (0) | 2023.10.11 |
---|---|
AI의 발전으로 재미있는 것들이 너무 많아졌다. (2) | 2023.09.01 |
ChatGPT API를 활용한 앱 수익 공개(약 한달 정도 경과) (13) | 2023.08.01 |
ChatGPT를 활용한 앱 개발하고 수익화 하기 (5) | 2023.07.15 |
1인 개발자, 5년동안 개인앱 150개 이상 만들기 (86) | 2023.02.07 |