zackli4ai commited on
Commit
bf85907
·
verified ·
1 Parent(s): e90498f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -33,6 +33,30 @@ SDXL 1.0 is a latent diffusion model trained on a broad dataset of images and ca
33
  - Generated image(s) matching the prompt
34
  - Default resolution: 1024×1024 pixels
35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  ## License
37
  - Licensed under: [CreativeML Open RAIL++-M License](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/LICENSE)
38
 
 
33
  - Generated image(s) matching the prompt
34
  - Default resolution: 1024×1024 pixels
35
 
36
+ ---
37
+
38
+ ## How to use
39
+
40
+
41
+ ### 1) Install Nexa-SDK
42
+ Download and follow the steps under "Deploy Section" Nexa's model page: [Download Windows SDK](https://sdk.nexa.ai/model/SDXL-Base)
43
+
44
+ ### 2) Get an access token
45
+ Create a token in the Model Hub, then log in:
46
+
47
+ ```bash
48
+ nexa config set license '<access_token>'
49
+ ```
50
+
51
+ ### 3) Run the model
52
+ Running:
53
+
54
+ ```bash
55
+ nexa infer NexaAI/sdxl-base
56
+ ```
57
+
58
+ ---
59
+
60
  ## License
61
  - Licensed under: [CreativeML Open RAIL++-M License](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/LICENSE)
62