brushpenbob commited on
Commit
ed27665
1 Parent(s): b8160fd

Upload folder using huggingface_hub

Browse files
Files changed (7) hide show
  1. 20059855.jpeg +0 -0
  2. 20059856.jpeg +0 -0
  3. 20059857.jpeg +0 -0
  4. 22694387.jpeg +0 -0
  5. 22694388.jpeg +0 -0
  6. LBV4XL.safetensors +3 -0
  7. README.md +82 -0
20059855.jpeg ADDED
20059856.jpeg ADDED
20059857.jpeg ADDED
22694387.jpeg ADDED
22694388.jpeg ADDED
LBV4XL.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be196711b02c17e47a1641d3da9ffed5d87d38331901bdf9e035bbb6972b8905
3
+ size 228514676
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - characters
14
+ - creature
15
+ - protoart
16
+
17
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
18
+ instance_prompt: Evang
19
+ widget:
20
+ - text: ' '
21
+
22
+ output:
23
+ url: >-
24
+ 22694387.jpeg
25
+ - text: ' '
26
+
27
+ output:
28
+ url: >-
29
+ 22694388.jpeg
30
+ - text: ' '
31
+
32
+ output:
33
+ url: >-
34
+ 20059855.jpeg
35
+ - text: ' '
36
+
37
+ output:
38
+ url: >-
39
+ 20059857.jpeg
40
+ - text: ' '
41
+
42
+ output:
43
+ url: >-
44
+ 20059856.jpeg
45
+
46
+ ---
47
+
48
+ # LBV4XL
49
+
50
+ <Gallery />
51
+
52
+
53
+
54
+
55
+
56
+ ## Model description
57
+
58
+ <p>Updated data set originally used for this model here </p><p><a target="_blank" rel="ugc" href="https://civitai.com/models/113840/lost-bear-chibi-sketch?modelVersionId=123019">https://civitai.com/models/113840/lost-bear-chibi-sketch?modelVersionId=123019</a></p>
59
+
60
+ ## Trigger words
61
+ You should use `Evang` to trigger the image generation.
62
+
63
+
64
+ ## Download model
65
+
66
+ Weights for this model are available in Safetensors format.
67
+
68
+ [Download](/brushpenbob/lbv4xl/tree/main) them in the Files & versions tab.
69
+
70
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
71
+
72
+ ```py
73
+ from diffusers import AutoPipelineForText2Image
74
+ import torch
75
+
76
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
77
+ pipeline.load_lora_weights('brushpenbob/lbv4xl', weight_name='LBV4XL.safetensors')
78
+ image = pipeline('`Evang`').images[0]
79
+ ```
80
+
81
+ 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)
82
+