flux icon indicating copy to clipboard operation
flux copied to clipboard

Official inference repo for FLUX.1 models

Results 130 flux issues
Sort by recently updated
recently updated
newest added

Users expect `all` to truly include all. Also, without this fix, `demo_gr.py` for example, won't work: ``` (.venv) ubuntu@129-146-111-239:~/flux$ python3 demo_gr.py --name flux-schnell --share Traceback (most recent call last): File...

This is the main PR used to refactor TRT inference code to: - remove onnx tracing dependencies - support multiple trt-configuration for the same model - trt-build done using polygrafy...

With the new finetuning API, and the Python script provided I get this issue when requesting the Finetuning progress after it (seemingly successfully) started and gave me an ID: ```...

Hi there, may i ask the minimal requirements of GPU to run a model like "black-forest-labs/FLUX.1-dev" ? actually i am using a Tesla T4 to run the test ,but always...

Hi folks! Our AI Hypercomputer team ported Flux inference implementation to [MaxDiffusion](https://github.com/AI-Hypercomputer/maxdiffusion) and were able to successfully run both [Flux-dev and Flux-schnell](https://github.com/AI-Hypercomputer/maxdiffusion?tab=readme-ov-file#flux) models using Google's TPUs. Running tests on 1024...

I Am trying to outpaint an image. Every images I tried has borders. I tried lower guidance, steps - nothing helps. How to avoid borders? ![Image](https://github.com/user-attachments/assets/9bb0a0c1-7258-4490-8617-a780430f57be) ![Image](https://github.com/user-attachments/assets/db0e58c1-83e0-4d0a-b3e5-32905eaf5d6a) My code is...

I'm using the same image & prompt, but the output is wildly different from the example. the url of my workflow: https://openart.ai/workflows/argentino_authentic_1/redux-puppet/TwC5PH1zJWIapMmVFOsQ ![Image](https://github.com/user-attachments/assets/e19489dd-5a8e-4018-ab82-2ec51977c273) ![Image](https://github.com/user-attachments/assets/3717ca18-a717-44d2-8072-5ec538603369)

I'm at the end of models I find interesting, but I think I might want to train with AMD is there any documentation on how train flux that might leave...