apepkuss79
commited on
Commit
•
552421a
1
Parent(s):
790519c
Update README.md
Browse files
README.md
CHANGED
@@ -48,8 +48,9 @@ tags:
|
|
48 |
Assume that the LoRA model is located in the `lora-models` directory
|
49 |
|
50 |
```bash
|
51 |
-
wasmedge --dir .:.
|
52 |
--dir lora-models:lora-models \
|
|
|
53 |
--model-name flux1-dev \
|
54 |
--diffusion-model flux1-dev-Q4_0.gguf \
|
55 |
--vae ae.safetensors \
|
|
|
48 |
Assume that the LoRA model is located in the `lora-models` directory
|
49 |
|
50 |
```bash
|
51 |
+
wasmedge --dir .:. \
|
52 |
--dir lora-models:lora-models \
|
53 |
+
sd-api-server.wasm \
|
54 |
--model-name flux1-dev \
|
55 |
--diffusion-model flux1-dev-Q4_0.gguf \
|
56 |
--vae ae.safetensors \
|