Skip to content

[diffusers-cli] add a dockerfile for diffusers cli hf jobs - #14550

Open
sayakpaul wants to merge 3 commits into
mainfrom
diffusers-cli-cuda-docker
Open

[diffusers-cli] add a dockerfile for diffusers cli hf jobs#14550
sayakpaul wants to merge 3 commits into
mainfrom
diffusers-cli-cuda-docker

Conversation

@sayakpaul

@sayakpaul sayakpaul commented Aug 21, 2026

Copy link
Copy Markdown
Member

Used this command to launch a job that used the Docker container above:

diffusers-cli --format json run \
    --model black-forest-labs/FLUX.1-dev \
    --dtype bf16 \
    --pipeline-kwargs '{"prompt": "a red panda astronaut floating above a coral reef, cinematic lighting", 
  "num_inference_steps": 20, "guidance_scale": 3.5}' \
    --seed 0 \
    --remote --flavor a100-large --timeout 30m

Resulting job: https://huggingface.co/jobs/sayakpaul/6a87c657c81709766c80327a

Note that the job shows "canceled" rather than "completed". This is because we use .kill() here:

I think this is misleading.

Resulting image:

image

@github-actions github-actions Bot added documentation Improvements or additions to documentation utils CI size/M PR with diff < 200 LOC labels Aug 21, 2026
@HuggingFaceDocBuilderDev

Copy link
Copy Markdown

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@sayakpaul
sayakpaul marked this pull request as ready for review August 21, 2026 03:49
@sayakpaul
sayakpaul requested a review from DN6 August 21, 2026 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI documentation Improvements or additions to documentation size/M PR with diff < 200 LOC utils

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants