NuclearGeekETH/NuclearGeek-Flux-Capacitor

9

stars

16

commits

Python

primary language

Aug 14, 2024

updated

README

Nuclear Geek's Flux Capacitor

A project utilizing Black Forest Lab's FLUX model for generating images via a web application.

Video Tutorial

Flux Text To Image Demo

Prerequisites

  1. Hugging Face Access Token:

    • You need to request access to the FLUX model: Black Forest Labs
    • Once you have access, obtain your Hugging Face token.
  2. Environment Setup:

    • Add your Hugging Face token to an .env file at the root of the project. Your .env file should look like this:
      HF_TOKEN=your_token_here
      

Getting Started

Follow these steps to set up the environment and run the application:

  1. Run the setup script:

    • Double-click on the file start_flux.bat to install the necessary environment and dependencies, and to run the script.
    ./start_flux.bat
    
  2. Open Web Browser:

Contributors

NuclearGeekETH

16 commits

NuclearGeekETH/NuclearGeek-Flux-Capacitor

9

stars

16

commits

Python

primary language

Aug 14, 2024

updated

README

Nuclear Geek's Flux Capacitor

A project utilizing Black Forest Lab's FLUX model for generating images via a web application.

Video Tutorial

Flux Text To Image Demo

Prerequisites

  1. Hugging Face Access Token:

    • You need to request access to the FLUX model: Black Forest Labs
    • Once you have access, obtain your Hugging Face token.
  2. Environment Setup:

    • Add your Hugging Face token to an .env file at the root of the project. Your .env file should look like this:
      HF_TOKEN=your_token_here
      

Getting Started

Follow these steps to set up the environment and run the application:

  1. Run the setup script:

    • Double-click on the file start_flux.bat to install the necessary environment and dependencies, and to run the script.
    ./start_flux.bat
    
  2. Open Web Browser:

Contributors

NuclearGeekETH

16 commits

Languages

Python

95.0%

Batchfile

5.0%