ByteDance-Seed / ByteDance-Seed/Bagel

Call for Bad Cases of BAGEL

Open
#11 57 comments 10 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
6.2k
Forks
545
PR merge metrics
No merged PRs in 30d

Description

# [Welcom to Discord](https://discord.com/invite/Z836xxzy)



# Welcom to Wechat



---

We are collecting failure or bad cases of the **BAGEL** model to better understand its current limitations and to help advance multimodal AI research.

If you have encountered situations where BAGEL performs poorly or produces unexpected results, please share them in the comments below. Kindly organize each case using the following format:

**Problem:**
The problem of the bad case.

**Prompt:**
The input text you provided.

**Image:**
The related visual input.

**Hyperparameters:**
The inference hyperparameters include those in `inference_hyper`, random seed (if possible), and whether to enable the thinking mode.

**Response:**
The output generated by BAGEL.

Your examples are invaluable for identifying edge cases, improving BAGEL’s robustness, and ultimately delivering a more powerful and user-friendly multimodal foundation model to the community.

Thank you for your support and contributions!

---
**About Inference Hyperparameters:**
- **`cfg_text_scale`:** Controls how strongly the model follows the text prompt. `1.0` disables text guidance. Typical range: `4.0–8.0`.
- **`cfg_image_scale`:** Controls how much the model preserves input image details. `1.0` disables image guidance. Typical range: `1.0–2.0`.
- **`cfg_interval`:** Fraction of denoising steps where CFG is applied. Later steps can skip CFG to reduce computation. Typical: `[0.4, 1.0]`.
- **`timestep_shift`:** Shifts the distribution of denoising steps. Higher values allocate more steps at the start (affects layout); lower values allocate more at the end (improves details).
- **`num_timesteps`:** Total denoising steps. Typical: `50`.
- **`cfg_renorm_min`:** Minimum value for CFG-Renorm. `1.0` disables renorm. Typical: `0`.
- **`cfg_renorm_type`:** CFG-Renorm method:
- `global`: Normalize over all tokens and channels (default for T2I).
- `local`: Normalize per channel.
- `text_channel`: Like `local`, but only applies to text condition (good for editing, may cause blur).
- **If edited images appear blurry, try `global` CFG-Renorm, decrease `cfg_renorm_min` or decrease `cfg_scale`.**

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reviewing the issue's required Problem, Prompt, Image, Hyperparameters, and Response format. Run an inference case against BAGEL, record the relevant inference_hyper values, random seed, and thinking-mode setting, and submit a reproducible failure example in a comment.

Written by the indexing model from the issue text.

Assessment

Domain
ai, machine-learning
Issue type
Bug
Difficulty
2/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.