Upload folder using huggingface_hub
Browse files- 47471777.jpeg +0 -0
- 47472205.jpeg +0 -0
- README.md +66 -0
- Smiling_Luis_FLUX.safetensors +3 -0
47471777.jpeg
ADDED
![]() |
47472205.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=1&allowDerivatives=False&allowDifferentLicense=True
|
5 |
+
tags:
|
6 |
+
- text-to-image
|
7 |
+
- stable-diffusion
|
8 |
+
- lora
|
9 |
+
- diffusers
|
10 |
+
- template:sd-lora
|
11 |
+
- migrated
|
12 |
+
- celebrity
|
13 |
+
|
14 |
+
base_model: black-forest-labs/FLUX.1-dev
|
15 |
+
instance_prompt: Luigi Mangione
|
16 |
+
widget:
|
17 |
+
- text: ' '
|
18 |
+
|
19 |
+
output:
|
20 |
+
url: >-
|
21 |
+
47471777.jpeg
|
22 |
+
- text: ' '
|
23 |
+
|
24 |
+
output:
|
25 |
+
url: >-
|
26 |
+
47472205.jpeg
|
27 |
+
|
28 |
+
---
|
29 |
+
|
30 |
+
# somethingsillyguy
|
31 |
+
|
32 |
+
<Gallery />
|
33 |
+
|
34 |
+
|
35 |
+
|
36 |
+
|
37 |
+
|
38 |
+
## Model description
|
39 |
+
|
40 |
+
<p>luigi</p>
|
41 |
+
|
42 |
+
## Trigger words
|
43 |
+
You should use `Luigi Mangione` to trigger the image generation.
|
44 |
+
|
45 |
+
|
46 |
+
## Download model
|
47 |
+
|
48 |
+
Weights for this model are available in Safetensors format.
|
49 |
+
|
50 |
+
[Download](/TomMars/somethingsillyguy/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 |
+
device = "cuda" if torch.cuda.is_available() else "cpu"
|
59 |
+
|
60 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
|
61 |
+
pipeline.load_lora_weights('TomMars/somethingsillyguy', weight_name='Smiling_Luis_FLUX.safetensors')
|
62 |
+
image = pipeline('`Luigi Mangione`').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 |
+
|
Smiling_Luis_FLUX.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee847939f3d7e213e71fb3ed9118af08f05b2c46f840a7b91d17fa10f00eb44c
|
3 |
+
size 306491864
|