NinjaGoose commited on
Commit
03ba55d
·
verified ·
1 Parent(s): 5216bbd

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,12 @@ 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/.ipynb_checkpoints/1742053006364__000001000_0-checkpoint.jpg filter=lfs diff=lfs merge=lfs -text
37
+ samples/.ipynb_checkpoints/1742053057233__000001000_1-checkpoint.jpg filter=lfs diff=lfs merge=lfs -text
38
+ samples/.ipynb_checkpoints/1742053108123__000001000_2-checkpoint.jpg filter=lfs diff=lfs merge=lfs -text
39
+ samples/1742053006364__000001000_0.jpg filter=lfs diff=lfs merge=lfs -text
40
+ samples/1742053057233__000001000_1.jpg filter=lfs diff=lfs merge=lfs -text
41
+ samples/1742053108123__000001000_2.jpg filter=lfs diff=lfs merge=lfs -text
42
+ samples/1742057017448__000002000_0.jpg filter=lfs diff=lfs merge=lfs -text
43
+ samples/1742057068331__000002000_1.jpg filter=lfs diff=lfs merge=lfs -text
44
+ samples/1742057119149__000002000_2.jpg filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 stunning anime-style illustration of a bustling Tokyo auto garage at\
11
+ \ night, where a sleek black toyota_celica is undergoing maintenance under\
12
+ \ the warm glow of overhead shop lights. The garage is filled with energy,\
13
+ \ with four skilled mechanics in red and white uniforms working meticulously\u2014\
14
+ one carefully refueling the tank, another swapping out a tire with precision,\
15
+ \ while the others inspect the engine. The air is thick with the hum of tools\
16
+ \ and the scent of motor oil, with neon kanji signs flickering outside, casting\
17
+ \ a cool blue glow on the concrete floor. The atmosphere feels alive\u2014\
18
+ an electric blend of high-performance car culture and the dreamy warmth of\
19
+ \ hand-drawn anime detailing, capturing the heart of Tokyo\u2019s underground\
20
+ \ tuning scene."
21
+ output:
22
+ url: samples/1742057017448__000002000_0.jpg
23
+ - text: A stunning anime-style illustration of a bustling Tokyo auto garage at night,
24
+ where a sleek red toyota_celica is undergoing maintenance under the warm glow
25
+ of overhead shop lights. The garage is filled with energy, with four skilled
26
+ mechanics in red and white uniforms working meticulously
27
+ output:
28
+ url: samples/1742057068331__000002000_1.jpg
29
+ - text: 'A stunning anime-style illustration of a bustling Tokyo auto garage at
30
+ night, where a sleek black toyota_celica is undergoing maintenance under
31
+ the warm glow of overhead shop lights. '
32
+ output:
33
+ url: samples/1742057119149__000002000_2.jpg
34
+ base_model: black-forest-labs/FLUX.1-dev
35
+ instance_prompt: toyota_celica
36
+ license: other
37
+ license_name: flux-1-dev-non-commercial-license
38
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
39
+ ---
40
+
41
+ # toyota-celica
42
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
43
+ <Gallery />
44
+
45
+ ## Trigger words
46
+
47
+ You should use `toyota_celica` to trigger the image generation.
48
+
49
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
50
+
51
+ Weights for this model are available in Safetensors format.
52
+
53
+ [Download](/NinjaGoose/toyota-celica/tree/main) them in the Files & versions tab.
54
+
55
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
56
+
57
+ ```py
58
+ from diffusers import AutoPipelineForText2Image
59
+ import torch
60
+
61
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
62
+ pipeline.load_lora_weights('NinjaGoose/toyota-celica', weight_name='toyota-celica.safetensors')
63
+ image = pipeline('A stunning anime-style illustration of a bustling Tokyo auto garage at night, where a sleek black toyota_celica is undergoing maintenance under the warm glow of overhead shop lights. The garage is filled with energy, with four skilled mechanics in red and white uniforms working meticulously—one carefully refueling the tank, another swapping out a tire with precision, while the others inspect the engine. The air is thick with the hum of tools and the scent of motor oil, with neon kanji signs flickering outside, casting a cool blue glow on the concrete floor. The atmosphere feels alive—an electric blend of high-performance car culture and the dreamy warmth of hand-drawn anime detailing, capturing the heart of Tokyo’s underground tuning scene.').images[0]
64
+ image.save("my_image.png")
65
+ ```
66
+
67
+ 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)
68
+
samples/.ipynb_checkpoints/1742053006364__000001000_0-checkpoint.jpg ADDED

Git LFS Details

  • SHA256: bed1b507049ee0325e65e75b50619d384f7fe0702eb6994b0e5eb9c7ff94aef1
  • Pointer size: 131 Bytes
  • Size of remote file: 177 kB
samples/.ipynb_checkpoints/1742053057233__000001000_1-checkpoint.jpg ADDED

Git LFS Details

  • SHA256: 86dc68a0515415c5d4f870ca62b5ef079e16af5fd5c68e96750cfc5d1082c22e
  • Pointer size: 131 Bytes
  • Size of remote file: 154 kB
samples/.ipynb_checkpoints/1742053108123__000001000_2-checkpoint.jpg ADDED

Git LFS Details

  • SHA256: a4a7b231925f3d5a2bbe4a493b8f7f6b6e252b810c1e82b659c5883ac226cfdf
  • Pointer size: 131 Bytes
  • Size of remote file: 129 kB
samples/1742053006364__000001000_0.jpg ADDED

Git LFS Details

  • SHA256: bed1b507049ee0325e65e75b50619d384f7fe0702eb6994b0e5eb9c7ff94aef1
  • Pointer size: 131 Bytes
  • Size of remote file: 177 kB
samples/1742053057233__000001000_1.jpg ADDED

Git LFS Details

  • SHA256: 86dc68a0515415c5d4f870ca62b5ef079e16af5fd5c68e96750cfc5d1082c22e
  • Pointer size: 131 Bytes
  • Size of remote file: 154 kB
samples/1742053108123__000001000_2.jpg ADDED

Git LFS Details

  • SHA256: a4a7b231925f3d5a2bbe4a493b8f7f6b6e252b810c1e82b659c5883ac226cfdf
  • Pointer size: 131 Bytes
  • Size of remote file: 129 kB
samples/1742057017448__000002000_0.jpg ADDED

Git LFS Details

  • SHA256: 63b1e0381af915f2331f80c8098cc9597b583c023e1e46476d51fdf000c41d29
  • Pointer size: 131 Bytes
  • Size of remote file: 147 kB
samples/1742057068331__000002000_1.jpg ADDED

Git LFS Details

  • SHA256: a242ad448de3c0a9c29489c21849d34939ed03d427a76f9181b423e915e1145f
  • Pointer size: 131 Bytes
  • Size of remote file: 132 kB
samples/1742057119149__000002000_2.jpg ADDED

Git LFS Details

  • SHA256: 1cedb392a3e09c866a053236262b02acdb4ec9db1a6946bcc63353f9f88b2787
  • Pointer size: 131 Bytes
  • Size of remote file: 102 kB
toyota-celica.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03de23c41400bbfccacd470ad4d1776b83a4747fbd4896fa9a7d3df7f6f0968c
3
+ size 171969416
toyota-celica_000001000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:558ea875163d47a7c8710e418b5764de4135c3a3b98a31c78bf350681a01ae6e
3
+ size 171969416