Upload folder using huggingface_hub
Browse files- README.md +58 -0
- newyearlamp2.safetensors +3 -0
- newyearlamp2_000000250.safetensors +3 -0
- newyearlamp2_000000500.safetensors +3 -0
- newyearlamp2_000000750.safetensors +3 -0
- samples/1727182861777__000001000_0.jpg +0 -0
- samples/1727182878199__000001000_1.jpg +0 -0
- samples/1727182894618__000001000_2.jpg +0 -0
README.md
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- flux
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
- ai-toolkit
|
9 |
+
widget:
|
10 |
+
- text: NewYearLamp2
|
11 |
+
output:
|
12 |
+
url: samples/1727182861777__000001000_0.jpg
|
13 |
+
- text: A single gold-toned hexagonal lantern with a vintage-style design, sitting
|
14 |
+
on a wooden table. The lantern features intricate filigree metalwork and is
|
15 |
+
decorated with a festive holiday scene of Santa Claus and snowflakes. A warm
|
16 |
+
light glows from within, casting a soft glow. The lantern is the size of a
|
17 |
+
hand, and behind it, there are other decorative objects, completing the festive
|
18 |
+
display. NewYearLamp2
|
19 |
+
output:
|
20 |
+
url: samples/1727182878199__000001000_1.jpg
|
21 |
+
- text: Kids with NewYearLamp2. New Year Christmas tree
|
22 |
+
output:
|
23 |
+
url: samples/1727182894618__000001000_2.jpg
|
24 |
+
base_model: black-forest-labs/FLUX.1-dev
|
25 |
+
instance_prompt: NewYearLamp2
|
26 |
+
license: other
|
27 |
+
license_name: flux-1-dev-non-commercial-license
|
28 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
29 |
+
---
|
30 |
+
|
31 |
+
# newyearlamp2
|
32 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
33 |
+
<Gallery />
|
34 |
+
|
35 |
+
## Trigger words
|
36 |
+
|
37 |
+
You should use `NewYearLamp2` to trigger the image generation.
|
38 |
+
|
39 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
40 |
+
|
41 |
+
Weights for this model are available in Safetensors format.
|
42 |
+
|
43 |
+
[Download](/life/newyearlamp2/tree/main) them in the Files & versions tab.
|
44 |
+
|
45 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
46 |
+
|
47 |
+
```py
|
48 |
+
from diffusers import AutoPipelineForText2Image
|
49 |
+
import torch
|
50 |
+
|
51 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
52 |
+
pipeline.load_lora_weights('life/newyearlamp2', weight_name='newyearlamp2.safetensors')
|
53 |
+
image = pipeline('NewYearLamp2').images[0]
|
54 |
+
image.save("my_image.png")
|
55 |
+
```
|
56 |
+
|
57 |
+
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)
|
58 |
+
|
newyearlamp2.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cb8508e34a95acced5848d9353937a332972d745dd4222c1b795ab87625dcc8
|
3 |
+
size 171969416
|
newyearlamp2_000000250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:128296ddee85e0fa64975fd2b9002ab7dbe593fdedd0f81bf874aa0d59660cc9
|
3 |
+
size 171969416
|
newyearlamp2_000000500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c38340e9f6973be12c2933335072bf9661bddd196e407c35a75094d0fe2337f
|
3 |
+
size 171969416
|
newyearlamp2_000000750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a962282c1403aa8248436409078ce6e3a716f4768e05b53342306017792fe178
|
3 |
+
size 171969416
|
samples/1727182861777__000001000_0.jpg
ADDED
samples/1727182878199__000001000_1.jpg
ADDED
samples/1727182894618__000001000_2.jpg
ADDED