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
#2
by multimodalart HF Staff - opened
- README.md +5 -0
- images/example_ak738vz20.png +0 -0
README.md
CHANGED
|
@@ -12,6 +12,11 @@ tags:
|
|
| 12 |
- diffusers
|
| 13 |
- template:sd-lora
|
| 14 |
instance_prompt: product designed by prdsgn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# product-design
|
|
|
|
| 12 |
- diffusers
|
| 13 |
- template:sd-lora
|
| 14 |
instance_prompt: product designed by prdsgn
|
| 15 |
+
widget:
|
| 16 |
+
- text: a coffee machine product designed by prdsgn
|
| 17 |
+
output:
|
| 18 |
+
url: images/example_ak738vz20.png
|
| 19 |
+
|
| 20 |
---
|
| 21 |
|
| 22 |
# product-design
|
images/example_ak738vz20.png
ADDED
|