From 7cd4e26ef522429a4ea11f5e3d418ae9988d769e Mon Sep 17 00:00:00 2001 From: Dhruv Nair Date: Tue, 17 Jun 2025 12:30:33 +0200 Subject: [PATCH] update --- src/diffusers/pipelines/chroma/pipeline_chroma.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/diffusers/pipelines/chroma/pipeline_chroma.py b/src/diffusers/pipelines/chroma/pipeline_chroma.py index 88f6cc3a42..39bc9aa920 100644 --- a/src/diffusers/pipelines/chroma/pipeline_chroma.py +++ b/src/diffusers/pipelines/chroma/pipeline_chroma.py @@ -64,7 +64,6 @@ EXAMPLE_DOC_STRING = """ ... torch_dtype=torch.bfloat16, ... ) >>> pipe.enable_model_cpu_offload() - >>> pipe.to("cuda") >>> prompt = "A cat holding a sign that says hello world" >>> negative_prompt = "low quality, ugly, unfinished, out of focus, deformed, disfigure, blurry, smudged, restricted palette, flat colors" >>> image = pipe(prompt, negative_prompt=negative_prompt).images[0]