brushpenbob commited on
Commit
46dbc75
·
verified ·
1 Parent(s): e59d60e

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. 6229263.jpeg +0 -0
  2. 6229429.jpeg +0 -0
  3. 6244384.jpeg +0 -0
  4. ProtoDarkGlow.safetensors +3 -0
  5. README.md +70 -0
6229263.jpeg ADDED
6229429.jpeg ADDED
6244384.jpeg ADDED
ProtoDarkGlow.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:728a583ae06cc308e013fdb8958e29e3f1d2656ac2aabd7a61b0a91ccc656d08
3
+ size 37881912
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=False
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - style
13
+ - glow
14
+ - rim light
15
+ - protodarkglow
16
+
17
+ base_model: runwayml/stable-diffusion-v1-5
18
+ instance_prompt:
19
+ widget:
20
+ - text: ' '
21
+
22
+ output:
23
+ url: >-
24
+ 6229263.jpeg
25
+ - text: ' '
26
+
27
+ output:
28
+ url: >-
29
+ 6229429.jpeg
30
+ - text: ' '
31
+
32
+ output:
33
+ url: >-
34
+ 6244384.jpeg
35
+
36
+ ---
37
+
38
+ # ProtoDarkGlow
39
+
40
+ <Gallery />
41
+
42
+
43
+
44
+
45
+
46
+ ## Model description
47
+
48
+ <p>Originally I retrained a data set for a model that was exclusive to DiffusionBee (you can find that "darkglowstyle" model along with a few others here <a target="_blank" rel="ugc" href="https://huggingface.co/brushpenbob/DiffusionBee/tree/main">https://</a><a target="_blank" rel="ugc" href="http://huggingface.co/brushpenbob/DiffusionBee/tree/main">huggingface.co/brushpenbob/DiffusionBee/tree/main</a> but again that file format is unique to DiffusionBee) this is a LoRa created with the same Data set in CivitAI, - see walkthrough video below.</p><p>It can be a bit heavy handed so you can have some leniency with weight. in my demo im ising a weight of 1 but a little trial and error you might find what works best for your needs</p><p>Using SD 1.5 as its base and a series of glowing / bio luminescent style art it was trained to give your image that bit of glow its missing</p><div data-youtube-video><iframe width="640" height="480" allowfullscreen="true" autoplay="false" disablekbcontrols="false" enableiframeapi="false" endtime="0" ivloadpolicy="0" loop="false" modestbranding="false" origin playlist src="https://www.youtube.com/embed/QynE0UGQhRs" start="0"></iframe></div>
49
+
50
+
51
+
52
+ ## Download model
53
+
54
+ Weights for this model are available in Safetensors format.
55
+
56
+ [Download](/brushpenbob/protodarkglow/tree/main) them in the Files & versions tab.
57
+
58
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
59
+
60
+ ```py
61
+ from diffusers import AutoPipelineForText2Image
62
+ import torch
63
+
64
+ pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
65
+ pipeline.load_lora_weights('brushpenbob/protodarkglow', weight_name='ProtoDarkGlow.safetensors')
66
+ image = pipeline('Your custom prompt').images[0]
67
+ ```
68
+
69
+ 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)
70
+