oria12 commited on
Commit
16f0b50
·
verified ·
1 Parent(s): 7bc7ec5

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 person in a bustling cafe Alina
11
+ output:
12
+ url: samples/1726948646035__000002000_0.jpg
13
+ - text: beautiy photo of Alina, wearing floral dress and sitting in cafe
14
+ output:
15
+ url: samples/1726948676070__000002000_1.jpg
16
+ base_model: black-forest-labs/FLUX.1-dev
17
+ instance_prompt: Alina
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
+ # realistic-lora
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 `Alina` 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](/oria12/realistic-lora/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('oria12/realistic-lora', weight_name='realistic-lora.safetensors')
45
+ image = pipeline('A person in a bustling cafe Alina').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
+
realistic-lora.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa93584d6c7af6729ca0a1c122f79d3b8a909a93492d9b200879961079c74baf
3
+ size 171969408
realistic-lora_000001000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bedd2319dc4a1002db40f55e0491149475e6add751b1b2cfa4adc531b77f1270
3
+ size 171969408
realistic-lora_000001250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a64ad5bba85825c856e222c7bd07d883e7c346c71a880d5fb5e140311cabfc9
3
+ size 171969408
realistic-lora_000001500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ee06a7b523df454d59267fd19c7ad8bc859606da31f56f96cee51eb3391e8d1
3
+ size 171969408
realistic-lora_000001750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7114564d974db0f1ad066e1e2f5f785289dd8a228da803fb4939ebd42bdf54b
3
+ size 171969408
samples/1726948646035__000002000_0.jpg ADDED
samples/1726948676070__000002000_1.jpg ADDED