Upload folder using huggingface_hub
Browse files- 1670646.jpeg +0 -0
- 1670714.jpeg +0 -0
- 1670719.jpeg +0 -0
- 1670723.jpeg +0 -0
- 1670739.jpeg +0 -0
- 1671159.jpeg +0 -0
- README.md +95 -0
- people_count_slider_v1.safetensors +3 -0
1670646.jpeg
ADDED
1670714.jpeg
ADDED
1670719.jpeg
ADDED
1670723.jpeg
ADDED
1670739.jpeg
ADDED
1671159.jpeg
ADDED
README.md
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: bespoke-lora-trained-license
|
4 |
+
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=False&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=True
|
5 |
+
tags:
|
6 |
+
- text-to-image
|
7 |
+
- stable-diffusion
|
8 |
+
- lora
|
9 |
+
- diffusers
|
10 |
+
- template:sd-lora
|
11 |
+
- migrated
|
12 |
+
- people
|
13 |
+
- tool
|
14 |
+
- slider
|
15 |
+
- number of people
|
16 |
+
|
17 |
+
base_model: runwayml/stable-diffusion-v1-5
|
18 |
+
instance_prompt:
|
19 |
+
widget:
|
20 |
+
- text: 'hipster men at a bar posing for a picture '
|
21 |
+
parameters:
|
22 |
+
negative_prompt: shirtless, nude, cartoon, cgi, render, illustration, painting, drawing, bad quality, grainy, low resolution
|
23 |
+
|
24 |
+
output:
|
25 |
+
url: >-
|
26 |
+
1670646.jpeg
|
27 |
+
- text: 'hipster men at a bar posing for a picture '
|
28 |
+
parameters:
|
29 |
+
negative_prompt: shirtless, nude, cartoon, cgi, render, illustration, painting, drawing, bad quality, grainy, low resolution
|
30 |
+
|
31 |
+
output:
|
32 |
+
url: >-
|
33 |
+
1670739.jpeg
|
34 |
+
- text: 'hipster men at a bar posing for a picture '
|
35 |
+
parameters:
|
36 |
+
negative_prompt: shirtless, nude, cartoon, cgi, render, illustration, painting, drawing, bad quality, grainy, low resolution
|
37 |
+
|
38 |
+
output:
|
39 |
+
url: >-
|
40 |
+
1670714.jpeg
|
41 |
+
- text: 'hipster men at a bar posing for a picture '
|
42 |
+
parameters:
|
43 |
+
negative_prompt: shirtless, nude, cartoon, cgi, render, illustration, painting, drawing, bad quality, grainy, low resolution
|
44 |
+
|
45 |
+
output:
|
46 |
+
url: >-
|
47 |
+
1670719.jpeg
|
48 |
+
- text: 'hipster men at a bar posing for a picture '
|
49 |
+
parameters:
|
50 |
+
negative_prompt: shirtless, nude, cartoon, cgi, render, illustration, painting, drawing, bad quality, grainy, low resolution
|
51 |
+
|
52 |
+
output:
|
53 |
+
url: >-
|
54 |
+
1670723.jpeg
|
55 |
+
- text: ' '
|
56 |
+
|
57 |
+
output:
|
58 |
+
url: >-
|
59 |
+
1671159.jpeg
|
60 |
+
|
61 |
+
---
|
62 |
+
|
63 |
+
# People Count Slider - LoRA
|
64 |
+
|
65 |
+
<Gallery />
|
66 |
+
|
67 |
+
|
68 |
+
|
69 |
+
|
70 |
+
|
71 |
+
## Model description
|
72 |
+
|
73 |
+
<p>Weights can swing very far on this one <strong>-8.0 to +8.0. </strong>It can do extremely large crowds the higher you go and I wanted to be able to keep granular control.<br /><br />Positive = More people</p><p>Negative = Less people<br /><br /><span style="color:rgb(193, 194, 197)">Simple LoRA to help with adjusting the number of people in a picture. You can swing it both ways pretty far out from -8 to +8 without much distortion.</span></p>
|
74 |
+
|
75 |
+
|
76 |
+
|
77 |
+
## Download model
|
78 |
+
|
79 |
+
Weights for this model are available in Safetensors format.
|
80 |
+
|
81 |
+
[Download](/ostris/people-count-slider-lora/tree/main) them in the Files & versions tab.
|
82 |
+
|
83 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
84 |
+
|
85 |
+
```py
|
86 |
+
from diffusers import AutoPipelineForText2Image
|
87 |
+
import torch
|
88 |
+
|
89 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
|
90 |
+
pipeline.load_lora_weights('ostris/people-count-slider-lora', weight_name='people_count_slider_v1.safetensors')
|
91 |
+
image = pipeline('Your custom prompt').images[0]
|
92 |
+
```
|
93 |
+
|
94 |
+
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)
|
95 |
+
|
people_count_slider_v1.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd6b397dadc71aab718aa6fcfad884c99ef4c126867ec8c1d6b73d68b85e6096
|
3 |
+
size 6865824
|