azaduddin commited on
Commit
dcd8785
·
1 Parent(s): 0d8f146

Uploaded model files and samples

Browse files
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ samples/1749824248450__000000800_0.jpg filter=lfs diff=lfs merge=lfs -text
37
+ samples/1749824279180__000000800_1.jpg filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - autotrain
4
+ - spacerunner
5
+ - text-to-image
6
+ - flux
7
+ - lora
8
+ - diffusers
9
+ - template:sd-lora
10
+ widget:
11
+ - text: memestylx, smiling hulk crypto coin, make everyone happy, all within a circular
12
+ emblem
13
+ output:
14
+ url: samples/1749824248450__000000800_0.jpg
15
+ - text: memestylx, flappy bird, takes you to height, all within a circular emblem
16
+ output:
17
+ url: samples/1749824279180__000000800_1.jpg
18
+ base_model: black-forest-labs/FLUX.1-dev
19
+ instance_prompt: memestylx
20
+ license: other
21
+ license_name: flux-1-dev-non-commercial-license
22
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
23
+ ---
24
+
25
+ # meme-token
26
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
27
+ <Gallery />
28
+
29
+ ## Trigger words
30
+
31
+ You should use `memestylx` to trigger the image generation.
32
+
33
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
34
+
35
+ Weights for this model are available in Safetensors format.
36
+
37
+ [Download](/azad-uddin/meme-token/tree/main) them in the Files & versions tab.
38
+
39
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
40
+
41
+ ```py
42
+ from diffusers import AutoPipelineForText2Image
43
+ import torch
44
+
45
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
46
+ pipeline.load_lora_weights('azad-uddin/meme-token', weight_name='meme-token.safetensors')
47
+ image = pipeline('memestylx, smiling hulk crypto coin, make everyone happy, all within a circular emblem').images[0]
48
+ image.save("my_image.png")
49
+ ```
50
+
51
+ 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)
52
+
meme-token.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bd0c81506a83c2941a1efbfae1992b5b914ce4defc7cddd3b7334ea4ffba5a2
3
+ size 687476552
samples/1749824248450__000000800_0.jpg ADDED

Git LFS Details

  • SHA256: 9500c20a2c85ba984da317c53322843bab30bd68eff55e20bde13cfc41b27e05
  • Pointer size: 131 Bytes
  • Size of remote file: 143 kB
samples/1749824279180__000000800_1.jpg ADDED

Git LFS Details

  • SHA256: 3cd515365117f6178b0f0173fb44d35f081b6152f3e6b24808e47eb773dd676c
  • Pointer size: 131 Bytes
  • Size of remote file: 119 kB