oria12 commited on
Commit
4d92a24
·
verified ·
1 Parent(s): fc57e57

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 '
11
+ output:
12
+ url: samples/1725746463457__000002000_0.jpg
13
+ base_model: black-forest-labs/FLUX.1-dev
14
+ instance_prompt: Selena
15
+ license: other
16
+ license_name: flux-1-dev-non-commercial-license
17
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
18
+ ---
19
+
20
+ # selena-flux
21
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
22
+ <Gallery />
23
+
24
+ ## Trigger words
25
+
26
+ You should use `Selena` to trigger the image generation.
27
+
28
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
29
+
30
+ Weights for this model are available in Safetensors format.
31
+
32
+ [Download](/oria12/selena-flux/tree/main) them in the Files & versions tab.
33
+
34
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
35
+
36
+ ```py
37
+ from diffusers import AutoPipelineForText2Image
38
+ import torch
39
+
40
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
41
+ pipeline.load_lora_weights('oria12/selena-flux', weight_name='selena-flux')
42
+ image = pipeline('A person in a bustling cafe ').images[0]
43
+ image.save("my_image.png")
44
+ ```
45
+
46
+ 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)
47
+
samples/1725746463457__000002000_0.jpg ADDED
selena-flux.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b57579e90564b0232a84a5832a57d7cf0aa41b7c7ec9e4dfee0ae143f3964f4
3
+ size 171969400
selena-flux_000001000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad6052c976e68f5f3c917a72675a101d0d8b27bb242f85c5c6d480a596f8a46c
3
+ size 171969400
selena-flux_000001250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84a3d1ca94e29d1daf218e86981752e080a55291f9e9fdf42ca5885308fb1389
3
+ size 171969400
selena-flux_000001500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:280b4ae691b02788af9b930d11927a16b065c1d5da3d86994a7cb6227412299c
3
+ size 171969400
selena-flux_000001750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b05d508ccc0f2f0c8ccb9bf8400f2ef6fa9404cb74c0022e4b52b472a32b37d8
3
+ size 171969400