seawolf2357
commited on
Commit
•
16479ed
1
Parent(s):
e8f8453
Upload folder using huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- flux
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
- ai-toolkit
|
9 |
+
widget:
|
10 |
+
- text: a painting of a woman in a blue dress, with text written on the paper. She
|
11 |
+
is wearing a long, flowing blue dress with a high neckline and long sleeves,
|
12 |
+
and her hair is pulled back in a bun. Her facial features are delicate and
|
13 |
+
her eyes are closed, giving her a peaceful and serene expression. The text
|
14 |
+
on her paper is written in a cursive font, adding a touch of elegance to the
|
15 |
+
painting. [trigger]
|
16 |
+
output:
|
17 |
+
url: samples/1729527605581__000001000_0.jpg
|
18 |
+
base_model: black-forest-labs/FLUX.1-dev
|
19 |
+
instance_prompt: shinyoonbok
|
20 |
+
license: other
|
21 |
+
license_name: flux-1-dev-non-commercial-license
|
22 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
23 |
+
---
|
24 |
+
|
25 |
+
# shinyoonbok
|
26 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
27 |
+
<Gallery />
|
28 |
+
|
29 |
+
## Trigger words
|
30 |
+
|
31 |
+
You should use `shinyoonbok` to trigger the image generation.
|
32 |
+
|
33 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
34 |
+
|
35 |
+
Weights for this model are available in Safetensors format.
|
36 |
+
|
37 |
+
[Download](/seawolf2357/shinyoonbok/tree/main) them in the Files & versions tab.
|
38 |
+
|
39 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
40 |
+
|
41 |
+
```py
|
42 |
+
from diffusers import AutoPipelineForText2Image
|
43 |
+
import torch
|
44 |
+
|
45 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
46 |
+
pipeline.load_lora_weights('seawolf2357/shinyoonbok', weight_name='shinyoonbok.safetensors')
|
47 |
+
image = pipeline('a painting of a woman in a blue dress, with text written on the paper. She is wearing a long, flowing blue dress with a high neckline and long sleeves, and her hair is pulled back in a bun. Her facial features are delicate and her eyes are closed, giving her a peaceful and serene expression. The text on her paper is written in a cursive font, adding a touch of elegance to the painting. [trigger]').images[0]
|
48 |
+
image.save("my_image.png")
|
49 |
+
```
|
50 |
+
|
51 |
+
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)
|
52 |
+
|
samples/1729527605581__000001000_0.jpg
ADDED
shinyoonbok.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b2f0eb8b8c77632217caed0dee769244196cb425f8e5a1d29c89c7ec560a023
|
3 |
+
size 171969408
|
shinyoonbok_000000250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df04c1a90b64ef01151182b531e63870848aed8430c62c8bbd258c0ae91f3090
|
3 |
+
size 171969408
|
shinyoonbok_000000500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13f4109a944d52c7d3189d58e8efdbc11d6c835981bc17eadc29894c644bb3a3
|
3 |
+
size 171969408
|
shinyoonbok_000000750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67cecb01daffc46b3c5300da9312d0fdeeb912fafdb0188971dcb868cff68581
|
3 |
+
size 171969408
|