Upload folder using huggingface_hub
Browse files- README.md +53 -0
- portraitreal.safetensors +3 -0
- portraitreal_000000250.safetensors +3 -0
- portraitreal_000000500.safetensors +3 -0
- portraitreal_000000750.safetensors +3 -0
- samples/1725468801717__000001000_0.jpg +0 -0
- samples/1725468809438__000001000_1.jpg +0 -0
- samples/1725468817155__000001000_2.jpg +0 -0
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- flux
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
- ai-toolkit
|
9 |
+
widget:
|
10 |
+
- text: A person in a bustling cafe prvs
|
11 |
+
output:
|
12 |
+
url: samples/1725468801717__000001000_0.jpg
|
13 |
+
- text: A beautiful young asian lady
|
14 |
+
output:
|
15 |
+
url: samples/1725468809438__000001000_1.jpg
|
16 |
+
- text: A happy young male ceo
|
17 |
+
output:
|
18 |
+
url: samples/1725468817155__000001000_2.jpg
|
19 |
+
base_model: black-forest-labs/FLUX.1-schnell
|
20 |
+
instance_prompt: prvs
|
21 |
+
license: apache-2.0
|
22 |
+
|
23 |
+
|
24 |
+
---
|
25 |
+
|
26 |
+
# portraitreal
|
27 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
28 |
+
<Gallery />
|
29 |
+
|
30 |
+
## Trigger words
|
31 |
+
|
32 |
+
You should use `prvs` to trigger the image generation.
|
33 |
+
|
34 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
35 |
+
|
36 |
+
Weights for this model are available in Safetensors format.
|
37 |
+
|
38 |
+
[Download](/Vijish/portraitreal/tree/main) them in the Files & versions tab.
|
39 |
+
|
40 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
41 |
+
|
42 |
+
```py
|
43 |
+
from diffusers import AutoPipelineForText2Image
|
44 |
+
import torch
|
45 |
+
|
46 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-schnell', torch_dtype=torch.bfloat16).to('cuda')
|
47 |
+
pipeline.load_lora_weights('Vijish/portraitreal', weight_name='portraitreal')
|
48 |
+
image = pipeline('A person in a bustling cafe prvs').images[0]
|
49 |
+
image.save("my_image.png")
|
50 |
+
```
|
51 |
+
|
52 |
+
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)
|
53 |
+
|
portraitreal.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:848f11ecf570eb35b40d5a950f9e83cc190238d9a4345622d0d84146ff0fe7fe
|
3 |
+
size 171969400
|
portraitreal_000000250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b4a96c3ede7442116b129775b0d2ed8d160f05ea228f8f012a0d445a5bc57d3
|
3 |
+
size 171969400
|
portraitreal_000000500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9873bfac0176c01896de510223c1c5be75ccd46da5d9dbd78b4a41ff80258121
|
3 |
+
size 171969400
|
portraitreal_000000750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c6386f62c36f1ffec4c9b5f5f952ba3fd24a9f93273dde804c37a9f1e41fed7
|
3 |
+
size 171969400
|
samples/1725468801717__000001000_0.jpg
ADDED
![]() |
samples/1725468809438__000001000_1.jpg
ADDED
![]() |
samples/1725468817155__000001000_2.jpg
ADDED
![]() |