Instructions to use strangerzonehf/Flux-3DXL-Partfile-0006 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use strangerzonehf/Flux-3DXL-Partfile-0006 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("strangerzonehf/Flux-3DXL-Partfile-0006") prompt = "3DXLP6, a young man with a buzzcut stands in front of a rich brown wooden backdrop. He is wearing a black t-shirt with a large graphic design on the front. His expression is intense, with his piercing green eyes focused on the camera. His lips are set in a firm line, and his arms are crossed in front of him, conveying strength and confidence. The backdrop creates a textured contrast against his bold outfit." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Ctrl+K