Instructions to use jimmycarter/krea2-turbo-bbox with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use jimmycarter/krea2-turbo-bbox with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("jimmycarter/krea2-turbo-bbox", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Link the prompting guide from the model card
Browse files
README.md
CHANGED
|
@@ -37,8 +37,8 @@ p[0,0,500,500] Top-left panel: the handywoman holding up the instruction sheet,
|
|
| 37 |
p[500,0,1000,500] Top-right panel: the cat batting a single screw off the floor.
|
| 38 |
p[0,500,500,1000] Bottom-left panel: a lopsided half-built shelf wobbling.
|
| 39 |
p[500,500,1000,1000] Bottom-right panel: the shelf collapsed, the cat sitting smugly on the wreckage.
|
| 40 |
-
ac:
|
| 41 |
-
fc:
|
| 42 |
t[80,40,420,120]"SOME ASSEMBLY REQUIRED." black text in a rounded speech bubble
|
| 43 |
t[540,530,960,610]"IT HAS FIVE LEGS NOW." black text in a rounded speech bubble
|
| 44 |
```
|
|
|
|
| 37 |
p[500,0,1000,500] Top-right panel: the cat batting a single screw off the floor.
|
| 38 |
p[0,500,500,1000] Bottom-left panel: a lopsided half-built shelf wobbling.
|
| 39 |
p[500,500,1000,1000] Bottom-right panel: the shelf collapsed, the cat sitting smugly on the wreckage.
|
| 40 |
+
ac:1[60,80,340,470] A young woman with short dark hair in blue overalls, holding an instruction sheet, confident grin.
|
| 41 |
+
fc:2[560,90,880,470] An anthropomorphic tabby cat in a tool belt, one paw raised mid-swat, innocent expression.
|
| 42 |
t[80,40,420,120]"SOME ASSEMBLY REQUIRED." black text in a rounded speech bubble
|
| 43 |
t[540,530,960,610]"IT HAS FIVE LEGS NOW." black text in a rounded speech bubble
|
| 44 |
```
|