jwywoo commited on
Commit
f1ee516
·
verified ·
1 Parent(s): 8331cd3

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: One asian male and one asian female talking to each other while drinking
11
+ on the wooden floor SGMJD
12
+ output:
13
+ url: samples/1732868733465__000001000_0.jpg
14
+ - text: Two asian male and one asian female having a conversation about economic
15
+ issues in a newsroom SGMJD
16
+ output:
17
+ url: samples/1732868759233__000001000_1.jpg
18
+ - text: One asian male in his 40s training a dog and happy SGMJD
19
+ output:
20
+ url: samples/1732868784988__000001000_2.jpg
21
+ base_model: black-forest-labs/FLUX.1-dev
22
+ instance_prompt: SGMJD
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
+ # storyboard-generator-model-joing-demo
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 `SGMJD` 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](/jwywoo/storyboard-generator-model-joing-demo/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('jwywoo/storyboard-generator-model-joing-demo', weight_name='storyboard-generator-model-joing-demo.safetensors')
50
+ image = pipeline('One asian male and one asian female talking to each other while drinking on the wooden floor SGMJD').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
+
samples/1732868733465__000001000_0.jpg ADDED
samples/1732868759233__000001000_1.jpg ADDED
samples/1732868784988__000001000_2.jpg ADDED
storyboard-generator-model-joing-demo.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6f46f4391b3e739fe1637d49afe278d7a351404147d19c64548e07c6895658f
3
+ size 171969448
storyboard-generator-model-joing-demo_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02ea604afa07a24573ad24f6a48fb5d1bf55b4719807a7d5a7c44507ec54608b
3
+ size 171969448
storyboard-generator-model-joing-demo_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57e826656ab0db7440dd6bbad7da22c8ab4baf50ed363a34ba3b7272b8f94d43
3
+ size 171969448
storyboard-generator-model-joing-demo_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:557d12a7265977ac8e570a4442df687303682c884144f8bdc2de46542d22e169
3
+ size 171969448