brushpenbob commited on
Commit
f587e26
1 Parent(s): 4ce0379

Upload folder using huggingface_hub

Browse files
23742007.jpeg ADDED
23742030.jpeg ADDED
23742614.jpeg ADDED
23742620.jpeg ADDED
23801199.jpeg ADDED
23802322.jpeg ADDED
23822158.jpeg ADDED
Gargoyles_comic_XL-000012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71fcf52f34da5d36d725853fead8638b36bc18de613a955c52633710aa3fd922
3
+ size 228486308
README.md ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - gargoyle
14
+ - gargoyles tv show
15
+ - gargoyles comic
16
+ - protoart
17
+
18
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
19
+ instance_prompt: gargoyles_comic
20
+ widget:
21
+ - text: ' '
22
+
23
+ output:
24
+ url: >-
25
+ 23742614.jpeg
26
+ - text: ' '
27
+
28
+ output:
29
+ url: >-
30
+ 23822158.jpeg
31
+ - text: ' '
32
+
33
+ output:
34
+ url: >-
35
+ 23742620.jpeg
36
+ - text: ' '
37
+
38
+ output:
39
+ url: >-
40
+ 23802322.jpeg
41
+ - text: ' '
42
+
43
+ output:
44
+ url: >-
45
+ 23801199.jpeg
46
+ - text: ' '
47
+
48
+ output:
49
+ url: >-
50
+ 23742030.jpeg
51
+ - text: ' '
52
+
53
+ output:
54
+ url: >-
55
+ 23742007.jpeg
56
+
57
+ ---
58
+
59
+ # Gargoyles_comic XL
60
+
61
+ <Gallery />
62
+
63
+
64
+
65
+
66
+
67
+ ## Model description
68
+
69
+ <p>Updated version of my <a rel="ugc" href="https://civitai.com/models/302571/gargoylescomic?modelVersionId=339768">original 1.5 model</a>.</p><p>Created this LoRa based off of the classic 90s cartoon series "Gargoyles"</p><p>Add this to your arsenal of tools to create fun designs- used terms like</p><p>"gargoyles" "medieval" "loincloth" "blue skin" "wings"</p><p>claws</p><p>to aid in the overall results</p><p></p><p>Tested this using a few different base models such as “anything v3” and some of my own cartoon custom models</p>
70
+
71
+ ## Trigger words
72
+ You should use `gargoyles_comic`, `evang` to trigger the image generation.
73
+
74
+
75
+ ## Download model
76
+
77
+ Weights for this model are available in Safetensors format.
78
+
79
+ [Download](/brushpenbob/gargoyles-comic-xl/tree/main) them in the Files & versions tab.
80
+
81
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
82
+
83
+ ```py
84
+ from diffusers import AutoPipelineForText2Image
85
+ import torch
86
+
87
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
88
+ pipeline.load_lora_weights('brushpenbob/gargoyles-comic-xl', weight_name='Gargoyles_comic_XL-000012.safetensors')
89
+ image = pipeline('`gargoyles_comic`, `evang`').images[0]
90
+ ```
91
+
92
+ 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)
93
+