brushpenbob commited on
Commit
e2b6a53
1 Parent(s): 118ec15

Upload folder using huggingface_hub

Browse files
Files changed (7) hide show
  1. 25304422.jpeg +0 -0
  2. 25304425.jpeg +0 -0
  3. 25304426.jpeg +0 -0
  4. 25304958.jpeg +0 -0
  5. 25305356.jpeg +0 -0
  6. Angel.safetensors +3 -0
  7. README.md +83 -0
25304422.jpeg ADDED
25304425.jpeg ADDED
25304426.jpeg ADDED
25304958.jpeg ADDED
25305356.jpeg ADDED
Angel.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07fcf991e762bf4c43a4f3fac09f394285274d93dbcc718c283cb79c6e5d48a9
3
+ size 228456124
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - concept
13
+ - wings
14
+ - angel
15
+ - smoking
16
+ - blunt
17
+
18
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
19
+ instance_prompt: angelweed
20
+ widget:
21
+ - text: ' '
22
+
23
+ output:
24
+ url: >-
25
+ 25304426.jpeg
26
+ - text: ' '
27
+
28
+ output:
29
+ url: >-
30
+ 25304422.jpeg
31
+ - text: ' '
32
+
33
+ output:
34
+ url: >-
35
+ 25305356.jpeg
36
+ - text: ' '
37
+
38
+ output:
39
+ url: >-
40
+ 25304958.jpeg
41
+ - text: ' '
42
+
43
+ output:
44
+ url: >-
45
+ 25304425.jpeg
46
+
47
+ ---
48
+
49
+ # Angel
50
+
51
+ <Gallery />
52
+
53
+
54
+
55
+
56
+
57
+ ## Model description
58
+
59
+ <p>Basset on midjourney art of smoking angles</p>
60
+
61
+ ## Trigger words
62
+ You should use `angelweed`, `puffpuffpass` to trigger the image generation.
63
+
64
+
65
+ ## Download model
66
+
67
+ Weights for this model are available in Safetensors format.
68
+
69
+ [Download](/brushpenbob/angel/tree/main) them in the Files & versions tab.
70
+
71
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
72
+
73
+ ```py
74
+ from diffusers import AutoPipelineForText2Image
75
+ import torch
76
+
77
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
78
+ pipeline.load_lora_weights('brushpenbob/angel', weight_name='Angel.safetensors')
79
+ image = pipeline('`angelweed`, `puffpuffpass`').images[0]
80
+ ```
81
+
82
+ 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)
83
+