FLUX.1-schnell Download Complete | Generated by AI
β Download Complete! π
FLUX.1-schnell is fully downloaded! Hereβs the final state:
| File | Size | Status |
|---|---|---|
flux1-schnell.safetensors |
23 GB | β |
transformer/...00001 |
9.3 GB | β |
transformer/...00002 |
9.3 GB | β |
transformer/...00003 |
3.7 GB | β |
text_encoder_2/...00001 |
4.7 GB | β |
text_encoder_2/...00002 |
4.3 GB | β |
text_encoder/model.safetensors |
235 MB | β |
ae.safetensors |
320 MB | β |
vae/...safetensors |
160 MB | β |
| Total | 54 GB | β Done |
The tmux session has finished and exited. No incomplete files remain. You can now load it with:
source /opt/venv/bin/activate
python -c "
from diffusers import FluxPipeline
import torch
pipe = FluxPipeline.from_pretrained('/root/FLUX.1-schnell', torch_dtype=torch.bfloat16)
pipe.to('cuda')
# ... generate!
"
