File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed
Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,11 @@ API and command-line option may change frequently.***
3535 - Image Models
3636 - SD1.x, SD2.x, [ SD-Turbo] ( https://huggingface.co/stabilityai/sd-turbo )
3737 - SDXL, [ SDXL-Turbo] ( https://huggingface.co/stabilityai/sdxl-turbo )
38- - [ some SD1.x and SDXL distilled models] ( ./docs/distilled_sd.md )
38+ - [ Some SD1.x and SDXL distilled models] ( ./docs/distilled_sd.md )
3939 - [ SD3/SD3.5] ( ./docs/sd3.md )
4040 - [ Flux-dev/Flux-schnell] ( ./docs/flux.md )
4141 - [ Chroma] ( ./docs/chroma.md )
42+ - [ Chroma1-Radiance] ( ./docs/chroma_radiance.md )
4243 - [ Qwen Image] ( ./docs/qwen_image.md )
4344 - Image Edit Models
4445 - [ FLUX.1-Kontext-dev] ( ./docs/kontext.md )
Original file line number Diff line number Diff line change 1+ # How to Use
2+
3+ ## Download weights
4+
5+ - Download Chroma1-Radiance
6+ - safetensors: https://huggingface.co/lodestones/Chroma1-Radiance/tree/main
7+ - gguf: https://huggingface.co/silveroxides/Chroma1-Radiance-GGUF/tree/main
8+
9+ - Download t5xxl
10+ - safetensors: https://huggingface.co/comfyanonymous/flux_text_encoders/blob/main/t5xxl_fp16.safetensors
11+
12+ ## Examples
13+
14+ ```
15+ .\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
16+ ```
17+
18+ <img alt =" Chroma1-Radiance " src =" ../assets/flux/chroma1-radiance.png " />
19+
20+
21+
You can’t perform that action at this time.
0 commit comments