stsxxx

Results 6 comments of stsxxx

Thank you for your reply. The code is shown below. It's based on a simple diffusion model example from the OpenVINO repository. I'm using Ubuntu 24.04.2 LTS, Python 3.12.3, torch...

I was using `optimum-cli export openvino --model black-forest-labs/FLUX.1-dev --task text-to-image --weight-format fp16 ov_model_flux/` to convert huggingface model into OpenVINO IR format and load the model from ov_model_flux/ directory by calling...

@brmarkus Thank you for your reply. The reason I’m using FLUX.1-dev in FP16 with 50 total steps is due to my experimental setup. I’ll give FLUX.1-schnell with INT4 a try,...

@brmarkus Hi, i tried to run Flux.1-schnell according to the code provided here: [https://huggingface.co/OpenVINO/FLUX.1-schnell-fp16-ov](url). I used only 4 steps, but the issue persists—it hasn't completed even after 30 minutes.

I'll give it a try. Does this mean that other model formats aren't supported here? Even in the provided notebook, it mentions that you can use FLUX.1-dev by simply switching....

Hi @likholat, Thank you for your reply! I waited several minutes, but the first step didn’t complete, which is quite unusual. I’m rerunning it now and will update here if...