Norod78 commited on
Commit
cec77a0
·
verified ·
1 Parent(s): ae56056

Upload folder using huggingface_hub

Browse files
35990619.jpeg ADDED
35990620.jpeg ADDED
35990621.jpeg ADDED
35990622.jpeg ADDED
35990623.jpeg ADDED
Johnny5_Robot-Flux-LoRA-1747271.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e368ff8d5ed6b4e2d1c50d4cbd77e668873937f2fee544e921e7fd423f216f7
3
+ size 149474080
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - robot
14
+ - short circuit
15
+ - johnny5
16
+ - johnny 5 is alive!
17
+
18
+ base_model: black-forest-labs/FLUX.1-dev
19
+ instance_prompt: Johnny5 robot
20
+ widget:
21
+ - text: 'Johnny5 robot eating spaghetti'
22
+
23
+ output:
24
+ url: >-
25
+ 35990623.jpeg
26
+ - text: 'A Johnny5 robot is racing on a formula-1 racing track. Sport shot '
27
+
28
+ output:
29
+ url: >-
30
+ 35990619.jpeg
31
+ - text: 'A Johnny5 robot is a DJ at a night club, fish eye lens, smoke machine, lazer lights, holding a martini'
32
+
33
+ output:
34
+ url: >-
35
+ 35990620.jpeg
36
+ - text: 'Johnny5 robot with a red wig, playing chess at the park, bomb going off in the background'
37
+
38
+ output:
39
+ url: >-
40
+ 35990622.jpeg
41
+ - text: 'A Johnny5 robot is jumping above a cat'
42
+
43
+ output:
44
+ url: >-
45
+ 35990621.jpeg
46
+
47
+ ---
48
+
49
+ # Johnny-5 Robot [Flux LoRA]
50
+
51
+ <Gallery />
52
+
53
+
54
+
55
+ ([CivitAI](https://civitai.com/models/))
56
+
57
+ ## Model description
58
+
59
+ <p>Johnny-5 is the robotic main character of the <a rel="ugc" href="https://en.wikipedia.org/wiki/Short_Circuit_(1986_film)">Short Circuit films</a>.</p><p>Use <em>Johnny5 robot</em> in your prompts to trigger the generation</p><p>Trained using <a target="_blank" rel="ugc" href="https://www.astria.ai">Astria.ai'</a>s service</p><p><em>"Johnny 5 is alive!"</em></p>
60
+
61
+ ## Trigger words
62
+ You should use `Johnny5 robot` to trigger the image generation.
63
+
64
+
65
+ ## Download model
66
+
67
+ Weights for this model are available in Safetensors format.
68
+
69
+ [Download](/Norod78/johnny-5-robot-flux-lora/tree/main) them in the Files & versions tab.
70
+
71
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
72
+
73
+ ```py
74
+ from diffusers import AutoPipelineForText2Image
75
+ import torch
76
+
77
+ device = "cuda" if torch.cuda.is_available() else "cpu"
78
+
79
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
80
+ pipeline.load_lora_weights('Norod78/johnny-5-robot-flux-lora', weight_name='Johnny5_Robot-Flux-LoRA-1747271.safetensors')
81
+ image = pipeline('A Johnny5 robot is jumping above a cat').images[0]
82
+ ```
83
+
84
+ 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)
85
+