Professional Noob commited on
Commit
f19874d
·
verified ·
1 Parent(s): c9d40bb

Update qwenimage/pipeline_qwenimage_edit_plus.py

Browse files
qwenimage/pipeline_qwenimage_edit_plus.py CHANGED
@@ -522,8 +522,7 @@ class QwenImageEditPlusPipeline(DiffusionPipeline, QwenImageLoraLoaderMixin):
522
  ):
523
  """Run Qwen-Image-Edit inference.
524
 
525
- Note: diffusers' `replace_example_docstring` decorator expects the wrapped
526
- function to have a docstring; without it, Space startup fails.
527
  """
528
  # ---- determine input size ----
529
  if isinstance(image, list):
 
522
  ):
523
  """Run Qwen-Image-Edit inference.
524
 
525
+ Examples:
 
526
  """
527
  # ---- determine input size ----
528
  if isinstance(image, list):