You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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개 생성)
The text was updated successfully, but these errors were encountered:
@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개 생성)
The text was updated successfully, but these errors were encountered: