Skip to content

Commit 607e394

Browse files
authored
docs: add Jellybox as UI using sd.cpp (leejet#214)
1 parent ccae95a commit 607e394

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,14 +306,14 @@ sd -m ../models/v1-5-pruned-emaonly.safetensors -p "a lovely cat" --upscale-mode
306306

307307
#### Using PhotoMaker to personalize image generation
308308

309-
You can use [PhotoMaker](https://github.com/TencentARC/PhotoMaker) to personalize generated images with your own ID.
309+
You can use [PhotoMaker](https://github.com/TencentARC/PhotoMaker) to personalize generated images with your own ID.
310310

311311
**NOTE**, currently PhotoMaker **ONLY** works with **SDXL** (any SDXL model files will work).
312312

313313
Download PhotoMaker model file (in safetensor format) [here](https://huggingface.co/bssrdf/PhotoMaker). The official release of the model file (in .bin format) does not work with ```stablediffusion.cpp```.
314314

315-
- Specify the PhotoMaker model path using the `--stacked-id-embd-dir PATH` parameter.
316-
- Specify the input images path using the `--input-id-images-dir PATH` parameter.
315+
- Specify the PhotoMaker model path using the `--stacked-id-embd-dir PATH` parameter.
316+
- Specify the input images path using the `--input-id-images-dir PATH` parameter.
317317
- input images **must** have the same width and height for preprocessing (to be improved)
318318

319319
In prompt, make sure you have a class word followed by the trigger word ```"img"``` (hard-coded for now). The class word could be one of ```"man, woman, girl, boy"```. If input ID images contain asian faces, add ```Asian``` before the class
@@ -367,6 +367,12 @@ These projects wrap `stable-diffusion.cpp` for easier use in other languages/fra
367367
* Golang: [seasonjs/stable-diffusion](https://github.com/seasonjs/stable-diffusion)
368368
* C#: [DarthAffe/StableDiffusion.NET](https://github.com/DarthAffe/StableDiffusion.NET)
369369

370+
## UIs
371+
372+
These projects use `stable-diffusion.cpp` as a backend for their image generation.
373+
374+
- [Jellybox](https://jellybox.com)
375+
370376
## Contributors
371377

372378
Thank you to all the people who have already contributed to stable-diffusion.cpp!

0 commit comments

Comments
 (0)