brushpenbob
commited on
Commit
•
dc68f97
1
Parent(s):
ac906f3
Upload folder using huggingface_hub
Browse files- 9319794.jpeg +0 -0
- 9324081.jpeg +0 -0
- README.md +66 -0
- Spawn 10epoc_trained.safetensors +3 -0
9319794.jpeg
ADDED
9324081.jpeg
ADDED
README.md
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
- style
|
13 |
+
- spawn
|
14 |
+
- spawn_style
|
15 |
+
|
16 |
+
base_model: runwayml/stable-diffusion-v1-5
|
17 |
+
instance_prompt: spawn_style
|
18 |
+
widget:
|
19 |
+
- text: ' '
|
20 |
+
|
21 |
+
output:
|
22 |
+
url: >-
|
23 |
+
9319794.jpeg
|
24 |
+
- text: ' '
|
25 |
+
|
26 |
+
output:
|
27 |
+
url: >-
|
28 |
+
9324081.jpeg
|
29 |
+
|
30 |
+
---
|
31 |
+
|
32 |
+
# Spawn_2024
|
33 |
+
|
34 |
+
<Gallery />
|
35 |
+
|
36 |
+
|
37 |
+
|
38 |
+
|
39 |
+
|
40 |
+
## Model description
|
41 |
+
|
42 |
+
<p>Inspired by the comic book character spawn by Todd McFarlane.</p><p></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>
|
43 |
+
|
44 |
+
## Trigger words
|
45 |
+
You should use `spawn_style`, `spawn` to trigger the image generation.
|
46 |
+
|
47 |
+
|
48 |
+
## Download model
|
49 |
+
|
50 |
+
Weights for this model are available in Safetensors format.
|
51 |
+
|
52 |
+
[Download](/brushpenbob/spawn-2024/tree/main) them in the Files & versions tab.
|
53 |
+
|
54 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
55 |
+
|
56 |
+
```py
|
57 |
+
from diffusers import AutoPipelineForText2Image
|
58 |
+
import torch
|
59 |
+
|
60 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
|
61 |
+
pipeline.load_lora_weights('brushpenbob/spawn-2024', weight_name='Spawn 10epoc_trained.safetensors')
|
62 |
+
image = pipeline('`spawn_style`, `spawn`').images[0]
|
63 |
+
```
|
64 |
+
|
65 |
+
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)
|
66 |
+
|
Spawn 10epoc_trained.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26ae338c0ed8db918eca9968463232b386c2084fff9964db38044fc34c59de26
|
3 |
+
size 75616080
|