Muhammadreza commited on
Commit
f9850d1
·
verified ·
1 Parent(s): f77fd25

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 young blonde woman in a bustling cafe atelier_prtrt
11
+ output:
12
+ url: samples/1735917294469__000007500_0.jpg
13
+ - text: A young man wearing a suit, a city in the background, atelier_prtrt
14
+ output:
15
+ url: samples/1735917308157__000007500_1.jpg
16
+ base_model: black-forest-labs/FLUX.1-dev
17
+ instance_prompt: atelier_prtrt
18
+ license: other
19
+ license_name: flux-1-dev-non-commercial-license
20
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
21
+ ---
22
+
23
+ # atelierportraits
24
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
25
+ <Gallery />
26
+
27
+ ## Trigger words
28
+
29
+ You should use `atelier_prtrt` to trigger the image generation.
30
+
31
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
32
+
33
+ Weights for this model are available in Safetensors format.
34
+
35
+ [Download](/Muhammadreza/atelierportraits/tree/main) them in the Files & versions tab.
36
+
37
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
38
+
39
+ ```py
40
+ from diffusers import AutoPipelineForText2Image
41
+ import torch
42
+
43
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
44
+ pipeline.load_lora_weights('Muhammadreza/atelierportraits', weight_name='atelierportraits.safetensors')
45
+ image = pipeline('A young blonde woman in a bustling cafe atelier_prtrt').images[0]
46
+ image.save("my_image.png")
47
+ ```
48
+
49
+ 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)
50
+
atelierportraits.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9e6216bf6edfa8e165edf9c7ff8aaf0716376f1395524bfe914067d25dab1f0
3
+ size 171969424
atelierportraits_000006500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e115074e437e8833813df0fd99c14bd174bc1267d6c1379bd096964799ff918f
3
+ size 171969424
atelierportraits_000006750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a919b3747e9cd21286191f66a0fa4270587a8158b126d8e176bccbd3c49e1716
3
+ size 171969424
atelierportraits_000007000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a826a637fcc1ed41e92c871c5793a5c641c05a4653e0bf6605ea7be43cf0ad33
3
+ size 171969424
atelierportraits_000007250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b37e700bc1274a52a6ebf5df00655b249b69cdaa3d38d17bddbe90342b02168a
3
+ size 171969424
samples/1735917294469__000007500_0.jpg ADDED
samples/1735917308157__000007500_1.jpg ADDED