Upload folder using huggingface_hub
Browse files- 8990213.jpeg +0 -0
- 9408701.jpeg +0 -0
- README.md +64 -0
- crab_grass.safetensors +3 -0
8990213.jpeg
ADDED
![]() |
9408701.jpeg
ADDED
![]() |
README.md
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
|
14 |
+
base_model: runwayml/stable-diffusion-v1-5
|
15 |
+
instance_prompt: crab_grass
|
16 |
+
widget:
|
17 |
+
- text: ' '
|
18 |
+
|
19 |
+
output:
|
20 |
+
url: >-
|
21 |
+
9408701.jpeg
|
22 |
+
- text: ' '
|
23 |
+
|
24 |
+
output:
|
25 |
+
url: >-
|
26 |
+
8990213.jpeg
|
27 |
+
|
28 |
+
---
|
29 |
+
|
30 |
+
# crab_grass
|
31 |
+
|
32 |
+
<Gallery />
|
33 |
+
|
34 |
+
|
35 |
+
|
36 |
+
|
37 |
+
|
38 |
+
## Model description
|
39 |
+
|
40 |
+
<p>In general this models great for Sunday comics style artwork with thick bold black lines, and a good variety of line variation.</p>
|
41 |
+
|
42 |
+
## Trigger words
|
43 |
+
You should use `crab_grass` to trigger the image generation.
|
44 |
+
|
45 |
+
|
46 |
+
## Download model
|
47 |
+
|
48 |
+
Weights for this model are available in Safetensors format.
|
49 |
+
|
50 |
+
[Download](/brushpenbob/crab-grass/tree/main) them in the Files & versions tab.
|
51 |
+
|
52 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
53 |
+
|
54 |
+
```py
|
55 |
+
from diffusers import AutoPipelineForText2Image
|
56 |
+
import torch
|
57 |
+
|
58 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
|
59 |
+
pipeline.load_lora_weights('brushpenbob/crab-grass', weight_name='crab_grass.safetensors')
|
60 |
+
image = pipeline('`crab_grass`').images[0]
|
61 |
+
```
|
62 |
+
|
63 |
+
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)
|
64 |
+
|
crab_grass.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4e87fa20bae33aaa61b825531763bd8196344f6ec1cb7ab1d7a6fadf9b7e5cd
|
3 |
+
size 37882568
|