huggingface / huggingface/diffusers
Question about VAE_IMAGE_SIZE and CONDITION_IMAGE_SIZE constants in pipeline_qwenimage_edit_plus.py
- 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
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