You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TODO: explain how to use inference providers for text-to-image task
292
+
Let's explore how to generate images from text prompts using Inference Providers. We'll use [black-forest-labs/FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev), a state-of-the-art diffusion model that produces highly detailed, photorealistic images.
293
+
294
+
#### Python
295
+
296
+
Use the `huggingface_hub` library for the simplest image generation experience with automatic provider selection:
0 commit comments