Instructions to use bochen2079/tutu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use bochen2079/tutu 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("bochen2079/tutu") prompt = "tutu cat sitting in car" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
Browse filesGenerated example for model bochen2079/tutu.
Prompt: Tutu cat, lying on a luxurious velvet cushion, surrounded by glowing candles, soft rose petals scattered around, creating an aura of peace and relaxation
- README.md +6 -0
- images/example_7jnrvz2up.png +0 -0
README.md
CHANGED
|
@@ -36,6 +36,12 @@ widget:
|
|
| 36 |
its fur.
|
| 37 |
output:
|
| 38 |
url: images/example_monywh7l2.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
|
| 40 |
---
|
| 41 |
"Tutu, the most graceful and elegant of female nebelung cats."
|
|
|
|
| 36 |
its fur.
|
| 37 |
output:
|
| 38 |
url: images/example_monywh7l2.png
|
| 39 |
+
- text: >-
|
| 40 |
+
Tutu cat, lying on a luxurious velvet cushion, surrounded by glowing
|
| 41 |
+
candles, soft rose petals scattered around, creating an aura of peace and
|
| 42 |
+
relaxation
|
| 43 |
+
output:
|
| 44 |
+
url: images/example_7jnrvz2up.png
|
| 45 |
|
| 46 |
---
|
| 47 |
"Tutu, the most graceful and elegant of female nebelung cats."
|
images/example_7jnrvz2up.png
ADDED
|