mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2025-12-12 13:28:37 +00:00
* add chroma radiance support * fix ci * simply generate_init_latent * workaround: avoid ggml cuda error * format code * add chroma radiance doc
22 lines
721 B
Markdown
22 lines
721 B
Markdown
# How to Use
|
|
|
|
## Download weights
|
|
|
|
- Download Chroma1-Radiance
|
|
- safetensors: https://huggingface.co/lodestones/Chroma1-Radiance/tree/main
|
|
- gguf: https://huggingface.co/silveroxides/Chroma1-Radiance-GGUF/tree/main
|
|
|
|
- Download t5xxl
|
|
- safetensors: https://huggingface.co/comfyanonymous/flux_text_encoders/blob/main/t5xxl_fp16.safetensors
|
|
|
|
## Examples
|
|
|
|
```
|
|
.\bin\Release\sd.exe --diffusion-model ..\..\ComfyUI\models\diffusion_models\Chroma1-Radiance-v0.4-Q8_0.gguf --t5xxl ..\..\ComfyUI\models\clip\t5xxl_fp16.safetensors -p "a lovely cat holding a sign says 'chroma radiance cpp'" --cfg-scale 4.0 --sampling-method euler -v
|
|
```
|
|
|
|
<img alt="Chroma1-Radiance" src="../assets/flux/chroma1-radiance.png" />
|
|
|
|
|
|
|