Upload folder using huggingface_hub
Browse files- README.md +56 -0
- barsketch.safetensors +3 -0
- barsketch_000000200.safetensors +3 -0
- barsketch_000000400.safetensors +3 -0
- barsketch_000000600.safetensors +3 -0
- barsketch_000000800.safetensors +3 -0
- samples/1726625320771__000000000_0.jpg +0 -0
- samples/1726625338751__000000000_1.jpg +0 -0
- samples/1726625356734__000000000_2.jpg +0 -0
- samples/1726625374724__000000000_3.jpg +0 -0
- samples/1726626325440__000000250_0.jpg +0 -0
- samples/1726626343628__000000250_1.jpg +0 -0
- samples/1726626361816__000000250_2.jpg +0 -0
- samples/1726626380003__000000250_3.jpg +0 -0
- samples/1726627323844__000000500_0.jpg +0 -0
- samples/1726627342045__000000500_1.jpg +0 -0
- samples/1726627360241__000000500_2.jpg +0 -0
- samples/1726627378437__000000500_3.jpg +0 -0
- samples/1726628330386__000000750_0.jpg +0 -0
- samples/1726628348577__000000750_1.jpg +0 -0
- samples/1726628366779__000000750_2.jpg +0 -0
- samples/1726628384969__000000750_3.jpg +0 -0
- samples/1726629332944__000001000_0.jpg +0 -0
- samples/1726629351150__000001000_1.jpg +0 -0
- samples/1726629369351__000001000_2.jpg +0 -0
- samples/1726629387572__000001000_3.jpg +0 -0
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 church in a field on a sunny day, [trigger] style.
|
11 |
+
output:
|
12 |
+
url: samples/1726629332944__000001000_0.jpg
|
13 |
+
- text: A seal plays with a ball on the beach, [trigger] style.
|
14 |
+
output:
|
15 |
+
url: samples/1726629351150__000001000_1.jpg
|
16 |
+
- text: A clown at the circus rides on a zebra, [trigger] style.
|
17 |
+
output:
|
18 |
+
url: samples/1726629369351__000001000_2.jpg
|
19 |
+
- text: '[trigger]'
|
20 |
+
output:
|
21 |
+
url: samples/1726629387572__000001000_3.jpg
|
22 |
+
base_model: black-forest-labs/FLUX.1-dev
|
23 |
+
instance_prompt: BARSKETCH
|
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 |
+
# barsketch
|
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 `BARSKETCH` 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](/uwcc/barsketch/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('uwcc/barsketch', weight_name='barsketch')
|
51 |
+
image = pipeline('A church in a field on a sunny day, [trigger] style.').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 |
+
|
barsketch.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c7bb4299ed03388fe25fbde35d1c1e303c72fd70da9e1656eb406ac9c638fc8
|
3 |
+
size 171969400
|
barsketch_000000200.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a6312ef7e4dbc834c6741cfeb0e54dae3817930a7d048aa0259bae9ad7afe52
|
3 |
+
size 171969400
|
barsketch_000000400.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ad08e77efdac475a3faebc99c4fd1adbad81397716f2604c3a4e6d95cab9a76
|
3 |
+
size 171969400
|
barsketch_000000600.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86e5e95b10e0cf90f6ec833fe633eda2cce318ebf7466ced50e5775683306471
|
3 |
+
size 171969400
|
barsketch_000000800.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14381a219dba1ed3979f99df7d39a016b9be0c07dd7ad19c4f424a2f5dc8389b
|
3 |
+
size 171969400
|
samples/1726625320771__000000000_0.jpg
ADDED
samples/1726625338751__000000000_1.jpg
ADDED
samples/1726625356734__000000000_2.jpg
ADDED
samples/1726625374724__000000000_3.jpg
ADDED
samples/1726626325440__000000250_0.jpg
ADDED
samples/1726626343628__000000250_1.jpg
ADDED
samples/1726626361816__000000250_2.jpg
ADDED
samples/1726626380003__000000250_3.jpg
ADDED
samples/1726627323844__000000500_0.jpg
ADDED
samples/1726627342045__000000500_1.jpg
ADDED
samples/1726627360241__000000500_2.jpg
ADDED
samples/1726627378437__000000500_3.jpg
ADDED
samples/1726628330386__000000750_0.jpg
ADDED
samples/1726628348577__000000750_1.jpg
ADDED
samples/1726628366779__000000750_2.jpg
ADDED
samples/1726628384969__000000750_3.jpg
ADDED
samples/1726629332944__000001000_0.jpg
ADDED
samples/1726629351150__000001000_1.jpg
ADDED
samples/1726629369351__000001000_2.jpg
ADDED
samples/1726629387572__000001000_3.jpg
ADDED