ItsCrea commited on
Commit
73b8968
1 Parent(s): a8845b5

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -1,3 +1,45 @@
1
- ---
2
- license: unknown
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - flux
5
+ - lora
6
+ - diffusers
7
+ - template:sd-lora
8
+ - ai-toolkit
9
+
10
+
11
+ base_model: black-forest-labs/FLUX.1-dev
12
+ instance_prompt: mpbg
13
+ license: other
14
+ license_name: flux-1-dev-non-commercial-license
15
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
16
+ ---
17
+
18
+ # mpbg
19
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
20
+ <Gallery />
21
+
22
+ ## Trigger words
23
+
24
+ You should use `mpbg` to trigger the image generation.
25
+
26
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
27
+
28
+ Weights for this model are available in Safetensors format.
29
+
30
+ [Download](/ItsCrea/mpbg/tree/main) them in the Files & versions tab.
31
+
32
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
33
+
34
+ ```py
35
+ from diffusers import AutoPipelineForText2Image
36
+ import torch
37
+
38
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
39
+ pipeline.load_lora_weights('ItsCrea/mpbg', weight_name='mpbg')
40
+ image = pipeline('mpbg').images[0]
41
+ image.save("my_image.png")
42
+ ```
43
+
44
+ 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)
45
+
mpbg.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e03d88bc0b02858eba363d95825cdf7644fc74b74a086a8386166f2845a02a25
3
+ size 171969384
mpbg_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:640f862c809c6dff7633b992c6b65ea54fcbd387e475ae706145a669b48f93b3
3
+ size 171969384
mpbg_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8be8bafb0af4c78b807ab5ebb83b55eea99d8ad345b4c7e7bc8ef155eb1ae67a
3
+ size 171969384
mpbg_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60916e2db2a467b5b76394d4f6cf8585b01936687ac649a13801303c552bef82
3
+ size 171969384