sohvren commited on
Commit
879dbeb
·
verified ·
1 Parent(s): c87f12f

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - flux
5
+ - lora
6
+ - diffusers
7
+ - template:sd-lora
8
+ - ai-toolkit
9
+ widget:
10
+ - text: An ornate green faberge egg faberge_egg
11
+ output:
12
+ url: samples/1733410745801__000001000_0.jpg
13
+ - text: A royal red faberge egg with gold highlights on a sturdy base faberge_egg
14
+ output:
15
+ url: samples/1733410764369__000001000_1.jpg
16
+ - text: Four differently-styled unique faberge eggs next to each other faberge_egg
17
+ output:
18
+ url: samples/1733410782939__000001000_2.jpg
19
+ base_model: black-forest-labs/FLUX.1-dev
20
+ instance_prompt: faberge_egg
21
+ license: other
22
+ license_name: flux-1-dev-non-commercial-license
23
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
24
+ ---
25
+
26
+ # fabergeegg
27
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
28
+ <Gallery />
29
+
30
+ ## Trigger words
31
+
32
+ You should use `faberge_egg` to trigger the image generation.
33
+
34
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
35
+
36
+ Weights for this model are available in Safetensors format.
37
+
38
+ [Download](/sohvren/fabergeegg/tree/main) them in the Files & versions tab.
39
+
40
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
41
+
42
+ ```py
43
+ from diffusers import AutoPipelineForText2Image
44
+ import torch
45
+
46
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
47
+ pipeline.load_lora_weights('sohvren/fabergeegg', weight_name='fabergeegg.safetensors')
48
+ image = pipeline('An ornate green faberge egg faberge_egg').images[0]
49
+ image.save("my_image.png")
50
+ ```
51
+
52
+ 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)
53
+
fabergeegg.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15b4f3c9ff67d015fd01e8226d0626ed87e840eb1fcb25d513bec2032785ec74
3
+ size 343805448
fabergeegg_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00977f9c264c3bdcd47b5dcb0fa7f6ea3d66576049f704b0e88d14619bf6d806
3
+ size 343805448
fabergeegg_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff0bd955b96a61733ad6ebfba2f8127aec452eb856a5081be3cd3cb69a50b3ee
3
+ size 343805448
fabergeegg_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe6b61f44e034cc34608c237a909d8683de5582740366b00a0af8d734718508f
3
+ size 343805448
samples/1733410745801__000001000_0.jpg ADDED
samples/1733410764369__000001000_1.jpg ADDED
samples/1733410782939__000001000_2.jpg ADDED