Instructions to use SoumilB7/FLUX.1-dev-ProductStudio with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SoumilB7/FLUX.1-dev-ProductStudio 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("SoumilB7/FLUX.1-dev-ProductStudio") prompt = "Item name: alphonso mango milk shake tetra pack with labels\n" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload hotwheels.png
Browse files- .gitattributes +1 -0
- images/hotwheels.png +3 -0
.gitattributes
CHANGED
|
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
images/bhuja_mix.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
images/lays.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images/mango.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 36 |
images/bhuja_mix.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
images/lays.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images/mango.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
images/hotwheels.png filter=lfs diff=lfs merge=lfs -text
|
images/hotwheels.png
ADDED
|
Git LFS Details
|