brushpenbob
commited on
Commit
•
ab9126c
1
Parent(s):
d095288
Upload folder using huggingface_hub
Browse files- 25125829.jpeg +0 -0
- 25125830.jpeg +0 -0
- 25167157.jpeg +0 -0
- 25167468.jpeg +0 -0
- README.md +78 -0
- melting_drip.safetensors +3 -0
25125829.jpeg
ADDED
25125830.jpeg
ADDED
25167157.jpeg
ADDED
25167468.jpeg
ADDED
README.md
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
- melting
|
14 |
+
- drip
|
15 |
+
- dripping
|
16 |
+
- melt
|
17 |
+
|
18 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
19 |
+
instance_prompt: evangmelt
|
20 |
+
widget:
|
21 |
+
- text: ' '
|
22 |
+
|
23 |
+
output:
|
24 |
+
url: >-
|
25 |
+
25167157.jpeg
|
26 |
+
- text: ' '
|
27 |
+
|
28 |
+
output:
|
29 |
+
url: >-
|
30 |
+
25167468.jpeg
|
31 |
+
- text: ' '
|
32 |
+
|
33 |
+
output:
|
34 |
+
url: >-
|
35 |
+
25125830.jpeg
|
36 |
+
- text: ' '
|
37 |
+
|
38 |
+
output:
|
39 |
+
url: >-
|
40 |
+
25125829.jpeg
|
41 |
+
|
42 |
+
---
|
43 |
+
|
44 |
+
# drippy melt
|
45 |
+
|
46 |
+
<Gallery />
|
47 |
+
|
48 |
+
|
49 |
+
|
50 |
+
|
51 |
+
|
52 |
+
## Model description
|
53 |
+
|
54 |
+
<p>my first attempt at making a dripping art style</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>
|
55 |
+
|
56 |
+
## Trigger words
|
57 |
+
You should use `evangmelt`, `Drippy34` to trigger the image generation.
|
58 |
+
|
59 |
+
|
60 |
+
## Download model
|
61 |
+
|
62 |
+
Weights for this model are available in Safetensors format.
|
63 |
+
|
64 |
+
[Download](/brushpenbob/drippy-melt/tree/main) them in the Files & versions tab.
|
65 |
+
|
66 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
67 |
+
|
68 |
+
```py
|
69 |
+
from diffusers import AutoPipelineForText2Image
|
70 |
+
import torch
|
71 |
+
|
72 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
|
73 |
+
pipeline.load_lora_weights('brushpenbob/drippy-melt', weight_name='melting_drip.safetensors')
|
74 |
+
image = pipeline('`evangmelt`, `Drippy34`').images[0]
|
75 |
+
```
|
76 |
+
|
77 |
+
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)
|
78 |
+
|
melting_drip.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45b3c840e356f11b6388bc13200226fda12d637ab478fd6a819b62434e6b6ca8
|
3 |
+
size 228456596
|