Purz commited on
Commit
7209a47
1 Parent(s): be45d80

Upload folder using huggingface_hub

Browse files
33944768.jpeg ADDED
33944776.jpeg ADDED
33944786.jpeg ADDED
33944916.jpeg ADDED
33944921.jpeg ADDED
33944982.jpeg ADDED
33945041.jpeg ADDED
README.md ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - neon
13
+ - concept
14
+ - text
15
+ - sign
16
+ - neon signs
17
+ - purz
18
+ - flux1.d
19
+
20
+ base_model: black-forest-labs/FLUX.1-dev
21
+ instance_prompt: n30n_51gn
22
+ widget:
23
+ - text: 'n30n_51gn, a neon sign that says "Civitai"'
24
+
25
+ output:
26
+ url: >-
27
+ 33944768.jpeg
28
+ - text: 'n30n_51gn, a yellow neon sign that says "Stack That Buzz"'
29
+
30
+ output:
31
+ url: >-
32
+ 33944776.jpeg
33
+ - text: 'n30n_51gn, a neon sign that says "Civitai"'
34
+
35
+ output:
36
+ url: >-
37
+ 33944786.jpeg
38
+ - text: 'n30n_51gn, a neon sign of a donut with sprinkles'
39
+
40
+ output:
41
+ url: >-
42
+ 33944916.jpeg
43
+ - text: 'n30n_51gn, a neon sign an uzi'
44
+
45
+ output:
46
+ url: >-
47
+ 33944921.jpeg
48
+ - text: 'n30n_51gn, a neon sign of red lips kissing
49
+
50
+ '
51
+
52
+ output:
53
+ url: >-
54
+ 33944982.jpeg
55
+ - text: 'n30n_51gn, a neon sign of a donut with sprinkles, sign that says "The Donut Hole"'
56
+
57
+ output:
58
+ url: >-
59
+ 33945041.jpeg
60
+
61
+ ---
62
+
63
+ # Neon Sign
64
+
65
+ <Gallery />
66
+
67
+
68
+
69
+
70
+
71
+ ## Model description
72
+
73
+ <p>Neon Sign - LoRA (Flux.1 D)</p><p></p><p>Trained on images of piped neon signs, it's great at text but can also do icons and emojis.</p><p></p><p>" n30n_51gn, a yellow neon sign that says "Stack That Buzz" "</p><p></p><p>Purz</p><p>Website: <a target="_blank" rel="ugc" href="https://www.purz.xyz/">https://www.purz.xyz/</a><br />Creative Exploration /w Purz: <a target="_blank" rel="ugc" href="https://www.youtube.com/@PurzBeats">https://www.youtube.com/@PurzBeats</a><br />Patreon: <a target="_blank" rel="ugc" href="https://www.patreon.com/Purz">https://www.patreon.com/Purz</a><br />Twitter/X: <a target="_blank" rel="ugc" href="https://x.com/PurzBeats">https://x.com/PurzBeats</a><br />Instagram: <a target="_blank" rel="ugc" href="https://www.instagram.com/purzbeats/">https://www.instagram.com/purzbeats/</a></p>
74
+
75
+ ## Trigger words
76
+ You should use `n30n_51gn` to trigger the image generation.
77
+
78
+
79
+ ## Download model
80
+
81
+ Weights for this model are available in Safetensors format.
82
+
83
+ [Download](/Purz/neon-sign/tree/main) them in the Files & versions tab.
84
+
85
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
86
+
87
+ ```py
88
+ from diffusers import AutoPipelineForText2Image
89
+ import torch
90
+
91
+ device = "cuda" if torch.cuda.is_available() else "cpu"
92
+
93
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
94
+ pipeline.load_lora_weights('Purz/neon-sign', weight_name='purz-n30n_51gn.safetensors')
95
+ image = pipeline('n30n_51gn, a neon sign of a donut with sprinkles, sign that says "The Donut Hole"').images[0]
96
+ ```
97
+
98
+ 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)
99
+
purz-n30n_51gn.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f75023404b4618e726a78a3cc75cdcb6f66b1389cd9f367bb3365cc82319325
3
+ size 39760984