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 Settings
- Draw Things
- DiffusionBee
Dataset prep for flex redux training
๐ 1
#6 opened about 1 year ago
by
sumanthdonapati
flux1 dev redux 512 model request
2
#5 opened about 1 year ago
by
makisekurisu-jp
Use with mask.
2
#4 opened about 1 year ago
by
syddharth
Usage with Diffusers
๐ 2
#3 opened about 1 year ago
by
hamzao
Can we do something similar but pose transfer
2
#1 opened about 1 year ago
by
ryg81