Get the latest tech news
Flux better than Stable Diffusion
Official inference repo for FLUX.1 models. Contribute to black-forest-labs/flux development by creating an account on GitHub.
This repo contains minimal inference code to run text-to-image and image-to-image with our Flux latent rectified flow transformers. --name: Choose the model to use (options: "flux-schnell", "flux-dev")--device: Specify the device to use (default: "cuda" if available, otherwise "cpu")--offload: Offload model to CPU when not in use--share: Create a public link to your demo To run the demo with the dev model and create a public link:
Or read this on Hacker News