# Flux-EasyAPI **Repository Path**: analyzesystem/Flux-EasyAPI ## Basic Information - **Project Name**: Flux-EasyAPI - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-25 - **Last Updated**: 2024-10-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Flux-EasyAPI EasyAPI for Flux in ComfyUI. ## Requirements - python 3.11 ## How to deploy *create .env file with huggingface api token to be able to download dev model* 1. clone repo ``` git clone https://github.com/neuroCaptain/Flux-EasyAPI.git ``` 2. create venv with python 3.11 ``` python3.11 -m venv venv ``` 3. activate venv ``` source venv/bin/activate ``` 4. install requirements ``` pip install -r requirements.txt ``` 5. install comfyui with script `-m {1,3}` to skip choosing of models. ```bash # List of models to download: 1 - FP16. 2 - FP8. 3 - FluxDev. 4 - FluxSchnell. python setup.py -m {1,3} ```