Skip to content

build(deps): bump diffusers from 0.27.2 to 0.39.0 in /skills/remove-ai-marks/scripts - #13

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/skills/remove-ai-marks/scripts/diffusers-0.39.0
Open

build(deps): bump diffusers from 0.27.2 to 0.39.0 in /skills/remove-ai-marks/scripts#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/skills/remove-ai-marks/scripts/diffusers-0.39.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown

Bumps diffusers from 0.27.2 to 0.39.0.

Release notes

Sourced from diffusers's releases.

Diffusers 0.39.0: New image and video pipelines, core library improvements, and more

New Pipelines

Cosmos 3

Cosmos 3 is NVIDIA's unified world foundation model (WFM) for Physical AI — a single omni-model built on a Mixture-of-Transformers (MoT) architecture that combines world generation, physical reasoning, and action generation, replacing the separate Predict, Reason, and Transfer models from earlier Cosmos releases. A single Cosmos3OmniTransformer runs a Qwen-style language model in parallel with a diffusion generation pathway, joined by a 3D multimodal RoPE. This release also lands video-to-video and action-conditioned generation, and a sound encoder.

Thanks to @​atharvajoshi10, @​yzhautouskay, and @​MaciejBalaNV for the contributions.

Ideogram 4

Ideogram 4 is a flow-matching text-to-image model that uses a multimodal text encoder and an asymmetric classifier-free guidance scheme: a dedicated unconditional_transformer produces the negative branch with zeroed text features, while the main transformer consumes the full packed text + image sequence. The pipeline ships with structured prompt upsampling and LoRA loading support.

Thanks to @​JinLiIdeogram for the contribution.

Krea 2

Krea 2 (K2) is a flow-matching text-to-image model built around a single-stream MMDiT with grouped-query attention. A Qwen3-VL text encoder provides the conditioning — hidden states from twelve decoder layers are tapped per token and fused inside the transformer by a small text-fusion stage — and images are decoded with the Qwen-Image VAE. Both the base (midtrain) and TDM (distilled, few-step) checkpoints are supported, alongside a LoRA DreamBooth trainer.

Thanks to @​EleaZhong and @​Abhinay1997 for the contribution.

DreamLite

DreamLite is a text-to-image and image-editing model from ByteDance. It pairs a custom 2D U-Net (DreamLiteUNetModel) with the Qwen3-VL multimodal encoder as its prompt / image-instruction encoder, and uses an AutoencoderTiny (TAESD-style) VAE for fast latent encode/decode. A distilled DreamLiteMobilePipeline targets on-device, low-latency generation.

Thanks to @​Carlofkl for the contribution.

PRX Pixel

PRXPixel is a pixel-space text-to-image generation model by Photoroom. A ~7B PRXTransformer2DModel denoises raw RGB images directly — no VAE is needed. The model is conditioned on a Qwen3-VL text encoder and uses flow matching where the transformer predicts the clean image at each step (x-prediction).

Thanks to @​DavidBert for the contribution.

Motif-Video

... (truncated)

Commits
  • a3608b5 Release: v0.39.0-release
  • 72eb60c [tests] fix test_from_save_pretrained_dtype_inference (#13872)
  • c412325 diffusers test installation package (#14078)
  • 5dc153b support loading pipeline from transformer style (flat) repo (#14096)
  • 761d72b Fix FA3 varlen wrapper when hub kernel returns single tensor (#14102)
  • 9159a58 Fix mutable default args in lora_base.py (#14064)
  • dbe1258 Bump transformers from 4.47.0 to 5.3.0 in /examples/cogview4-control (#14109)
  • 0d32f80 [docs] fix qwen tokenizer in docstrings. (#14098)
  • 1ffa423 ovis_image: fix guidance_scale / max_sequence_length / batched CFG / precompu...
  • 26ec30e Ideogram4 lora training (#13861)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [diffusers](https://github.com/huggingface/diffusers) from 0.27.2 to 0.39.0.
- [Release notes](https://github.com/huggingface/diffusers/releases)
- [Commits](huggingface/diffusers@v0.27.2...v0.39.0)

---
updated-dependencies:
- dependency-name: diffusers
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 18, 2026
@dependabot
dependabot Bot requested a review from elkaix as a code owner August 18, 2026 21:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants