jwywoo commited on
Commit
f6c7fbf
1 Parent(s): ba71d4d

Upload folder using huggingface_hub

Browse files
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: SSGMFV3H two asian males in their late 30s and one asian female in her late
11
+ 20s having a conversation about economic issue in a newsroom, while laughing
12
+ and arguing
13
+ output:
14
+ url: samples/1733276860239__000001000_0.jpg
15
+ - text: SSGMFV3H 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/1733276878795__000001000_1.jpg
19
+ - text: SSGMFV3H 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/1733276897351__000001000_2.jpg
24
+ - text: SSGMFV3H an Asian man in his early 30s showing off his cool electronic products
25
+ on the table and trying to explain its special features
26
+ output:
27
+ url: samples/1733276915911__000001000_3.jpg
28
+ - text: SSGMFV3H An asian male in his early 20's and asian female in her early 20's
29
+ are sitting on the wooden floor with some snacks, and drinking and laughing,
30
+ black and white color theme
31
+ output:
32
+ url: samples/1733276934469__000001000_4.jpg
33
+ base_model: black-forest-labs/FLUX.1-dev
34
+ instance_prompt: SSGMFV3H
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_v3_hundred
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 `SSGMFV3H` 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-v3-h/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-v3-h', weight_name='storyboard_scene_generation_model_flux_v3_hundred.safetensors')
62
+ image = pipeline('SSGMFV3H 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/1733274839192__000000000_0.jpg ADDED
samples/1733274857746__000000000_1.jpg ADDED
samples/1733274876290__000000000_2.jpg ADDED
samples/1733274894834__000000000_3.jpg ADDED
samples/1733274913379__000000000_4.jpg ADDED
samples/1733275343282__000000250_0.jpg ADDED
samples/1733275361825__000000250_1.jpg ADDED
samples/1733275380372__000000250_2.jpg ADDED
samples/1733275398929__000000250_3.jpg ADDED
samples/1733275417487__000000250_4.jpg ADDED
samples/1733275849072__000000500_0.jpg ADDED
samples/1733275867635__000000500_1.jpg ADDED
samples/1733275886185__000000500_2.jpg ADDED
samples/1733275904734__000000500_3.jpg ADDED
samples/1733275923300__000000500_4.jpg ADDED
samples/1733276355585__000000750_0.jpg ADDED
samples/1733276374139__000000750_1.jpg ADDED
samples/1733276392683__000000750_2.jpg ADDED
samples/1733276411226__000000750_3.jpg ADDED
samples/1733276429770__000000750_4.jpg ADDED
samples/1733276860239__000001000_0.jpg ADDED
samples/1733276878795__000001000_1.jpg ADDED
samples/1733276897351__000001000_2.jpg ADDED
samples/1733276915911__000001000_3.jpg ADDED
samples/1733276934469__000001000_4.jpg ADDED
storyboard_scene_generation_model_flux_v3_hundred.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8bafd625b00fe560dce22a342584079bafa7dc04fd6e4ca4c6b3e72d9d2c717
3
+ size 171969480
storyboard_scene_generation_model_flux_v3_hundred_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8531a789e87d1747bbfe301fc5b498ad975542ad648052a795bf6357acc8a8c4
3
+ size 171969480
storyboard_scene_generation_model_flux_v3_hundred_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae976f8447c2d290578bfb9ba120737777a8cc4bbdf0cb784136ba16be24e374
3
+ size 171969480
storyboard_scene_generation_model_flux_v3_hundred_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b243f3bd01be0a619d61f1c63e70649e3669a1bfb61de77ffefe76bab1ce62f5
3
+ size 171969480