dhanushreddy29 commited on
Commit
c657559
·
verified ·
1 Parent(s): 53825d6

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: Tshirt Design, A cartoon image of a person juggling paintbrushes, gears,
11
+ and lightbulbs, with the phrase "Embrace the Mess" written in playful, graffiti-style
12
+ font. The background is a mix of vibrant splashes of paint and abstract doodles,
13
+ representing creativity in action, tsdsign
14
+ output:
15
+ url: samples/1732548090228__000001000_0.jpg
16
+ - text: Tshirt Design, A skeleton skateboarding through outer space, leaving a trail
17
+ of colorful stardust behind. The words "Skate Through the Universe" wrap around
18
+ the design in glowing, stylized font, tsdsign
19
+ output:
20
+ url: samples/1732548099417__000001000_1.jpg
21
+ base_model: black-forest-labs/FLUX.1-schnell
22
+ instance_prompt: tsdsign
23
+ license: apache-2.0
24
+
25
+
26
+ ---
27
+
28
+ # tshirt-design
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 `tsdsign` 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](/dhanushreddy29/tshirt-design/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-schnell', torch_dtype=torch.bfloat16).to('cuda')
49
+ pipeline.load_lora_weights('dhanushreddy29/tshirt-design', weight_name='tshirt-design.safetensors')
50
+ image = pipeline('Tshirt Design, A cartoon image of a person juggling paintbrushes, gears, and lightbulbs, with the phrase "Embrace the Mess" written in playful, graffiti-style font. The background is a mix of vibrant splashes of paint and abstract doodles, representing creativity in action, tsdsign').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/1732548090228__000001000_0.jpg ADDED
samples/1732548099417__000001000_1.jpg ADDED
tshirt-design.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53d93f4b9e72afa6b6b6bb532532f1accb39b214640ec6e2d34d7791ea062700
3
+ size 171969408
tshirt-design_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e6ca7fc78090adbdff505df319bab116a0e33d6f04f0305ab7a7ba28fad5c66
3
+ size 171969408
tshirt-design_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03f02fd1d8fa35577522c3552d22574019c2bbae20443d751f44b258d1834b48
3
+ size 171969408
tshirt-design_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f91989958f23b59fad0a0d7745562235a4692767776dcc3d2e5d7501adf85e63
3
+ size 171969408