flux
flux copied to clipboard
Official inference repo for FLUX.1 models
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?   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  
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...