Skip to content

Commit 1fe64c2

Browse files
authored
Fix checkpoint/repo references
1 parent 9dce451 commit 1fe64c2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/source/en/api/pipelines/chroma.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ specific language governing permissions and limitations under the License.
1919

2020
Chroma is a text to image generation model based on Flux.
2121

22-
Original model checkpoints for Chroma can be found [here](https://huggingface.co/lodestones/Chroma1-HD).
22+
Original model checkpoints for Chroma can be found here:
23+
* High-resolution finetune: [lodestones/Chroma1-HD](https://huggingface.co/lodestones/Chroma1-HD)
24+
* Base model: [lodestones/Chroma1-Base](https://huggingface.co/lodestones/Chroma1-Base)
25+
* Original repo with progress checkpoints: [lodestones/Chroma](https://huggingface.co/lodestones/Chroma) (loading this repo with `from_pretrained` will load a Diffusers-compatible version of the `unlocked-v37` checkpoint)
2326

2427
> [!TIP]
2528
> Chroma can use all the same optimizations as Flux.
2629
2730
## Inference
2831

29-
The Diffusers version of Chroma is based on the [`unlocked-v37`](https://huggingface.co/lodestones/Chroma1-HD/blob/main/Chroma1-HD.safetensors) version of the original model, which is available in the [Chroma repository](https://huggingface.co/lodestones/Chroma1-HD).
30-
3132
```python
3233
import torch
3334
from diffusers import ChromaPipeline

0 commit comments

Comments
 (0)