--- tags: - neuron - optimized - aws-neuron - text-to-image base_model: black-forest-labs/FLUX.1-Krea-dev --- # Neuron-Optimized black-forest-labs/FLUX.1-Krea-dev This repository contains AWS Neuron-optimized files for [black-forest-labs/FLUX.1-Krea-dev](https://huggingface.co/black-forest-labs/FLUX.1-Krea-dev). ## Model Details - **Base Model**: [black-forest-labs/FLUX.1-Krea-dev](https://huggingface.co/black-forest-labs/FLUX.1-Krea-dev) - **Task**: text-to-image - **Optimization**: AWS Neuron compilation - **Generated by**: [badaoui](https://huggingface.co/badaoui) - **Generated using**: [Optimum Neuron Compiler Space](https://huggingface.co/spaces/optimum/neuron-export) ## Usage This model has been optimized for AWS Neuron devices (Inferentia/Trainium). To use it: ```python from optimum.neuron import NeuronStableDiffusionPipeline model = NeuronStableDiffusionPipeline.from_pretrained("badaoui/black-forest-labs-FLUX.1-Krea-dev-neuron") ``` ## Performance These files are pre-compiled for AWS Neuron devices and should provide improved inference performance compared to the original model when deployed on Inferentia or Trainium instances. ## Original Model For the original model, training details, and more information, please visit: [black-forest-labs/FLUX.1-Krea-dev](https://huggingface.co/black-forest-labs/FLUX.1-Krea-dev)