Coquelicots commited on
Commit
9f162c4
·
verified ·
1 Parent(s): bd45304

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - flux
5
+ - lora
6
+ - diffusers
7
+ - template:sd-lora
8
+ - ai-toolkit
9
+ widget:
10
+ - text: VLRBUNDLE Embark on a journey through the unforgiving wilderness with the
11
+ Desert Sands Bundle, a collection that captures the raw beauty and harsh reality
12
+ of arid landscapes. This bundle features the Desert Sands Vandal, Desert Sands
13
+ Phantom, Desert Sands Operator, Desert Sands Knife, and Desert Sands Shorty,
14
+ each designed with a rugged, weathered aesthetic that evokes the spirit of
15
+ survival. The weapons boast a palette of earthy browns, tans, and muted golds,
16
+ with textured surfaces that mimic the wear and tear of the desert environment.
17
+ Set against a backdrop of endless sand dunes and scorching sun, the Desert
18
+ Sands Bundle is inspired by the resilience and adaptability of those who brave
19
+ the desert, perfect for players who thrive in challenging conditions and seek
20
+ to dominate with grit and determination.
21
+ output:
22
+ url: samples/1733505612221__000001000_0.jpg
23
+ - text: VLRBUNDLE Step into the shadows of opulence and deception with the Bandits'
24
+ Gold Bundle, a lavish collection that blends elegance with a touch of danger.
25
+ This bundle features the Bandits' Gold Vandal, Bandits' Gold Phantom, Bandits'
26
+ Gold Operator, Bandits' Gold Knife, and Bandits' Gold Shorty, each crafted
27
+ with a striking combination of gold and black. The weapons boast intricate,
28
+ ornate designs reminiscent of ill-gotten treasures, with gleaming gold accents
29
+ contrasting against sleek, dark surfaces. Set against a backdrop of dimly
30
+ lit vaults and scattered riches, the Bandits' Gold Bundle is inspired by the
31
+ allure of high-stakes heists and the thrill of the underworld, perfect for
32
+ players who seek to outsmart and outshine their opponents with a blend of
33
+ style and cunning.
34
+ output:
35
+ url: samples/1733505675214__000001000_1.jpg
36
+ - text: VLRBUNDLE Dive into a vibrant world of flavor and fun with the Multi-Fruit
37
+ Bundle, a colorful collection that brings a burst of freshness to your arsenal.
38
+ This bundle features the Multi-Fruit Vandal, Multi-Fruit Phantom, Multi-Fruit
39
+ Operator, Multi-Fruit Knife, and Multi-Fruit Shorty, each adorned with a lively
40
+ mix of fruity designs and bright, juicy colors. The weapons boast intricate
41
+ patterns of watermelons, oranges, pineapples, and more, creating a visually
42
+ delightful and playful aesthetic. Set against a backdrop of vivid, tropical
43
+ hues and sunny skies, the Multi-Fruit Bundle is inspired by the joy and energy
44
+ of a summer fruit festival, perfect for players who want to add a splash of
45
+ color and a taste of sweet victory to their gameplay.
46
+ output:
47
+ url: samples/1733505740209__000001000_2.jpg
48
+ base_model: black-forest-labs/FLUX.1-dev
49
+ instance_prompt: VLRBUNDLE
50
+ license: other
51
+ license_name: flux-1-dev-non-commercial-license
52
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
53
+ ---
54
+
55
+ # valorant-bundle-lora-flux1-dev
56
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
57
+ <Gallery />
58
+
59
+ ## Trigger words
60
+
61
+ You should use `VLRBUNDLE` to trigger the image generation.
62
+
63
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
64
+
65
+ Weights for this model are available in Safetensors format.
66
+
67
+ [Download](/Coquelicots/valorant-bundle-lora-flux1-dev/tree/main) them in the Files & versions tab.
68
+
69
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
70
+
71
+ ```py
72
+ from diffusers import AutoPipelineForText2Image
73
+ import torch
74
+
75
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
76
+ pipeline.load_lora_weights('Coquelicots/valorant-bundle-lora-flux1-dev', weight_name='valorant-bundle-lora-flux1-dev.safetensors')
77
+ image = pipeline('VLRBUNDLE Embark on a journey through the unforgiving wilderness with the Desert Sands Bundle, a collection that captures the raw beauty and harsh reality of arid landscapes. This bundle features the Desert Sands Vandal, Desert Sands Phantom, Desert Sands Operator, Desert Sands Knife, and Desert Sands Shorty, each designed with a rugged, weathered aesthetic that evokes the spirit of survival. The weapons boast a palette of earthy browns, tans, and muted golds, with textured surfaces that mimic the wear and tear of the desert environment. Set against a backdrop of endless sand dunes and scorching sun, the Desert Sands Bundle is inspired by the resilience and adaptability of those who brave the desert, perfect for players who thrive in challenging conditions and seek to dominate with grit and determination.').images[0]
78
+ image.save("my_image.png")
79
+ ```
80
+
81
+ 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)
82
+
samples/1733505612221__000001000_0.jpg ADDED
samples/1733505675214__000001000_1.jpg ADDED
samples/1733505740209__000001000_2.jpg ADDED
valorant-bundle-lora-flux1-dev.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa284df13fff78124727d8f634bdc904f262c02b3a54dba7a8197427b1105106
3
+ size 171969448
valorant-bundle-lora-flux1-dev_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85641795e5d5584e2035aff41dc19db5540ccd53f9d6102d8dca52ebe9b86c9c
3
+ size 171969440
valorant-bundle-lora-flux1-dev_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff6d208646165b8462912d672e5c67cab3278a46e20839d5474ccb5c06b64cd6
3
+ size 171969440
valorant-bundle-lora-flux1-dev_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d857dcbe83e4696d6b2f6f7a26ce4481cc38ef3db84cb83122ecc7a48ab3ff4
3
+ size 171969440