huggingface / huggingface/diffusers

Question about VAE_IMAGE_SIZE and CONDITION_IMAGE_SIZE constants in pipeline_qwenimage_edit_plus.py

Open
#13,009 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
34.5k
Forks
7.3k
Avg merge
3d 3h
Merged PRs (30d)
91

Description

I noticed that in the implementation of pipeline_qwenimage_edit_plus.py, the following image size parameters are hardcoded:

```
CONDITION_IMAGE_SIZE = 384 * 384
VAE_IMAGE_SIZE = 1024 * 1024
```
(Reference: [pipeline_qwenimage_edit_plus.py](https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/qwenimage/pipeline_qwenimage_edit_plus.py))

I would like to clarify whether the qwen-image-edit-2509 and qwen-image-edit-2511 models were trained using these exact same settings for CONDITION_IMAGE_SIZE and VAE_IMAGE_SIZE?

Contributor guide

Open the contributing guide

Research direction

Start with src/diffusers/pipelines/qwenimage/pipeline_qwenimage_edit_plus.py and inspect the definitions of CONDITION_IMAGE_SIZE and VAE_IMAGE_SIZE. Determine whether qwen-image-edit-2509 and qwen-image-edit-2511 were trained with these settings; the issue is complete when that relationship is clearly documented or answered.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Documentation
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.