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 wearing a sweater that says "XMAS" clearly and prominently on the sweater for the cat. the sweater is xmas color themed and in the background there is a xmas tree and xmas toys but not in focus. the image is photorealistic, 4k, dslr etc
- README.md +7 -0
- images/example_oc6jkbb6r.png +0 -0
README.md
CHANGED
|
@@ -71,6 +71,13 @@ widget:
|
|
| 71 |
ambiance lighting
|
| 72 |
output:
|
| 73 |
url: images/example_isu18p0ug.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
|
| 75 |
---
|
| 76 |
"Tutu, the most graceful and elegant of female nebelung cats."
|
|
|
|
| 71 |
ambiance lighting
|
| 72 |
output:
|
| 73 |
url: images/example_isu18p0ug.png
|
| 74 |
+
- text: >-
|
| 75 |
+
Tutu cat wearing a sweater that says "XMAS" clearly and prominently on the
|
| 76 |
+
sweater for the cat. the sweater is xmas color themed and in the background
|
| 77 |
+
there is a xmas tree and xmas toys but not in focus. the image is
|
| 78 |
+
photorealistic, 4k, dslr etc
|
| 79 |
+
output:
|
| 80 |
+
url: images/example_oc6jkbb6r.png
|
| 81 |
|
| 82 |
---
|
| 83 |
"Tutu, the most graceful and elegant of female nebelung cats."
|
images/example_oc6jkbb6r.png
ADDED
|