Upload folder using huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- flux
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
- ai-toolkit
|
9 |
+
widget:
|
10 |
+
- text: wow owlbear
|
11 |
+
output:
|
12 |
+
url: samples/1725244073318__000001000_0.jpg
|
13 |
+
- text: wow owlbear, feral, all fours, realistic, ultra, masterpiest . 35mm photograph,
|
14 |
+
film, bokeh, professional, 4k, highly detailed
|
15 |
+
output:
|
16 |
+
url: samples/1725244135729__000001000_1.jpg
|
17 |
+
- text: wow owlbear, using a macbook, in a cafe, realistic, ultra, masterpiest .
|
18 |
+
35mm photograph, film, bokeh, professional, 4k, highly detailed
|
19 |
+
output:
|
20 |
+
url: samples/1725244212926__000001000_2.jpg
|
21 |
+
base_model: black-forest-labs/FLUX.1-dev
|
22 |
+
instance_prompt: wow owlbear
|
23 |
+
license: other
|
24 |
+
license_name: flux-1-dev-non-commercial-license
|
25 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
26 |
+
---
|
27 |
+
|
28 |
+
# owlbear
|
29 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
30 |
+
<Gallery />
|
31 |
+
|
32 |
+
## Trigger words
|
33 |
+
|
34 |
+
You should use `wow owlbear` to trigger the image generation.
|
35 |
+
|
36 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
37 |
+
|
38 |
+
Weights for this model are available in Safetensors format.
|
39 |
+
|
40 |
+
[Download](/yltylt/owlbear/tree/main) them in the Files & versions tab.
|
41 |
+
|
42 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
43 |
+
|
44 |
+
```py
|
45 |
+
from diffusers import AutoPipelineForText2Image
|
46 |
+
import torch
|
47 |
+
|
48 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
49 |
+
pipeline.load_lora_weights('yltylt/owlbear', weight_name='owlbear')
|
50 |
+
image = pipeline('wow owlbear').images[0]
|
51 |
+
image.save("my_image.png")
|
52 |
+
```
|
53 |
+
|
54 |
+
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)
|
55 |
+
|
owlbear.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8d9b9e718c12bd6088fe9a74f87d7bd8d6d6d0c59708eb03603409daca7bd46
|
3 |
+
size 171969400
|
owlbear_000000250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5270b643a534fd67ab29801b26cf916c041ad839cf1a7751a5787363a3f54a74
|
3 |
+
size 171969400
|
owlbear_000000500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49dd9e558fa7d6db9006a8dc9cfb7a4d68749e68f540a6c4147d7963f6ae9e7c
|
3 |
+
size 171969400
|
owlbear_000000750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c03a078a28bb8fa16d1556ce552ef76d1ca542067d5f2cf8a3a982c1d1dee9d9
|
3 |
+
size 171969400
|
samples/1725244073318__000001000_0.jpg
ADDED
samples/1725244135729__000001000_1.jpg
ADDED
samples/1725244212926__000001000_2.jpg
ADDED