diff --git a/README.md b/README.md index 5521ec8..615d892 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,11 @@ API and command-line option may change frequently.*** - Image Models - SD1.x, SD2.x, [SD-Turbo](https://huggingface.co/stabilityai/sd-turbo) - SDXL, [SDXL-Turbo](https://huggingface.co/stabilityai/sdxl-turbo) - - [some SD1.x and SDXL distilled models](./docs/distilled_sd.md) + - [Some SD1.x and SDXL distilled models](./docs/distilled_sd.md) - [SD3/SD3.5](./docs/sd3.md) - [Flux-dev/Flux-schnell](./docs/flux.md) - [Chroma](./docs/chroma.md) + - [Chroma1-Radiance](./docs/chroma_radiance.md) - [Qwen Image](./docs/qwen_image.md) - Image Edit Models - [FLUX.1-Kontext-dev](./docs/kontext.md) diff --git a/assets/flux/chroma1-radiance.png b/assets/flux/chroma1-radiance.png new file mode 100644 index 0000000..1dd4a52 Binary files /dev/null and b/assets/flux/chroma1-radiance.png differ diff --git a/docs/chroma_radiance.md b/docs/chroma_radiance.md new file mode 100644 index 0000000..a343520 --- /dev/null +++ b/docs/chroma_radiance.md @@ -0,0 +1,21 @@ +# 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 +``` + +Chroma1-Radiance + + +