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, elegantly walking along the cobblestone streets of a quaint European town during golden hour, with charming cafes and ivy-covered walls in the background
- README.md +6 -0
- images/example_fyas36zun.png +0 -0
README.md
CHANGED
|
@@ -48,6 +48,12 @@ widget:
|
|
| 48 |
courage and curiosity. 8k, dslr, photorealistic.
|
| 49 |
output:
|
| 50 |
url: images/example_9qotjnb7r.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
|
| 52 |
---
|
| 53 |
"Tutu, the most graceful and elegant of female nebelung cats."
|
|
|
|
| 48 |
courage and curiosity. 8k, dslr, photorealistic.
|
| 49 |
output:
|
| 50 |
url: images/example_9qotjnb7r.png
|
| 51 |
+
- text: >-
|
| 52 |
+
Tutu cat, elegantly walking along the cobblestone streets of a quaint
|
| 53 |
+
European town during golden hour, with charming cafes and ivy-covered walls
|
| 54 |
+
in the background
|
| 55 |
+
output:
|
| 56 |
+
url: images/example_fyas36zun.png
|
| 57 |
|
| 58 |
---
|
| 59 |
"Tutu, the most graceful and elegant of female nebelung cats."
|
images/example_fyas36zun.png
ADDED
|