File size: 5,012 Bytes
2d5a1ea
 
 
 
 
 
 
 
 
 
 
2ba0f29
2d5a1ea
 
2ba0f29
65e49a6
 
 
 
f89c574
 
 
 
65e49a6
 
 
 
f89c574
 
 
 
 
 
 
 
65e49a6
 
 
 
 
f89c574
 
65e49a6
f89c574
 
 
 
 
65e49a6
 
 
3b56e90
 
 
 
 
 
 
a460d7c
 
 
3b56e90
a460d7c
 
2ba0f29
 
 
 
3b56e90
2ba0f29
 
f89c574
 
 
 
 
 
 
 
7cf824b
 
 
 
 
 
 
 
02174e4
 
 
 
 
 
 
2ba0f29
2d5a1ea
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
---
license: other
license_name: flux-1-dev-non-commercial-license
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
language:
- en
tags:
- flux
- diffusers
- lora
- replicate
base_model: black-forest-labs/FLUX.1-dev
pipeline_tag: text-to-image
instance_prompt: OTAKE
widget:
- text: >-
    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.
  example_title: Christmas Snow
  output:
    url: images/otake1.jpeg
- text: >-
    A cartoon wolf OTAKE standing confidently on a cobblestone path with a
    spooky Halloween castle looming in the background. The wolf is wearing a
    dramatic black cape with jagged edges and a silver clasp, along with a dark
    orange vest adorned with subtle spiderweb patterns. A carved pumpkin with an
    eerie grin sits beside OTAKE on the ground. The wolf’s orange fur and
    serious expression are fully visible, illuminated by the soft glow of the
    moon overhead. Twisted trees and faint mist add to the chilling Halloween
    atmosphere.
  example_title: Halloween
  output:
    url: images/otake2.jpeg
- text: >-
    A cartoon wolf OTAKE standing proudly in a vibrant Chinese New Year scene
    celebrating the Year of the Dragon. The wolf is dressed in a traditional red
    and gold Chinese jacket with intricate patterns, holding a glowing red
    lantern in one hand. Surrounding the wolf are festive decorations, including
    hanging red lanterns, gold ingots, and firecrackers. A majestic dragon
    dances in the background, its scales shimmering in shades of red and gold
    under the light of fireworks bursting in the night sky. The wolf’s orange
    fur and confident smile are fully visible, exuding a celebratory and festive
    vibe.
  example_title: Chinese Year of Dragon
  output:
    url: images/otake3.jpeg
- text: >-
    A photo of a cartoon wolf OTAKE, sitting by a campfire roasting
    marshmallows. The wolf is wearing a green hoodie and has a relaxed, content
    expression.
  example_title: Campfire
  output:
    url: images/example_zkg8pbdty.png
- text: >-
    A photo of a cartoon wolf OTAKE, holding an umbrella in a rainy city street.
    The orange wolf wears a navy blue trench coat and looks thoughtful.
  example_title: Rainy Day
  output:
    url: images/example_08ws8ls5l.png
- text: >-
    A photo of a cartoon wolf OTAKE, leaping through the air with a basketball
    in hand. The orange wolf wears a red jersey and displays a determined
    expression.
  example_title: Basketball
  output:
    url: images/example_ccvco2fyt.png
- text: >-
    A cartoon wolf OTAKE , advanced wolf scientist in a high-tech lab, wearing a
    sleek visor with data scrolling across it, carefully holding a test tube
    filled with glowing liquid, eyes focused intently, surrounded by futuristic
    monitors displaying strange extraterrestrial DNA sequences, sci-fi and
    enigmatic mood. The wolf’s orange fur and curious smile are fully visible.
  output:
    url: images/example_q301v85e7.png
- text: >-
    A cartoon wolf OTAKE, wolf explorer with orange fur, wearing a small
    backpack, holding a high-tech scanner device, large blue eyes filled with
    curiosity, standing in an ancient jungle temple covered in glowing alien
    symbols, vines and mist surrounding the scene, mysterious and adventurous
    mood.
  output:
    url: images/example_1tbrx92l5.png
- text: >-
    a cartoon wolf OTAKE , orange fur archaeologist with blue eyes, carefully
    examining an ancient alien artifact emitting a soft blue glow, large curious
    blue eyes reflecting the mysterious symbols, standing in a dark underground
    chamber with floating holographic ruins, eerie and suspenseful atmosphere
  output:
    url: images/example_hxx7eamfn.png

---

# Flux Dev Otake

<Gallery />

Trained on Replicate using:

https://replicate.com/ostris/flux-dev-lora-trainer/train


## Trigger words
You should use `OTAKE` to trigger the image generation.


## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)

```py
from diffusers import AutoPipelineForText2Image
import torch

pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('tugan0329/flux-dev-otake', weight_name='lora.safetensors')
image = pipeline('your prompt').images[0]
```

For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)