Instructions to use yujiepan/FLUX.1-dev-tiny-random with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use yujiepan/FLUX.1-dev-tiny-random with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("yujiepan/FLUX.1-dev-tiny-random", 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
File size: 131 Bytes
29d660f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:69e2032a0f52db4c7c6c9d5d3c2723f40b74c049fa50d0027dea46ff9e1a9b0f
size 519064
|