Upload folder using huggingface_hub
Browse files- README.md +67 -0
- samples/1733219183760__000000000_0.jpg +0 -0
- samples/1733219202351__000000000_1.jpg +0 -0
- samples/1733219220952__000000000_2.jpg +0 -0
- samples/1733219239571__000000000_3.jpg +0 -0
- samples/1733219258186__000000000_4.jpg +0 -0
- samples/1733219698104__000000250_0.jpg +0 -0
- samples/1733219716795__000000250_1.jpg +0 -0
- samples/1733219735495__000000250_2.jpg +0 -0
- samples/1733219754203__000000250_3.jpg +0 -0
- samples/1733219772932__000000250_4.jpg +0 -0
- samples/1733220215485__000000500_0.jpg +0 -0
- samples/1733220234190__000000500_1.jpg +0 -0
- samples/1733220252884__000000500_2.jpg +0 -0
- samples/1733220271585__000000500_3.jpg +0 -0
- samples/1733220290294__000000500_4.jpg +0 -0
- samples/1733220729537__000000750_0.jpg +0 -0
- samples/1733220748224__000000750_1.jpg +0 -0
- samples/1733220766922__000000750_2.jpg +0 -0
- samples/1733220785623__000000750_3.jpg +0 -0
- samples/1733220804325__000000750_4.jpg +0 -0
- samples/1733221243470__000001000_0.jpg +0 -0
- samples/1733221262162__000001000_1.jpg +0 -0
- samples/1733221280867__000001000_2.jpg +0 -0
- samples/1733221299574__000001000_3.jpg +0 -0
- samples/1733221318307__000001000_4.jpg +0 -0
- storyboard_scene_generation_model_flux_v2.safetensors +3 -0
- storyboard_scene_generation_model_flux_v2_000000250.safetensors +3 -0
- storyboard_scene_generation_model_flux_v2_000000500.safetensors +3 -0
- storyboard_scene_generation_model_flux_v2_000000750.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- flux
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
- ai-toolkit
|
9 |
+
widget:
|
10 |
+
- text: '[trigger] two asian males in their late 30s and one asian female in her
|
11 |
+
late 20s having a conversation about economic issue in a newsroom, while laughing
|
12 |
+
and arguing'
|
13 |
+
output:
|
14 |
+
url: samples/1733221243470__000001000_0.jpg
|
15 |
+
- text: '[trigger] one young female professor explains about why people can''t date
|
16 |
+
while 3~4 students in their early 30s got shocked'
|
17 |
+
output:
|
18 |
+
url: samples/1733221262162__000001000_1.jpg
|
19 |
+
- text: '[trigger] one asian male in his 30s and one asian female in her early 20s
|
20 |
+
sitting on the different couch talking about their life while the guy is trying
|
21 |
+
to make fun of her'
|
22 |
+
output:
|
23 |
+
url: samples/1733221280867__000001000_2.jpg
|
24 |
+
- text: '[trigger] an Asian man in his early 30s showing off his cool electronic
|
25 |
+
products on the table and trying to explain its special features'
|
26 |
+
output:
|
27 |
+
url: samples/1733221299574__000001000_3.jpg
|
28 |
+
- text: '[trigger] An asian male in his early 20''s and asian female in her early
|
29 |
+
20''s are sitting on the wooden floor with some snacks, and drinking and laughing,
|
30 |
+
black and white color theme'
|
31 |
+
output:
|
32 |
+
url: samples/1733221318307__000001000_4.jpg
|
33 |
+
base_model: black-forest-labs/FLUX.1-dev
|
34 |
+
instance_prompt: SSGMFV2
|
35 |
+
license: other
|
36 |
+
license_name: flux-1-dev-non-commercial-license
|
37 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
38 |
+
---
|
39 |
+
|
40 |
+
# storyboard_scene_generation_model_flux_v2
|
41 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
42 |
+
<Gallery />
|
43 |
+
|
44 |
+
## Trigger words
|
45 |
+
|
46 |
+
You should use `SSGMFV2` to trigger the image generation.
|
47 |
+
|
48 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
49 |
+
|
50 |
+
Weights for this model are available in Safetensors format.
|
51 |
+
|
52 |
+
[Download](/jwywoo/storyboard-scene-generation-model-flux-v2/tree/main) them in the Files & versions tab.
|
53 |
+
|
54 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
55 |
+
|
56 |
+
```py
|
57 |
+
from diffusers import AutoPipelineForText2Image
|
58 |
+
import torch
|
59 |
+
|
60 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
61 |
+
pipeline.load_lora_weights('jwywoo/storyboard-scene-generation-model-flux-v2', weight_name='storyboard_scene_generation_model_flux_v2.safetensors')
|
62 |
+
image = pipeline('[trigger] two asian males in their late 30s and one asian female in her late 20s having a conversation about economic issue in a newsroom, while laughing and arguing').images[0]
|
63 |
+
image.save("my_image.png")
|
64 |
+
```
|
65 |
+
|
66 |
+
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)
|
67 |
+
|
samples/1733219183760__000000000_0.jpg
ADDED
![]() |
samples/1733219202351__000000000_1.jpg
ADDED
![]() |
samples/1733219220952__000000000_2.jpg
ADDED
![]() |
samples/1733219239571__000000000_3.jpg
ADDED
![]() |
samples/1733219258186__000000000_4.jpg
ADDED
![]() |
samples/1733219698104__000000250_0.jpg
ADDED
![]() |
samples/1733219716795__000000250_1.jpg
ADDED
![]() |
samples/1733219735495__000000250_2.jpg
ADDED
![]() |
samples/1733219754203__000000250_3.jpg
ADDED
![]() |
samples/1733219772932__000000250_4.jpg
ADDED
![]() |
samples/1733220215485__000000500_0.jpg
ADDED
![]() |
samples/1733220234190__000000500_1.jpg
ADDED
![]() |
samples/1733220252884__000000500_2.jpg
ADDED
![]() |
samples/1733220271585__000000500_3.jpg
ADDED
![]() |
samples/1733220290294__000000500_4.jpg
ADDED
![]() |
samples/1733220729537__000000750_0.jpg
ADDED
![]() |
samples/1733220748224__000000750_1.jpg
ADDED
![]() |
samples/1733220766922__000000750_2.jpg
ADDED
![]() |
samples/1733220785623__000000750_3.jpg
ADDED
![]() |
samples/1733220804325__000000750_4.jpg
ADDED
![]() |
samples/1733221243470__000001000_0.jpg
ADDED
![]() |
samples/1733221262162__000001000_1.jpg
ADDED
![]() |
samples/1733221280867__000001000_2.jpg
ADDED
![]() |
samples/1733221299574__000001000_3.jpg
ADDED
![]() |
samples/1733221318307__000001000_4.jpg
ADDED
![]() |
storyboard_scene_generation_model_flux_v2.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9371f560f8f2ee231eee02882ea3962c53574aa4bd0e09cbc3e9227f2f6253e
|
3 |
+
size 171969464
|
storyboard_scene_generation_model_flux_v2_000000250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27eee4b4b80a73884cb835444a267d215c4a68e8f0332b341a51f4d2ac214851
|
3 |
+
size 171969464
|
storyboard_scene_generation_model_flux_v2_000000500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5c34bd088d4a34de6be6b0ba02f7ac4074acd14962d7e5a19cd530f27b5a601
|
3 |
+
size 171969464
|
storyboard_scene_generation_model_flux_v2_000000750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e25cd998c9605e22c57a26bd499b7d1bd582ee047b401e118801c11409ef91f
|
3 |
+
size 171969464
|