openfree commited on
Commit
c250db6
·
verified ·
1 Parent(s): f9d94b6

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Boris Yeltsin as president of Japan, handsome cool style, real photo,
11
+ 26K, pink-orange hair color '
12
+ output:
13
+ url: samples/1737465987953__000001991_0.jpg
14
+ - text: a Boris Yeltsin as police officer, rainbow hair color, happy face, 26K,
15
+ real photo, best quality
16
+ output:
17
+ url: samples/1737466017969__000001991_1.jpg
18
+ - text: a Boris Yeltsin as Generalissimo of America, dark gray - hair color , happy
19
+ face, 26K, real photo, best quality
20
+ output:
21
+ url: samples/1737466047781__000001991_2.jpg
22
+ base_model: black-forest-labs/FLUX.1-dev
23
+ instance_prompt: Boris Yeltsin
24
+ license: other
25
+ license_name: flux-1-dev-non-commercial-license
26
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
27
+ ---
28
+
29
+ # boris-yeltsin
30
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
31
+ <Gallery />
32
+
33
+ ## Trigger words
34
+
35
+ You should use `Boris Yeltsin` to trigger the image generation.
36
+
37
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
38
+
39
+ Weights for this model are available in Safetensors format.
40
+
41
+ [Download](/openfree/boris-yeltsin/tree/main) them in the Files & versions tab.
42
+
43
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
44
+
45
+ ```py
46
+ from diffusers import AutoPipelineForText2Image
47
+ import torch
48
+
49
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
50
+ pipeline.load_lora_weights('openfree/boris-yeltsin', weight_name='boris-yeltsin.safetensors')
51
+ image = pipeline('a Boris Yeltsin as president of Japan, handsome cool style, real photo, 26K, pink-orange hair color ').images[0]
52
+ image.save("my_image.png")
53
+ ```
54
+
55
+ 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)
56
+
boris-yeltsin.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:774ca02b4ecee9b5a665d438946d1c71eab6538f05374616c22cf3e84b683644
3
+ size 343805456
samples/1737465987953__000001991_0.jpg ADDED
samples/1737466017969__000001991_1.jpg ADDED
samples/1737466047781__000001991_2.jpg ADDED