Instructions to use oshtz/flux-plastic3d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use oshtz/flux-plastic3d 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("oshtz/flux-plastic3d") prompt = "plastic3d style, time-traveling jazz band performing for dinosaurs in a prehistoric jungle" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 7 files
Browse files- flux-plastic3d.safetensors +3 -0
- images/out-0 (1).jpg +3 -0
- images/out-0 (2).jpg +3 -0
- images/out-0 (3).jpg +3 -0
- images/out-0 (4).jpg +3 -0
- images/out-0 (5).jpg +3 -0
- images/out-0.jpg +3 -0
flux-plastic3d.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e38f6367594cd2632e829e67ca10820fd0c48e411d025d4be912a6b381143f6b
|
| 3 |
+
size 171969440
|
images/out-0 (1).jpg
ADDED
|
Git LFS Details
|
images/out-0 (2).jpg
ADDED
|
Git LFS Details
|
images/out-0 (3).jpg
ADDED
|
Git LFS Details
|
images/out-0 (4).jpg
ADDED
|
Git LFS Details
|
images/out-0 (5).jpg
ADDED
|
Git LFS Details
|
images/out-0.jpg
ADDED
|
Git LFS Details
|