Update README.md
Browse files
README.md
CHANGED
@@ -29,13 +29,16 @@ It supports a 32K context window and multilingual inputs across more than 140 la
|
|
29 |
|
30 |
---
|
31 |
## How to use
|
|
|
32 |
### 1) Install Nexa-SDK
|
33 |
-
Download and follow the steps under "Deploy Section" Nexa's model page:
|
|
|
34 |
### 2) Get an access token
|
35 |
Create a token in the Model Hub, then log in:
|
36 |
```bash
|
37 |
nexa config set license '<access_token>'
|
38 |
```
|
|
|
39 |
### 3) Run the model
|
40 |
Running:
|
41 |
```bash
|
|
|
29 |
|
30 |
---
|
31 |
## How to use
|
32 |
+
|
33 |
### 1) Install Nexa-SDK
|
34 |
+
Download and follow the steps under "Deploy Section" Nexa's model page: [Download Windows SDK](https://sdk.nexa.ai/model/SDXL-Base)
|
35 |
+
|
36 |
### 2) Get an access token
|
37 |
Create a token in the Model Hub, then log in:
|
38 |
```bash
|
39 |
nexa config set license '<access_token>'
|
40 |
```
|
41 |
+
|
42 |
### 3) Run the model
|
43 |
Running:
|
44 |
```bash
|