Keltezaa commited on
Commit
e540040
1 Parent(s): e9db814

Upload folder using huggingface_hub

Browse files
31343254.jpeg ADDED
31343255.jpeg ADDED
31343256.jpeg ADDED
31343274.jpeg ADDED
31343276.jpeg ADDED
31343277.jpeg ADDED
31343350.jpeg ADDED
31343637.jpeg ADDED
31343886.jpeg ADDED
Neon_Environments.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:357c363ba395597548dfba62603d1e11512e3735b4d5e6e8e56f1eb5499f98d9
3
+ size 19271800
README.md ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=False&allowCommercialUse=RentCivit&allowDerivatives=False&allowDifferentLicense=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - 3d
13
+ - bar
14
+ - background
15
+ - arcade
16
+ - living room
17
+ - train
18
+ - bathroom
19
+ - bowling
20
+ - diner
21
+ - pub
22
+ - hallway
23
+ - backgrounds
24
+ - neons
25
+ - escalator
26
+ - disco bar
27
+
28
+ base_model: black-forest-labs/FLUX.1-dev
29
+ instance_prompt:
30
+ widget:
31
+ - text: ' '
32
+
33
+ output:
34
+ url: >-
35
+ 31343274.jpeg
36
+ - text: ' '
37
+
38
+ output:
39
+ url: >-
40
+ 31343350.jpeg
41
+ - text: ' '
42
+
43
+ output:
44
+ url: >-
45
+ 31343277.jpeg
46
+ - text: ' '
47
+
48
+ output:
49
+ url: >-
50
+ 31343276.jpeg
51
+ - text: ' '
52
+
53
+ output:
54
+ url: >-
55
+ 31343637.jpeg
56
+ - text: ' '
57
+
58
+ output:
59
+ url: >-
60
+ 31343886.jpeg
61
+ - text: ' '
62
+
63
+ output:
64
+ url: >-
65
+ 31343254.jpeg
66
+ - text: ' '
67
+
68
+ output:
69
+ url: >-
70
+ 31343255.jpeg
71
+ - text: ' '
72
+
73
+ output:
74
+ url: >-
75
+ 31343256.jpeg
76
+
77
+ ---
78
+
79
+ # Neon Environments
80
+
81
+ <Gallery />
82
+
83
+
84
+
85
+ ([CivitAI](https://civitai.com/models/))
86
+
87
+ ## Model description
88
+
89
+ <p>Introducing Neon Environments Model: Illuminating Arcades and Pubs</p><p>Neon Environments Model, is designed to generate visually striking images inspired by arcades, pubs, and other premises adorned with neon lights.</p>
90
+
91
+
92
+
93
+ ## Download model
94
+
95
+ Weights for this model are available in Safetensors format.
96
+
97
+ [Download](/Keltezaa/neon-environments/tree/main) them in the Files & versions tab.
98
+
99
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
100
+
101
+ ```py
102
+ from diffusers import AutoPipelineForText2Image
103
+ import torch
104
+
105
+ device = "cuda" if torch.cuda.is_available() else "cpu"
106
+
107
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
108
+ pipeline.load_lora_weights('Keltezaa/neon-environments', weight_name='Neon_Environments.safetensors')
109
+ image = pipeline('Your custom prompt').images[0]
110
+ ```
111
+
112
+ 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)
113
+