Upload folder using huggingface_hub
Browse files- README.md +54 -0
- pixel-art-style.safetensors +3 -0
- pixel-art-style_000000750.safetensors +3 -0
- pixel-art-style_000001000.safetensors +3 -0
- pixel-art-style_000001250.safetensors +3 -0
- pixel-art-style_000001500.safetensors +3 -0
- samples/1727821654605__000001750_0.jpg +0 -0
- samples/1727821757748__000001750_1.jpg +0 -0
- samples/1727821860990__000001750_2.jpg +0 -0
README.md
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 person near a bustling cafe, tree blossoms, in the style of pixel art
|
| 11 |
+
output:
|
| 12 |
+
url: samples/1727821654605__000001750_0.jpg
|
| 13 |
+
- text: A mountainous landscape, sunset, river, clouds in the style of pixel art
|
| 14 |
+
output:
|
| 15 |
+
url: samples/1727821757748__000001750_1.jpg
|
| 16 |
+
- text: A man standing on top of a building in a futuristic city in the style of
|
| 17 |
+
pixel art
|
| 18 |
+
output:
|
| 19 |
+
url: samples/1727821860990__000001750_2.jpg
|
| 20 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 21 |
+
instance_prompt: in the style of pixel art
|
| 22 |
+
license: other
|
| 23 |
+
license_name: flux-1-dev-non-commercial-license
|
| 24 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 25 |
+
---
|
| 26 |
+
|
| 27 |
+
# pixel-art-style
|
| 28 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
| 29 |
+
<Gallery />
|
| 30 |
+
|
| 31 |
+
## Trigger words
|
| 32 |
+
|
| 33 |
+
You should use `in the style of pixel art` to trigger the image generation.
|
| 34 |
+
|
| 35 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
| 36 |
+
|
| 37 |
+
Weights for this model are available in Safetensors format.
|
| 38 |
+
|
| 39 |
+
[Download](/jayavibhav/pixel-art-style/tree/main) them in the Files & versions tab.
|
| 40 |
+
|
| 41 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
| 42 |
+
|
| 43 |
+
```py
|
| 44 |
+
from diffusers import AutoPipelineForText2Image
|
| 45 |
+
import torch
|
| 46 |
+
|
| 47 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
| 48 |
+
pipeline.load_lora_weights('jayavibhav/pixel-art-style', weight_name='pixel-art-style')
|
| 49 |
+
image = pipeline('A person near a bustling cafe, tree blossoms, in the style of pixel art').images[0]
|
| 50 |
+
image.save("my_image.png")
|
| 51 |
+
```
|
| 52 |
+
|
| 53 |
+
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)
|
| 54 |
+
|
pixel-art-style.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1934606f9e9d4cf0352b7df8d551309010df7d9d2227ffd4fdd730f2ad16a95e
|
| 3 |
+
size 171969448
|
pixel-art-style_000000750.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdc04e3a1c6f893444ec165aab185a83a96349bfe3861182259d2b93d5065859
|
| 3 |
+
size 171969448
|
pixel-art-style_000001000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d0acf64996584c861cbde21ba34deddd17348b9be100d39adad37406ebb233c
|
| 3 |
+
size 171969448
|
pixel-art-style_000001250.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c5b2550e2793cf56aca46b6e928bc71e349cc88881403fd8ecf1276dbd525968
|
| 3 |
+
size 171969448
|
pixel-art-style_000001500.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6358e3a8c630c231f628199acf07b33f02851a491f68764db987b5b430f029aa
|
| 3 |
+
size 171969448
|
samples/1727821654605__000001750_0.jpg
ADDED
|
|
samples/1727821757748__000001750_1.jpg
ADDED
|
|
samples/1727821860990__000001750_2.jpg
ADDED
|
|