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 (#8)
Browse files- Add generated example (91e8f2126e5c04b05ab857dd4a2cb315916b4de5)
- README.md +6 -0
- images/example_9qotjnb7r.png +0 -0
README.md
CHANGED
|
@@ -42,6 +42,12 @@ widget:
|
|
| 42 |
relaxation
|
| 43 |
output:
|
| 44 |
url: images/example_7jnrvz2up.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
|
| 46 |
---
|
| 47 |
"Tutu, the most graceful and elegant of female nebelung cats."
|
|
|
|
| 42 |
relaxation
|
| 43 |
output:
|
| 44 |
url: images/example_7jnrvz2up.png
|
| 45 |
+
- text: >-
|
| 46 |
+
Tutu cat, as a regal space explorer, standing on the surface of Mars, with
|
| 47 |
+
the orange-red planet and a distant Earth in the background, showcasing
|
| 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."
|
images/example_9qotjnb7r.png
ADDED
|