edit : cloud 계정 변경
This commit is contained in:
@@ -13,6 +13,12 @@ RESTful API Server
|
|||||||
```
|
```
|
||||||
https://cloud.google.com/sdk/docs/install?hl=ko#linux
|
https://cloud.google.com/sdk/docs/install?hl=ko#linux
|
||||||
```
|
```
|
||||||
|
```
|
||||||
|
gcloud init
|
||||||
|
gcloud auth application-default login
|
||||||
|
```
|
||||||
|
https://cloud.google.com/docs/authentication/set-up-adc-local-dev-environment?hl=ko
|
||||||
|
|
||||||
### cookie
|
### cookie
|
||||||
```
|
```
|
||||||
https://github.com/acheong08/BingImageCreator
|
https://github.com/acheong08/BingImageCreator
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ from rest.app.utils.date_utils import D
|
|||||||
|
|
||||||
|
|
||||||
class ImagenConst:
|
class ImagenConst:
|
||||||
project_id = "imagen-447301"
|
project_id = "glasses-imagen"
|
||||||
location = "asia-east1"
|
location = "asia-east1"
|
||||||
model = "imagen-3.0-generate-001"
|
model = "imagen-3.0-generate-001"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user