davidrd123
commited on
Commit
•
a3048e3
1
Parent(s):
4e23b3c
Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +10 -10
- patrick_m4n_tagged_full.safetensors +3 -0
- patrick_m4n_tagged_full_000000250.safetensors +3 -0
- patrick_m4n_tagged_full_000000500.safetensors +3 -0
- patrick_m4n_tagged_full_000000750.safetensors +3 -0
- patrick_m4n_tagged_full_000001000.safetensors +3 -0
- patrick_m4n_tagged_full_000001250.safetensors +3 -0
- patrick_m4n_tagged_full_000001500.safetensors +3 -0
- patrick_m4n_tagged_full_000001750.safetensors +3 -0
- patrick_m4n_tagged_full_000002000.safetensors +3 -0
- patrick_m4n_tagged_full_000002250.safetensors +3 -0
- patrick_m4n_tagged_full_000002500.safetensors +3 -0
- patrick_m4n_tagged_full_000002750.safetensors +3 -0
- patrick_m4n_tagged_full_000003000.safetensors +3 -0
- patrick_m4n_tagged_full_000003250.safetensors +3 -0
- patrick_m4n_tagged_full_000003500.safetensors +3 -0
- patrick_m4n_tagged_full_000003750.safetensors +3 -0
- samples.zip +2 -2
- samples/1729470757950__000000000_0.jpg +0 -0
- samples/1729470790621__000000000_1.jpg +0 -0
- samples/1729470823527__000000000_2.jpg +0 -0
- samples/1729470856659__000000000_3.jpg +0 -0
- samples/1729470889761__000000000_4.jpg +0 -0
- samples/1729470922884__000000000_5.jpg +0 -0
- samples/1729470955979__000000000_6.jpg +0 -0
- samples/1729470988896__000000000_7.jpg +0 -0
- samples/1729471977620__000000250_0.jpg +0 -0
- samples/1729472010522__000000250_1.jpg +0 -0
- samples/1729472043522__000000250_2.jpg +0 -0
- samples/1729472076530__000000250_3.jpg +0 -0
- samples/1729472109458__000000250_4.jpg +0 -0
- samples/1729472142326__000000250_5.jpg +0 -0
- samples/1729472175162__000000250_6.jpg +0 -0
- samples/1729472207968__000000250_7.jpg +0 -0
- samples/1729473178678__000000500_0.jpg +0 -0
- samples/1729473211377__000000500_1.jpg +0 -0
- samples/1729473244076__000000500_2.jpg +0 -0
- samples/1729473276799__000000500_3.jpg +0 -0
- samples/1729473309509__000000500_4.jpg +0 -0
- samples/1729473342215__000000500_5.jpg +0 -0
- samples/1729473374927__000000500_6.jpg +0 -0
- samples/1729473407651__000000500_7.jpg +0 -0
- samples/1729474380007__000000750_0.jpg +0 -0
- samples/1729474412706__000000750_1.jpg +0 -0
- samples/1729474445407__000000750_2.jpg +0 -0
- samples/1729474478114__000000750_3.jpg +0 -0
- samples/1729474510823__000000750_4.jpg +0 -0
- samples/1729474543534__000000750_5.jpg +0 -0
- samples/1729474576247__000000750_6.jpg +0 -0
- samples/1729474608973__000000750_7.jpg +0 -0
README.md
CHANGED
@@ -9,30 +9,30 @@ tags:
|
|
9 |
widget:
|
10 |
- text: a hamster in the style of m00nl4nd1ng
|
11 |
output:
|
12 |
-
url: samples/
|
13 |
- text: an astronaut hamster in the style of m00nl4nd1ng
|
14 |
output:
|
15 |
-
url: samples/
|
16 |
- text: woman holding a sign that says 'I LOVE PROMPTS!' in the style of m00nl4nd1ng
|
17 |
output:
|
18 |
-
url: samples/
|
19 |
- text: a hipster man with a beard, building a chair in the style of m00nl4nd1ng
|
20 |
output:
|
21 |
-
url: samples/
|
22 |
- text: Cat with lasers shooting out of its eyes in the style of m00nl4nd1ng
|
23 |
output:
|
24 |
-
url: samples/
|
25 |
- text: sports event, athlete in motion, crowd blurred, flare from stadium lights
|
26 |
in the style of m00nl4nd1ng
|
27 |
output:
|
28 |
-
url: samples/
|
29 |
- text: a man holding a sign that says, 'this is a sign'
|
30 |
output:
|
31 |
-
url: samples/
|
32 |
- text: a pig, in a post apocalyptic world, with a shotgun, in a leather jacket,
|
33 |
in a desert, with a motorcycle
|
34 |
output:
|
35 |
-
url: samples/
|
36 |
base_model: black-forest-labs/FLUX.1-dev
|
37 |
instance_prompt: m00nl4nd1ng
|
38 |
license: other
|
@@ -40,7 +40,7 @@ license_name: flux-1-dev-non-commercial-license
|
|
40 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
41 |
---
|
42 |
|
43 |
-
#
|
44 |
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
45 |
<Gallery />
|
46 |
|
@@ -61,7 +61,7 @@ from diffusers import AutoPipelineForText2Image
|
|
61 |
import torch
|
62 |
|
63 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
64 |
-
pipeline.load_lora_weights('davidrd123/Flux-MoonLanding-Man-AiToolkit', weight_name='
|
65 |
image = pipeline('a hamster in the style of m00nl4nd1ng').images[0]
|
66 |
image.save("my_image.png")
|
67 |
```
|
|
|
9 |
widget:
|
10 |
- text: a hamster in the style of m00nl4nd1ng
|
11 |
output:
|
12 |
+
url: samples/1729489982480__000004000_0.jpg
|
13 |
- text: an astronaut hamster in the style of m00nl4nd1ng
|
14 |
output:
|
15 |
+
url: samples/1729504138754__000004000_0.jpg
|
16 |
- text: woman holding a sign that says 'I LOVE PROMPTS!' in the style of m00nl4nd1ng
|
17 |
output:
|
18 |
+
url: samples/1729490014920__000004000_1.jpg
|
19 |
- text: a hipster man with a beard, building a chair in the style of m00nl4nd1ng
|
20 |
output:
|
21 |
+
url: samples/1729504171632__000004000_1.jpg
|
22 |
- text: Cat with lasers shooting out of its eyes in the style of m00nl4nd1ng
|
23 |
output:
|
24 |
+
url: samples/1729490047374__000004000_2.jpg
|
25 |
- text: sports event, athlete in motion, crowd blurred, flare from stadium lights
|
26 |
in the style of m00nl4nd1ng
|
27 |
output:
|
28 |
+
url: samples/1729504204461__000004000_2.jpg
|
29 |
- text: a man holding a sign that says, 'this is a sign'
|
30 |
output:
|
31 |
+
url: samples/1729504237297__000004000_3.jpg
|
32 |
- text: a pig, in a post apocalyptic world, with a shotgun, in a leather jacket,
|
33 |
in a desert, with a motorcycle
|
34 |
output:
|
35 |
+
url: samples/1729490079827__000004000_3.jpg
|
36 |
base_model: black-forest-labs/FLUX.1-dev
|
37 |
instance_prompt: m00nl4nd1ng
|
38 |
license: other
|
|
|
40 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
41 |
---
|
42 |
|
43 |
+
# patrick_m4n_tagged_full
|
44 |
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
45 |
<Gallery />
|
46 |
|
|
|
61 |
import torch
|
62 |
|
63 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
64 |
+
pipeline.load_lora_weights('davidrd123/Flux-MoonLanding-Man-AiToolkit', weight_name='patrick_m4n_tagged_full.safetensors')
|
65 |
image = pipeline('a hamster in the style of m00nl4nd1ng').images[0]
|
66 |
image.save("my_image.png")
|
67 |
```
|
patrick_m4n_tagged_full.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90d8e4877080454fc9db75b5fd459476bd8cf33fe674a9f919bf8734b1372a21
|
3 |
+
size 171969432
|
patrick_m4n_tagged_full_000000250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bee883b4aad3217f2c725a6ce9ae0bce7cba0756113e959a2650e31189459782
|
3 |
+
size 171969432
|
patrick_m4n_tagged_full_000000500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67799fba11f2859952d030d39d6a7b607a8f050938506864f7bc41c9a402f6ea
|
3 |
+
size 171969432
|
patrick_m4n_tagged_full_000000750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5afa668075d0c05178c3f4b6e727af96e1d93784f3cbd22a8be0c58a9a6f06f3
|
3 |
+
size 171969432
|
patrick_m4n_tagged_full_000001000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:549356bd5cf819de226f366c2fcd895d914c5fd8f96081acbd13937edb39f049
|
3 |
+
size 171969432
|
patrick_m4n_tagged_full_000001250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d957ffd4bae43a72ba32cb08d2d18d6be54dea8212f15f038ea974c76712f276
|
3 |
+
size 171969432
|
patrick_m4n_tagged_full_000001500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb7fc335195597f0594e0f35bb0ad29986d4413981de924bdf2f5d673ebb88b5
|
3 |
+
size 171969432
|
patrick_m4n_tagged_full_000001750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:429bce265781ce7daad24400218ed17866d011a6087af07ea67d31d35129b745
|
3 |
+
size 171969432
|
patrick_m4n_tagged_full_000002000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1996da9f5de52ba9374f8aa393626ea7463ccc5d2e71c9d4a4090ece27dfdf10
|
3 |
+
size 171969432
|
patrick_m4n_tagged_full_000002250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20e07299a62817bfc6298c091caa0266d2cae794ab7e740caf1b0c27b1ce31ad
|
3 |
+
size 171969432
|
patrick_m4n_tagged_full_000002500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98c0f9115d4d083f62599fba045685ddf7258e05d987b24614fa47134f94333f
|
3 |
+
size 171969432
|
patrick_m4n_tagged_full_000002750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9636ded9f3cd44830b62c002144a5771693b8a531a05e0317ff30c6f9e0c8614
|
3 |
+
size 171969432
|
patrick_m4n_tagged_full_000003000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1dec2521b1b0d96fffb4df66f2cf358e0c19fbb647b8019eb2fd08a13c2dee86
|
3 |
+
size 171969432
|
patrick_m4n_tagged_full_000003250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c906ff9278b53a788e908e705a9589f8ad7fc59d8fe339414a6ef04b0b4db42
|
3 |
+
size 171969432
|
patrick_m4n_tagged_full_000003500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e57cbaa80977360cba901b80277bca2d04fb1dfd599c4f07127432097504b820
|
3 |
+
size 171969432
|
patrick_m4n_tagged_full_000003750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12144adb1416d11b9e7fe3d3f20f039b509d7d3324b3b8042729261569e1faca
|
3 |
+
size 171969432
|
samples.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:640f7ffe2a2f7c8b1e30f0b5fb038b6c2e8327ee1622211d747880a2af08bb87
|
3 |
+
size 11927582
|
samples/1729470757950__000000000_0.jpg
ADDED
samples/1729470790621__000000000_1.jpg
ADDED
samples/1729470823527__000000000_2.jpg
ADDED
samples/1729470856659__000000000_3.jpg
ADDED
samples/1729470889761__000000000_4.jpg
ADDED
samples/1729470922884__000000000_5.jpg
ADDED
samples/1729470955979__000000000_6.jpg
ADDED
samples/1729470988896__000000000_7.jpg
ADDED
samples/1729471977620__000000250_0.jpg
ADDED
samples/1729472010522__000000250_1.jpg
ADDED
samples/1729472043522__000000250_2.jpg
ADDED
samples/1729472076530__000000250_3.jpg
ADDED
samples/1729472109458__000000250_4.jpg
ADDED
samples/1729472142326__000000250_5.jpg
ADDED
samples/1729472175162__000000250_6.jpg
ADDED
samples/1729472207968__000000250_7.jpg
ADDED
samples/1729473178678__000000500_0.jpg
ADDED
samples/1729473211377__000000500_1.jpg
ADDED
samples/1729473244076__000000500_2.jpg
ADDED
samples/1729473276799__000000500_3.jpg
ADDED
samples/1729473309509__000000500_4.jpg
ADDED
samples/1729473342215__000000500_5.jpg
ADDED
samples/1729473374927__000000500_6.jpg
ADDED
samples/1729473407651__000000500_7.jpg
ADDED
samples/1729474380007__000000750_0.jpg
ADDED
samples/1729474412706__000000750_1.jpg
ADDED
samples/1729474445407__000000750_2.jpg
ADDED
samples/1729474478114__000000750_3.jpg
ADDED
samples/1729474510823__000000750_4.jpg
ADDED
samples/1729474543534__000000750_5.jpg
ADDED
samples/1729474576247__000000750_6.jpg
ADDED
samples/1729474608973__000000750_7.jpg
ADDED