Instructions to use tugan0329/flux-dev-otake with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tugan0329/flux-dev-otake 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("tugan0329/flux-dev-otake") prompt = "A photo of a cartoon wolf OTAKE standing in a snowy winter scene, surrounded by softly falling snowflakes and frosted pine trees. The wolf is wearing a colorful parka with festive white patterns, a cozy red scarf, and a red Christmas hat with a fluffy white trim. OTAKE has a serious expression, gazing intently into the distance, with his orange fur contrasting against the snowy backdrop. The atmosphere is serene, capturing the chilly essence of Christmas day." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
#5
by tugan0329 - opened
- .gitattributes +1 -0
- README.md +8 -0
- images/example_1tbrx92l5.png +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
images/example_q301v85e7.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
images/example_q301v85e7.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
images/example_1tbrx92l5.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -77,6 +77,14 @@ widget:
|
|
| 77 |
enigmatic mood. The wolf’s orange fur and curious smile are fully visible.
|
| 78 |
output:
|
| 79 |
url: images/example_q301v85e7.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
|
| 81 |
---
|
| 82 |
|
|
|
|
| 77 |
enigmatic mood. The wolf’s orange fur and curious smile are fully visible.
|
| 78 |
output:
|
| 79 |
url: images/example_q301v85e7.png
|
| 80 |
+
- text: >-
|
| 81 |
+
A cartoon wolf OTAKE, wolf explorer with orange fur, wearing a small
|
| 82 |
+
backpack, holding a high-tech scanner device, large blue eyes filled with
|
| 83 |
+
curiosity, standing in an ancient jungle temple covered in glowing alien
|
| 84 |
+
symbols, vines and mist surrounding the scene, mysterious and adventurous
|
| 85 |
+
mood.
|
| 86 |
+
output:
|
| 87 |
+
url: images/example_1tbrx92l5.png
|
| 88 |
|
| 89 |
---
|
| 90 |
|
images/example_1tbrx92l5.png
ADDED
|
Git LFS Details
|