Skip to content

HaxxorCialtion/NuclearGeek-Flux-Capacitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.1%
  • Batchfile 3.9%