Instructions to use bep40/CartonMalloca with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use bep40/CartonMalloca 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("bep40/CartonMalloca") prompt = "MALLOCA Smart Kitchen - Smart Life" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 3 files
Browse files- images/1000023455.jpg +3 -0
- malloca-carton-000004.safetensors +3 -0
- malloca-carton.safetensors +3 -0
images/1000023455.jpg
ADDED
|
Git LFS Details
|
malloca-carton-000004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b644d6b9efabdcab12d420105742faa7971ff9348aa8235ac16ddbc1f9e4f7e
|
| 3 |
+
size 39768672
|
malloca-carton.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d813a5c148af93b1aeb675b3a84c7a3a761c4848257d317b322e3d0bfe924584
|
| 3 |
+
size 39768672
|