lllyasviel / lllyasviel/stable-diffusion-webui-forge
What are the API request parameters of the flux?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 13k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
The picture generated by the following parameters is black.On the UI page of Forge, the left upper corner allows switching between SD and Flux. When no Flux option is selected, the same error occurs. The left upper corner's switch now includes additional parameters.Compared to SD, what additional parameters are required for Flux Text2Image?
{"cfg_scale":3.5,"height":1216,"override_settings":{"sd_model_checkpoint":"flux1-dev-bnb-nf4-v2.safetensors","sd_vae":"ae.safetensors"},"prompt":"girl","sampler_name":"Euler","steps":20,"width":896}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Forge UI's upper-left SD/Flux switch and inspect the supplied Flux Text2Image API request. Compare the parameters used by Flux with the shown request and verify which request produces a non-black image; done means the required parameters are identified and documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ai, api
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100