Skip to content

Commit 545725b

Browse files
authored
Merge branch 'main' into remove-more-deprecated-tests
2 parents f3d95f9 + 7e3bf4a commit 545725b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_tests_gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
shell: bash
189189
strategy:
190190
fail-fast: false
191-
max-parallel: 2
191+
max-parallel: 4
192192
matrix:
193193
module: [models, schedulers, lora, others]
194194
steps:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import torch
3636
from diffusers import ChromaPipeline
3737

3838
pipe = ChromaPipeline.from_pretrained("lodestones/Chroma", torch_dtype=torch.bfloat16)
39-
pipe.enabe_model_cpu_offload()
39+
pipe.enable_model_cpu_offload()
4040

4141
prompt = [
4242
"A high-fashion close-up portrait of a blonde woman in clear sunglasses. The image uses a bold teal and red color split for dramatic lighting. The background is a simple teal-green. The photo is sharp and well-composed, and is designed for viewing with anaglyph 3D glasses for optimal effect. It looks professionally done."

0 commit comments

Comments
 (0)