brushpenbob
commited on
Commit
•
734406f
1
Parent(s):
a702af9
Upload folder using huggingface_hub
Browse files- 26182501.jpeg +0 -0
- 26182502.jpeg +0 -0
- 26182590.jpeg +0 -0
- 26185137.jpeg +0 -0
- 26187411.jpeg +0 -0
- Flux_Gargoyles.safetensors +3 -0
- README.md +84 -0
26182501.jpeg
ADDED
26182502.jpeg
ADDED
26182590.jpeg
ADDED
26185137.jpeg
ADDED
26187411.jpeg
ADDED
Flux_Gargoyles.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94edca7eb8ffc40515d64fcbfc3110488eb1ef785ae31e7616fd891fbab06620
|
3 |
+
size 19289760
|
README.md
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
- wings
|
13 |
+
- style
|
14 |
+
- gargoyles
|
15 |
+
- the protoart
|
16 |
+
- gargoyles comic
|
17 |
+
- protoart
|
18 |
+
|
19 |
+
base_model: black-forest-labs/FLUX.1-dev
|
20 |
+
instance_prompt: loincloth
|
21 |
+
widget:
|
22 |
+
- text: ' '
|
23 |
+
|
24 |
+
output:
|
25 |
+
url: >-
|
26 |
+
26187411.jpeg
|
27 |
+
- text: ' '
|
28 |
+
|
29 |
+
output:
|
30 |
+
url: >-
|
31 |
+
26185137.jpeg
|
32 |
+
- text: ' '
|
33 |
+
|
34 |
+
output:
|
35 |
+
url: >-
|
36 |
+
26182590.jpeg
|
37 |
+
- text: ' '
|
38 |
+
|
39 |
+
output:
|
40 |
+
url: >-
|
41 |
+
26182502.jpeg
|
42 |
+
- text: ' '
|
43 |
+
|
44 |
+
output:
|
45 |
+
url: >-
|
46 |
+
26182501.jpeg
|
47 |
+
|
48 |
+
---
|
49 |
+
|
50 |
+
# Flux Gargoyles
|
51 |
+
|
52 |
+
<Gallery />
|
53 |
+
|
54 |
+
|
55 |
+
|
56 |
+
|
57 |
+
|
58 |
+
## Model description
|
59 |
+
|
60 |
+
<p>Updated version of my <a target="_blank" rel="ugc" href="https://civitai.com/models/634223/gargoylescomic-xl">XL</a> and <a target="_blank" 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><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><p>Tested this using a few different base models such as “anything v3” and some of my own cartoon custom models</p>
|
61 |
+
|
62 |
+
## Trigger words
|
63 |
+
You should use `loincloth`, `Gargoyles_comic` to trigger the image generation.
|
64 |
+
|
65 |
+
|
66 |
+
## Download model
|
67 |
+
|
68 |
+
Weights for this model are available in Safetensors format.
|
69 |
+
|
70 |
+
[Download](/brushpenbob/flux-gargoyles/tree/main) them in the Files & versions tab.
|
71 |
+
|
72 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
73 |
+
|
74 |
+
```py
|
75 |
+
from diffusers import AutoPipelineForText2Image
|
76 |
+
import torch
|
77 |
+
|
78 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
|
79 |
+
pipeline.load_lora_weights('brushpenbob/flux-gargoyles', weight_name='Flux_Gargoyles.safetensors')
|
80 |
+
image = pipeline('`loincloth`, `Gargoyles_comic`').images[0]
|
81 |
+
```
|
82 |
+
|
83 |
+
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)
|
84 |
+
|