Instructions to use multimodalart/product-design with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use multimodalart/product-design 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("multimodalart/product-design") prompt = "a coffee machine product designed by prdsgn" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example (#4)
Browse files- Add generated example (3b5ecfb71e7fd06841e70af8d1e45355fcaf2a38)
- README.md +3 -0
- images/example_gbpmroa1o.png +0 -0
README.md
CHANGED
|
@@ -19,6 +19,9 @@ widget:
|
|
| 19 |
- text: a kettle product designed by prdsgn
|
| 20 |
output:
|
| 21 |
url: images/example_vgv87rlfl.png
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
---
|
| 24 |
|
|
|
|
| 19 |
- text: a kettle product designed by prdsgn
|
| 20 |
output:
|
| 21 |
url: images/example_vgv87rlfl.png
|
| 22 |
+
- text: a meat grinder product designed by prdsgn
|
| 23 |
+
output:
|
| 24 |
+
url: images/example_gbpmroa1o.png
|
| 25 |
|
| 26 |
---
|
| 27 |
|
images/example_gbpmroa1o.png
ADDED
|