Instructions to use ostris/Flex.1-alpha-Redux with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ostris/Flex.1-alpha-Redux with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ostris/Flex.1-alpha-Redux", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Dataset prep for flex redux training
#6
by sumanthdonapati - opened
Hello ostris, thanks for the great work!
what should be the ideal dataset for flex redux custom training? and does both clip images and normal images require captioning?