Norod78 commited on
Commit
c0522fc
1 Parent(s): f976b23

Upload folder using huggingface_hub

Browse files
Files changed (6) hide show
  1. 26037906.jpeg +0 -0
  2. 26038803.jpeg +0 -0
  3. 26038804.jpeg +0 -0
  4. 26039878.jpeg +0 -0
  5. Brain_Slug_FLUX.safetensors +3 -0
  6. README.md +75 -0
26037906.jpeg ADDED
26038803.jpeg ADDED
26038804.jpeg ADDED
26039878.jpeg ADDED
Brain_Slug_FLUX.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3ecd087ee4f895c23e1df66b05757685b6b190db6083872c8e657735b21227f
3
+ size 19262160
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - futurama
14
+ - brain slug
15
+ - brainslug
16
+
17
+ base_model: black-forest-labs/FLUX.1-dev
18
+ instance_prompt:
19
+ widget:
20
+ - text: ' '
21
+
22
+ output:
23
+ url: >-
24
+ 26038803.jpeg
25
+ - text: ' '
26
+
27
+ output:
28
+ url: >-
29
+ 26039878.jpeg
30
+ - text: ' '
31
+
32
+ output:
33
+ url: >-
34
+ 26038804.jpeg
35
+ - text: ' '
36
+
37
+ output:
38
+ url: >-
39
+ 26037906.jpeg
40
+
41
+ ---
42
+
43
+ # Brain Slug [FLUX]
44
+
45
+ <Gallery />
46
+
47
+
48
+
49
+ ([CivitAI](https://civitai.com/models/))
50
+
51
+ ## Model description
52
+
53
+ <p>A failed-ish attempt to recreate my <a target="_blank" rel="ugc" href="https://civitai.com/models/125119/brain-slug-from-futurama">SD brain-slug LoRA</a>.</p><p>Seems like LoRA weight strength of at least 1.5 is needed to generate the intended Brain-Slug</p><p></p><p>"<a target="_blank" rel="ugc" href="https://futurama.fandom.com/wiki/Brain_Slug"><strong>Brain Slugs</strong></a> are a species of space parasite that attaches its jelly-like body to a victim's head and takes control of their brain. The specimen is lime in color and consists of a translucent jelly-like body complete with two feelers and one large eyeball. An adult brain slug is about the size of a fist."</p><p>I have made <a target="_blank" rel="ugc" href="https://huggingface.co/datasets/Norod78/BrainSlug-blip-captions-1024">the training dataset available on Huggingface</a></p>
54
+
55
+
56
+
57
+ ## Download model
58
+
59
+ Weights for this model are available in Safetensors format.
60
+
61
+ [Download](/Norod78/brain-slug-flux/tree/main) them in the Files & versions tab.
62
+
63
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
64
+
65
+ ```py
66
+ from diffusers import AutoPipelineForText2Image
67
+ import torch
68
+
69
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
70
+ pipeline.load_lora_weights('Norod78/brain-slug-flux', weight_name='Brain_Slug_FLUX.safetensors')
71
+ image = pipeline('Your custom prompt').images[0]
72
+ ```
73
+
74
+ 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)
75
+