Downloads · 30 days
8
3% of all-time downloads
Jlonge4/flux-dev-fp8
flux-dev-fp8 is a text-to-image model from Jlonge4. Use it when you need an image from a text prompt. It is set up for diffusers.
This diffusers pipeline is a complete implementation of the Flux Dev 1 model optimized for FP8 precision, specifically designed for deployment on AWS SageMaker for integration with ComfyUI through a custom node. Unlik…
Downloads · 30 days
8
3% of all-time downloads
All-time downloads
310
Public
Parameters
11.9B
67.5 GB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors67.5 GB · 100%
From the Hugging Face model README
This diffusers pipeline is a complete implementation of the Flux Dev 1 model optimized for FP8 precision, specifically designed for deployment on AWS SageMaker for integration with ComfyUI through a custom node. Unlike a model-only repository, this contains the full pipeline architecture required for proper deployment.
This repository contains a complete diffusers pipeline implementation utilizing the Flux Dev 1 model optimized for FP8 precision. Unlike model-only repositories, this provides the entire pipeline architecture required for text-to-image generation, properly structured for SageMaker deployment and ComfyUI integration.
The pipeline was created to address the lack of publicly available FP8 Flux Dev implementations suitable for deployment, as standard approaches to model loading create symlink issues that prevent proper SageMaker packaging.
This model is designed to be deployed as a SageMaker endpoint and accessed through a custom ComfyUI node. It enables text-to-image generation directly within ComfyUI workflows, leveraging the performance benefits of FP8 precision and AWS's infrastructure.
Primary use cases include:
The model can be integrated into larger creative pipelines within ComfyUI, serving as the text-to-image generation component that can be combined with other image processing and enhancement nodes.
This model is not designed for:
deploy_flux_dev-pipe.ipynb notebook to deploy the model to SageMakerComfyUI Sagemaker Node repo
This model uses the same architecture as Flux Dev 1 but operates at FP8 precision. It addresses specific technical challenges:
from_single_file download creates symlinks that render the model.tar.gz unusable for SageMaker deploymentThis complete pipeline implementation was specifically created to address the challenges of deploying Flux Dev 1 to SageMaker in FP8 format for ComfyUI integration.
Key innovations include:
from_single_file download optionmodel.tar.gz works correctly when deployed as an endpointFor updates and improvements, check the repository at Jlonge4/flux-dev-fp8.
For questions or issues regarding this model, please open an issue on the HuggingFace repository.