life commited on
Commit
0aa353b
1 Parent(s): 34b9b06

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 BashkirWoman
11
+ output:
12
+ url: samples/1726942302079__000001000_0.jpg
13
+ base_model: black-forest-labs/FLUX.1-dev
14
+ instance_prompt: BashkirWoman
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
+ # bashkir-woman
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 `BashkirWoman` 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](/life/bashkir-woman/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('life/bashkir-woman', weight_name='bashkir-woman')
42
+ image = pipeline('A BashkirWoman').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
+
bashkir-woman.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:351ddf7e0e23e89d53957afe0b0e4cee79553c1028aec206469475cdc487f253
3
+ size 171969416
bashkir-woman_000000100.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99a65ed34f8ee368563caa997f7daae53b36d70842e24bb5669a1c32954c229c
3
+ size 171969416
bashkir-woman_000000200.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:464ba6070e38f1e679dc956ad866adf3ba8a3b943e83fa4dea309dcaeabccf45
3
+ size 171969416
bashkir-woman_000000300.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c99582bbbecbe01a86394992186978080a1caab66b3948eebea813e2891b6e7
3
+ size 171969416
bashkir-woman_000000400.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53ffd9478aa14fb0bdf3096afbb727a34d160616f1e2de89c45674a5530a8078
3
+ size 171969416
bashkir-woman_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d34818dfa91eb7b345bd203697a53ba0f22bd046cb17a4c2948801e921845902
3
+ size 171969416
bashkir-woman_000000600.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24d70216466cc7a788a280ee6518017eea6e6348f99a804360e95d0fc6039f71
3
+ size 171969416
bashkir-woman_000000700.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:087ae1a412efbcc915ed41c88cbec96284d71280e495c13afead4b94fdeb0b88
3
+ size 171969416
bashkir-woman_000000800.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e014a69caaf3db7e27d6c84f1dad0faea9dde154ab057716b636c64b5021657e
3
+ size 171969416
bashkir-woman_000000900.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f31f9015309ea70a7098805862e2c5d5a792bf22d6f814829427096b40128c81
3
+ size 171969416
samples/1726942302079__000001000_0.jpg ADDED