Upload folder using huggingface_hub
Browse files- 34031751.jpeg +0 -0
- 34031797.jpeg +0 -0
- 34031832.jpeg +0 -0
- 34031841.jpeg +0 -0
- README.md +82 -0
- purz-f4c3_p40j3ct10n.safetensors +3 -0
34031751.jpeg
ADDED
34031797.jpeg
ADDED
34031832.jpeg
ADDED
34031841.jpeg
ADDED
README.md
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: bespoke-lora-trained-license
|
4 |
+
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&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 |
+
- concept
|
13 |
+
- face
|
14 |
+
- projector
|
15 |
+
- light
|
16 |
+
- projection
|
17 |
+
- purz
|
18 |
+
- flux1.d
|
19 |
+
|
20 |
+
base_model: black-forest-labs/FLUX.1-dev
|
21 |
+
instance_prompt: f4c3_p40j3ct10n
|
22 |
+
widget:
|
23 |
+
- text: 'f4c3_p40j3ct10n, a projection of the word "CIVITAI" on a woman''s face'
|
24 |
+
|
25 |
+
output:
|
26 |
+
url: >-
|
27 |
+
34031751.jpeg
|
28 |
+
- text: 'f4c3_p40j3ct10n, a projection of a donut on a woman''s face'
|
29 |
+
|
30 |
+
output:
|
31 |
+
url: >-
|
32 |
+
34031797.jpeg
|
33 |
+
- text: 'f4c3_p40j3ct10n, purz_face, a projection of the word "PURZ" on a man with glasses''s face'
|
34 |
+
|
35 |
+
output:
|
36 |
+
url: >-
|
37 |
+
34031832.jpeg
|
38 |
+
- text: 'f4c3_p40j3ct10n, a projection of the word "HUMAN" on a high tech android''s head'
|
39 |
+
|
40 |
+
output:
|
41 |
+
url: >-
|
42 |
+
34031841.jpeg
|
43 |
+
|
44 |
+
---
|
45 |
+
|
46 |
+
# Face Projection
|
47 |
+
|
48 |
+
<Gallery />
|
49 |
+
|
50 |
+
|
51 |
+
|
52 |
+
|
53 |
+
|
54 |
+
## Model description
|
55 |
+
|
56 |
+
<p>Face Projection - LoRA (Flux.1 D)</p><p></p><p>Trained on images of human faces being projected on, tends to repeat the word or concept over and over in a line pattern.</p><p></p><p>"f4c3_p40j3ct10n, a projection of the word "CIVITAI" on a woman's face"</p><p></p><p>Purz</p><p>Website: <a target="_blank" rel="ugc" href="https://www.purz.xyz/">https://www.purz.xyz/</a><br />Creative Exploration /w Purz: <a target="_blank" rel="ugc" href="https://www.youtube.com/@PurzBeats">https://www.youtube.com/@PurzBeats</a><br />Patreon: <a target="_blank" rel="ugc" href="https://www.patreon.com/Purz">https://www.patreon.com/Purz</a><br />Twitter/X: <a target="_blank" rel="ugc" href="https://x.com/PurzBeats">https://x.com/PurzBeats</a><br />Instagram: <a target="_blank" rel="ugc" href="https://www.instagram.com/purzbeats/">https://www.instagram.com/purzbeats/</a></p>
|
57 |
+
|
58 |
+
## Trigger words
|
59 |
+
You should use `f4c3_p40j3ct10n` to trigger the image generation.
|
60 |
+
|
61 |
+
|
62 |
+
## Download model
|
63 |
+
|
64 |
+
Weights for this model are available in Safetensors format.
|
65 |
+
|
66 |
+
[Download](/Purz/face-projection/tree/main) them in the Files & versions tab.
|
67 |
+
|
68 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
69 |
+
|
70 |
+
```py
|
71 |
+
from diffusers import AutoPipelineForText2Image
|
72 |
+
import torch
|
73 |
+
|
74 |
+
device = "cuda" if torch.cuda.is_available() else "cpu"
|
75 |
+
|
76 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
|
77 |
+
pipeline.load_lora_weights('Purz/face-projection', weight_name='purz-f4c3_p40j3ct10n.safetensors')
|
78 |
+
image = pipeline('f4c3_p40j3ct10n, a projection of the word "HUMAN" on a high tech android's head').images[0]
|
79 |
+
```
|
80 |
+
|
81 |
+
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)
|
82 |
+
|
purz-f4c3_p40j3ct10n.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1148f1b0fad8da4e4b3a68e638dedf29d2eeecb1bd7f0c216d05c25a497078f1
|
3 |
+
size 39761560
|