life commited on
Commit
593097e
·
verified ·
1 Parent(s): 6582c99

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - flux
5
+ - lora
6
+ - diffusers
7
+ - template:sd-lora
8
+ - ai-toolkit
9
+ widget:
10
+ - text: a 3D model of an orange robot with yellow eyes against a white background.
11
+ DummyCars
12
+ output:
13
+ url: samples/1729592878029__000001000_0.jpg
14
+ - text: a man driving a car with a robot in the passenger seat. The car is surrounded
15
+ by trees and the sky is visible at the top of the image. DummyCars
16
+ output:
17
+ url: samples/1729592894794__000001000_1.jpg
18
+ - text: a man in an orange suit riding a red motorcycle on a road surrounded by
19
+ grass, a wall, and a building in the background. DummyCars
20
+ output:
21
+ url: samples/1729592911564__000001000_2.jpg
22
+ base_model: black-forest-labs/FLUX.1-dev
23
+ instance_prompt: DummyCars
24
+ license: other
25
+ license_name: flux-1-dev-non-commercial-license
26
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
27
+ ---
28
+
29
+ # dummy
30
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
31
+ <Gallery />
32
+
33
+ ## Trigger words
34
+
35
+ You should use `DummyCars` to trigger the image generation.
36
+
37
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
38
+
39
+ Weights for this model are available in Safetensors format.
40
+
41
+ [Download](/life/dummy/tree/main) them in the Files & versions tab.
42
+
43
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
44
+
45
+ ```py
46
+ from diffusers import AutoPipelineForText2Image
47
+ import torch
48
+
49
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
50
+ pipeline.load_lora_weights('life/dummy', weight_name='dummy.safetensors')
51
+ image = pipeline('a 3D model of an orange robot with yellow eyes against a white background. DummyCars').images[0]
52
+ image.save("my_image.png")
53
+ ```
54
+
55
+ 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)
56
+
dummy.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d7e0f4317bec2092f211b877bb209239a13dcc90730dff9ba8810196ce561a2
3
+ size 171969392
dummy_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2fef004b630f313e0a95ac78ada58ad6fa6000e71411ef3c272febc7e272823
3
+ size 171969392
dummy_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0451a7a05706ee4ec5574fa2861159a72083ba7695c018726bb569bd1fe4c52b
3
+ size 171969392
dummy_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58c35fe66b49f2e2155ccb5b15e14c6ab4b5664cd525c5fd1fc1548762139376
3
+ size 171969392
samples/1729592878029__000001000_0.jpg ADDED
samples/1729592894794__000001000_1.jpg ADDED
samples/1729592911564__000001000_2.jpg ADDED