Norod78 commited on
Commit
c9ff136
1 Parent(s): 97415d4

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. 25184701.jpeg +0 -0
  2. 25184702.jpeg +0 -0
  3. 25184703.jpeg +0 -0
  4. Bamba_Baby_FLUX.safetensors +3 -0
  5. README.md +71 -0
25184701.jpeg ADDED
25184702.jpeg ADDED
25184703.jpeg ADDED
Bamba_Baby_FLUX.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a53bb3fa313bf737d23f7aee95aebd62f20f848c1bf9dab13b2b3bfd9f1c397
3
+ size 19259728
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=False
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - character
13
+ - bamba
14
+ - ossem
15
+
16
+ base_model: black-forest-labs/FLUX.1-dev
17
+ instance_prompt: Bamba Baby
18
+ widget:
19
+ - text: ' '
20
+
21
+ output:
22
+ url: >-
23
+ 25184703.jpeg
24
+ - text: ' '
25
+
26
+ output:
27
+ url: >-
28
+ 25184702.jpeg
29
+ - text: ' '
30
+
31
+ output:
32
+ url: >-
33
+ 25184701.jpeg
34
+
35
+ ---
36
+
37
+ # Bamba Baby [FLUX]
38
+
39
+ <Gallery />
40
+
41
+
42
+
43
+ ([CivitAI](https://civitai.com/models/))
44
+
45
+ ## Model description
46
+
47
+ <p>Flux LoRA of the Baby Bamba mascot, which advertises Bamba</p><p>Bamba is a snack made of peanut-butter-flavored puffed maize manufactured by the Osem corporation.</p><p></p><p>Use <em> Bamba Baby</em> in your prompts to refer to this character</p>
48
+
49
+ ## Trigger words
50
+ You should use `Bamba Baby` to trigger the image generation.
51
+
52
+
53
+ ## Download model
54
+
55
+ Weights for this model are available in Safetensors format.
56
+
57
+ [Download](/Norod78/bamba-baby-flux/tree/main) them in the Files & versions tab.
58
+
59
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
60
+
61
+ ```py
62
+ from diffusers import AutoPipelineForText2Image
63
+ import torch
64
+
65
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
66
+ pipeline.load_lora_weights('Norod78/bamba-baby-flux', weight_name='Bamba_Baby_FLUX.safetensors')
67
+ image = pipeline('`Bamba Baby`').images[0]
68
+ ```
69
+
70
+ 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)
71
+