Norod78 commited on
Commit
5f3f9ba
·
verified ·
1 Parent(s): c246f10

Upload folder using huggingface_hub

Browse files
29750717.jpeg ADDED
29750718.jpeg ADDED
29750719.jpeg ADDED
29750720.jpeg ADDED
29750721.jpeg ADDED
29750722.jpeg ADDED
29750723.jpeg ADDED
FLUX-Denver_The_Last_Dinosaur-LoRA_1613653.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87771daf7aa147e4ce6668e10f353f7c62a8f27f59fe923906019295f89138c9
3
+ size 149474080
README.md ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - dinosaur
14
+ - cartoon
15
+ - denver
16
+
17
+ base_model: black-forest-labs/FLUX.1-dev
18
+ instance_prompt: green dinosaur
19
+ widget:
20
+ - text: 'A green dinosaur is a DJ at a night club, fish eye lens, smoke machine, lazer lights, holding a martini'
21
+
22
+ output:
23
+ url: >-
24
+ 29750723.jpeg
25
+ - text: 'green dinosaur is smoking a Marijuana joint next to a Marijuana plant in a pot'
26
+
27
+ output:
28
+ url: >-
29
+ 29750719.jpeg
30
+ - text: 'green dinosaur wearing a "Founder Mode" cap'
31
+
32
+ output:
33
+ url: >-
34
+ 29750721.jpeg
35
+ - text: 'green dinosaur eating spaghetti'
36
+
37
+ output:
38
+ url: >-
39
+ 29750717.jpeg
40
+ - text: 'A green dinosaur dressed as a Pokemon trainer standing next to a Pikachu'
41
+
42
+ output:
43
+ url: >-
44
+ 29750718.jpeg
45
+ - text: 'A green dinosaur in a leather jacket riding a motorcycle in the desert'
46
+
47
+ output:
48
+ url: >-
49
+ 29750720.jpeg
50
+ - text: 'A green dinosaur is a DJ at a night club, fish eye lens, smoke machine, lazer lights, holding a martini'
51
+
52
+ output:
53
+ url: >-
54
+ 29750722.jpeg
55
+
56
+ ---
57
+
58
+ # Denver, the Last Dinosaur [FLUX]
59
+
60
+ <Gallery />
61
+
62
+
63
+
64
+ ([CivitAI](https://civitai.com/models/))
65
+
66
+ ## Model description
67
+
68
+ <p><a rel="ugc" href="https://en.wikipedia.org/wiki/Denver,_the_Last_Dinosaur">Denver, the last dinosaur </a>was a cartoon show airing ~1988-1990 </p><p>Use the phrase "green dinosaur" in your prompts to trigger the generation</p><p><br /><strong>"Denver, the last dinosaur He's my friend and a whole lot more"</strong></p>
69
+
70
+ ## Trigger words
71
+ You should use `green dinosaur` to trigger the image generation.
72
+
73
+
74
+ ## Download model
75
+
76
+ Weights for this model are available in Safetensors format.
77
+
78
+ [Download](/Norod78/denver-the-last-dinosaur-flux/tree/main) them in the Files & versions tab.
79
+
80
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
81
+
82
+ ```py
83
+ from diffusers import AutoPipelineForText2Image
84
+ import torch
85
+
86
+ device = "cuda" if torch.cuda.is_available() else "cpu"
87
+
88
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
89
+ pipeline.load_lora_weights('Norod78/denver-the-last-dinosaur-flux', weight_name='FLUX-Denver_The_Last_Dinosaur-LoRA_1613653.safetensors')
90
+ image = pipeline('A green dinosaur is a DJ at a night club, fish eye lens, smoke machine, lazer lights, holding a martini').images[0]
91
+ ```
92
+
93
+ 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)
94
+