Recommended inference parameter values

#20
by thomaskalnik - opened

Hi, thanks for training this, it is really interesting. I tried it with a number of different inference parameter value settings but the model didn't appear to exceed the quality of Flux Schnell in my testing, can you recommend ideal inference param settings? Thanks again.

thomaskalnik changed discussion title from Recommended Inference Hyperparameter values to Recommended inference parameter values

Did you set up the custom pipeline, enabling inference with real CFG + Negative Prompting? There's a custom pipeline code example in the files here. Link:
https://huggingface.co/ostris/OpenFLUX.1/blob/main/open_flux_pipeline.py

There's also another, more minimal version for fast inference (and without negative prompting access) over at https://huggingface.co/spaces/KingNish/Realtime-FLUX/blob/main/custom_pipeline.py

Yes, I did. The issue was not using the Lora. I'm not clear why the decision was made to release this with a Lora that wasn't merged with the base weights.

thomaskalnik changed discussion status to closed

Sign up or log in to comment