markusbr
markusbr
Instead of a screenshot could you show the used code as text, please? That would make reproduction much easier. Is the code based on another sample or based on a...
I just tried to run the Jupyter notebook under https://github.com/openvinotoolkit/openvino_notebooks/blob/e5a8aa127c9464a356a6767d2fb62b88ed21be3c/notebooks/flux.1-image-generation/flux.1-image-generation.ipynb but it fails for me with `!huggingface-cli download {ov_model_id} --local-dir {model_dir}` > requests.exceptions.HTTPError: 404 Client Error: Not Found for url:...
> [@brmarkus](https://github.com/brmarkus) dev model was never uploaed to huggingface hub under openvino account, it has license agreement limitations for that unfortunately, we have only schnell https://huggingface.co/OpenVINO/FLUX.1-schnell-int4-ov Ok, thank you -...
With the default parameters: ``` Pipeline settings Input text: cyberpunk cityscape like Tokyo and New York with tall buildings at dusk, golden hour, cinematic lighting Image size: 256 x 256...
Using the GPU, same parameters, same checkboxes, using "black-forest-labs/FLUX.1-schnell": Progress-bar: 100% 4/4 [00:21
I think the term "Non-Commercial Use Only" wouldn't allow me to use "FLUX.1-dev"... @stsxxx do you see similar values in your environment when using "FLUX.1-schnell" instead, to compare and check...
Would you have a chance to run the Juypiter notebook https://github.com/openvinotoolkit/openvino_notebooks/blob/e5a8aa127c9464a356a6767d2fb62b88ed21be3c/notebooks/flux.1-image-generation/flux.1-image-generation.ipynb ? The notebook uses a compressed and quantized variant in OpenVINO IR format. That could REALLY really make a...
OpenVINO supports different formats (like ONNX and others), but there is also an optimized format called IntermediateRepresentation "IR". Plus, in this case, INT4 is used, but also INT8 or FP16...
Can you share more details about your used input (images versus video-file? codecs used behind `decodebin`on your platform, color-formats and color-space-conversion used on your platform, e.g. by creating pipeline-graphs and...
It helps debugging when knowing especially the input (type, format) to understand which routes the code will go along. Do you still experience significant differences when using the exact same...