Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ETC] stable diffusion API #6

Open
tmdgh1592 opened this issue Jan 7, 2024 · 0 comments
Open

[ETC] stable diffusion API #6

tmdgh1592 opened this issue Jan 7, 2024 · 0 comments
Assignees

Comments

@tmdgh1592
Copy link
Member

tmdgh1592 commented Jan 7, 2024

@PgmJun

POST /dreambooth/createModel (모델 생성)
POST /dreambooth/concept (컨셉 추가) - 이미지 폴더 접근 어케 함?
POST /dreambooth/model_config (파라미터 설정)
"model_dir": "", (모델 디렉터리 경로)
"model_name": "", (모델명)
"model_path": "", (모델 yaml 경로)
POST /dreambooth/start_training (모델 훈련 시작, apiKey가 ID임)
GET /dreambooth/status (apiKey 지정하면 해당 모델 트레이닝 상태 확인할 수 있음, 이걸로 트레이닝 끝나면 txt2img api 실행함)
POST /sdapi/v1/txt2img (모델 훈련이 끝나면 이 api에 prompt 지정해서 이미지 60개 생성)

@tmdgh1592 tmdgh1592 self-assigned this Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant