brushpenbob
commited on
Commit
•
64fd71b
1
Parent(s):
ba9232b
Upload folder using huggingface_hub
Browse files- 9549711.jpeg +0 -0
- 9550713.jpeg +0 -0
- 9554060.jpeg +0 -0
- README.md +71 -0
- transparent_2.0.safetensors +3 -0
9549711.jpeg
ADDED
9550713.jpeg
ADDED
9554060.jpeg
ADDED
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
- skeleton
|
13 |
+
- style
|
14 |
+
- the protoart
|
15 |
+
|
16 |
+
base_model: runwayml/stable-diffusion-v1-5
|
17 |
+
instance_prompt: Skeleton_style
|
18 |
+
widget:
|
19 |
+
- text: ' '
|
20 |
+
|
21 |
+
output:
|
22 |
+
url: >-
|
23 |
+
9549711.jpeg
|
24 |
+
- text: ' '
|
25 |
+
|
26 |
+
output:
|
27 |
+
url: >-
|
28 |
+
9554060.jpeg
|
29 |
+
- text: ' '
|
30 |
+
|
31 |
+
output:
|
32 |
+
url: >-
|
33 |
+
9550713.jpeg
|
34 |
+
|
35 |
+
---
|
36 |
+
|
37 |
+
# transparent 2.0
|
38 |
+
|
39 |
+
<Gallery />
|
40 |
+
|
41 |
+
|
42 |
+
|
43 |
+
|
44 |
+
|
45 |
+
## Model description
|
46 |
+
|
47 |
+
<p>Somewhat of a remake of my original <a target="_blank" rel="ugc" href="https://civitai.com/models/64345?modelVersionId=68939">transparent </a>model, this one's focused on skeletons. I haven't added any additional things to the dataset like vehicles or environments as again this is focused on people.</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><p></p>
|
48 |
+
|
49 |
+
## Trigger words
|
50 |
+
You should use `Skeleton_style`, `Skeleton` to trigger the image generation.
|
51 |
+
|
52 |
+
|
53 |
+
## Download model
|
54 |
+
|
55 |
+
Weights for this model are available in Safetensors format.
|
56 |
+
|
57 |
+
[Download](/brushpenbob/transparent-2-0/tree/main) them in the Files & versions tab.
|
58 |
+
|
59 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
60 |
+
|
61 |
+
```py
|
62 |
+
from diffusers import AutoPipelineForText2Image
|
63 |
+
import torch
|
64 |
+
|
65 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
|
66 |
+
pipeline.load_lora_weights('brushpenbob/transparent-2-0', weight_name='transparent_2.0.safetensors')
|
67 |
+
image = pipeline('`Skeleton_style`, `Skeleton`').images[0]
|
68 |
+
```
|
69 |
+
|
70 |
+
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)
|
71 |
+
|
transparent_2.0.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f046fb972b2cb3fcc9591096cb136cc60c328747912f540525b5d499ceee9213
|
3 |
+
size 37874640
|