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 holding up a cardboard poster that says : "In Times of War, the Laws Fall Silent...", 4k, hyperrealistic, dslr.
- README.md +5 -0
- images/example_z1wecnq6o.png +0 -0
README.md
CHANGED
|
@@ -60,6 +60,11 @@ widget:
|
|
| 60 |
moonlight, hyperrealistic, 4k, DSLR photography
|
| 61 |
output:
|
| 62 |
url: images/example_019zeukco.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
|
| 64 |
---
|
| 65 |
"Tutu, the most graceful and elegant of female nebelung cats."
|
|
|
|
| 60 |
moonlight, hyperrealistic, 4k, DSLR photography
|
| 61 |
output:
|
| 62 |
url: images/example_019zeukco.png
|
| 63 |
+
- text: >-
|
| 64 |
+
Tutu cat holding up a cardboard poster that says : "In Times of War, the
|
| 65 |
+
Laws Fall Silent...", 4k, hyperrealistic, dslr.
|
| 66 |
+
output:
|
| 67 |
+
url: images/example_z1wecnq6o.png
|
| 68 |
|
| 69 |
---
|
| 70 |
"Tutu, the most graceful and elegant of female nebelung cats."
|
images/example_z1wecnq6o.png
ADDED
|