davidrd123
commited on
Commit
•
4e23b3c
1
Parent(s):
726800b
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_test.safetensors +3 -0
- patrick_m4n_test_000000250.safetensors +3 -0
- patrick_m4n_test_000000500.safetensors +3 -0
- patrick_m4n_test_000000750.safetensors +3 -0
- patrick_m4n_test_000001000.safetensors +3 -0
- patrick_m4n_test_000001250.safetensors +3 -0
- patrick_m4n_test_000001500.safetensors +3 -0
- patrick_m4n_test_000001750.safetensors +3 -0
- patrick_m4n_test_000002000.safetensors +3 -0
- patrick_m4n_test_000002250.safetensors +3 -0
- patrick_m4n_test_000002500.safetensors +3 -0
- patrick_m4n_test_000002750.safetensors +3 -0
- patrick_m4n_test_000003000.safetensors +3 -0
- patrick_m4n_test_000003250.safetensors +3 -0
- patrick_m4n_test_000003500.safetensors +3 -0
- patrick_m4n_test_000003750.safetensors +3 -0
- samples.zip +2 -2
- samples/1729204797633__000000000_0.jpg +0 -0
- samples/1729204829893__000000000_1.jpg +0 -0
- samples/1729204862272__000000000_2.jpg +0 -0
- samples/1729204894831__000000000_3.jpg +0 -0
- samples/1729204927372__000000000_4.jpg +0 -0
- samples/1729204959957__000000000_5.jpg +0 -0
- samples/1729204992584__000000000_6.jpg +0 -0
- samples/1729205025225__000000000_7.jpg +0 -0
- samples/1729206000555__000000250_0.jpg +0 -0
- samples/1729206033280__000000250_1.jpg +0 -0
- samples/1729206066024__000000250_2.jpg +0 -0
- samples/1729206098771__000000250_3.jpg +0 -0
- samples/1729206131525__000000250_4.jpg +0 -0
- samples/1729206164262__000000250_5.jpg +0 -0
- samples/1729206197010__000000250_6.jpg +0 -0
- samples/1729206229763__000000250_7.jpg +0 -0
- samples/1729207200023__000000500_0.jpg +0 -0
- samples/1729207232729__000000500_1.jpg +0 -0
- samples/1729207265456__000000500_2.jpg +0 -0
- samples/1729207298177__000000500_3.jpg +0 -0
- samples/1729207330893__000000500_4.jpg +0 -0
- samples/1729207363606__000000500_5.jpg +0 -0
- samples/1729207396317__000000500_6.jpg +0 -0
- samples/1729207429033__000000500_7.jpg +0 -0
- samples/1729208399043__000000750_0.jpg +0 -0
- samples/1729208431775__000000750_1.jpg +0 -0
- samples/1729208464514__000000750_2.jpg +0 -0
- samples/1729208497240__000000750_3.jpg +0 -0
- samples/1729208529972__000000750_4.jpg +0 -0
- samples/1729208562698__000000750_5.jpg +0 -0
- samples/1729208595428__000000750_6.jpg +0 -0
- samples/1729208628162__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/1729226142624__000004000_0.jpg
|
13 |
- text: an astronaut hamster in the style of m00nl4nd1ng
|
14 |
output:
|
15 |
+
url: samples/1729226175239__000004000_1.jpg
|
16 |
- text: woman holding a sign that says 'I LOVE PROMPTS!' in the style of m00nl4nd1ng
|
17 |
output:
|
18 |
+
url: samples/1729226207860__000004000_2.jpg
|
19 |
- text: a hipster man with a beard, building a chair in the style of m00nl4nd1ng
|
20 |
output:
|
21 |
+
url: samples/1729226240480__000004000_3.jpg
|
22 |
- text: Cat with lasers shooting out of its eyes in the style of m00nl4nd1ng
|
23 |
output:
|
24 |
+
url: samples/1729226273107__000004000_4.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/1729226305725__000004000_5.jpg
|
29 |
- text: a man holding a sign that says, 'this is a sign'
|
30 |
output:
|
31 |
+
url: samples/1729226338347__000004000_6.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/1729226370968__000004000_7.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_test
|
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_test.safetensors')
|
65 |
image = pipeline('a hamster in the style of m00nl4nd1ng').images[0]
|
66 |
image.save("my_image.png")
|
67 |
```
|
patrick_m4n_test.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:912563bacfa89b107ab0d6e2c88aebff454e9177ad6b4c527684c3a9037e0026
|
3 |
+
size 171969424
|
patrick_m4n_test_000000250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aad0b6049c0373da8a74e822e7abb3a13f908ff8867a112dcbad3a0c9ce79376
|
3 |
+
size 171969416
|
patrick_m4n_test_000000500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5dfb177523319bb6bd0ed615b2937f596a390a3f99b2a99353c8e5d7af62304
|
3 |
+
size 171969416
|
patrick_m4n_test_000000750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:394157c9668cc1d2c1b9e0851f0828434c4a518c6d2169decd4cce5a51fb8e8b
|
3 |
+
size 171969416
|
patrick_m4n_test_000001000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e615f88550bc8f96a1702cafa713a0927317e1115ff2ebeb3a6eb385d12a1a37
|
3 |
+
size 171969416
|
patrick_m4n_test_000001250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d83d25e682851e975ff805786128abdb77b5293f3bf22e068b60055902e80e76
|
3 |
+
size 171969416
|
patrick_m4n_test_000001500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:581323d99262f7f8211d10522487d017fdac2a6d3c42f6861286d29a6653256d
|
3 |
+
size 171969416
|
patrick_m4n_test_000001750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:941eafa0863a532565d6f07906fce30ed5882cd4edba29a6505dbed4f549ddac
|
3 |
+
size 171969416
|
patrick_m4n_test_000002000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6affb2ae2577937c62260f81c1ed56bdec2e7a97f6bd8a732de9db5423c8202
|
3 |
+
size 171969416
|
patrick_m4n_test_000002250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:75bd9ea84fb009b745b35def0596517ebcb9dceb15fab6700d4015b49681b481
|
3 |
+
size 171969424
|
patrick_m4n_test_000002500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d92dbb03cebb625721e329bf1ab6e3162f3fc3db01e3fda7fdeb038989cc18c2
|
3 |
+
size 171969424
|
patrick_m4n_test_000002750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83607c52795e5c66b772289d2184643f10a1e693fdc3862889c30b1426ebc321
|
3 |
+
size 171969424
|
patrick_m4n_test_000003000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6912098ca7b856bb0b2a1555a72b43b70661e9179303e663ed4fa1e8ce0c4db7
|
3 |
+
size 171969424
|
patrick_m4n_test_000003250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cafed0263627579fb10dc38381afe34e5aabe9c374f60bb4483c1ff4e7f83773
|
3 |
+
size 171969424
|
patrick_m4n_test_000003500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:934dcac112ecbecc6b2a09a179888b676116d6bc84caf79c79a1242009542efa
|
3 |
+
size 171969424
|
patrick_m4n_test_000003750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ae6c7001a6d6c32baa74d36e62984fa8bd8d01e51b6ba6c802682327cf38677
|
3 |
+
size 171969424
|
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:477bc2f0e708e3e5a612edb27ed050f230521e64d15d07af8c46e9878adcbe9c
|
3 |
+
size 8263373
|
samples/1729204797633__000000000_0.jpg
ADDED
samples/1729204829893__000000000_1.jpg
ADDED
samples/1729204862272__000000000_2.jpg
ADDED
samples/1729204894831__000000000_3.jpg
ADDED
samples/1729204927372__000000000_4.jpg
ADDED
samples/1729204959957__000000000_5.jpg
ADDED
samples/1729204992584__000000000_6.jpg
ADDED
samples/1729205025225__000000000_7.jpg
ADDED
samples/1729206000555__000000250_0.jpg
ADDED
samples/1729206033280__000000250_1.jpg
ADDED
samples/1729206066024__000000250_2.jpg
ADDED
samples/1729206098771__000000250_3.jpg
ADDED
samples/1729206131525__000000250_4.jpg
ADDED
samples/1729206164262__000000250_5.jpg
ADDED
samples/1729206197010__000000250_6.jpg
ADDED
samples/1729206229763__000000250_7.jpg
ADDED
samples/1729207200023__000000500_0.jpg
ADDED
samples/1729207232729__000000500_1.jpg
ADDED
samples/1729207265456__000000500_2.jpg
ADDED
samples/1729207298177__000000500_3.jpg
ADDED
samples/1729207330893__000000500_4.jpg
ADDED
samples/1729207363606__000000500_5.jpg
ADDED
samples/1729207396317__000000500_6.jpg
ADDED
samples/1729207429033__000000500_7.jpg
ADDED
samples/1729208399043__000000750_0.jpg
ADDED
samples/1729208431775__000000750_1.jpg
ADDED
samples/1729208464514__000000750_2.jpg
ADDED
samples/1729208497240__000000750_3.jpg
ADDED
samples/1729208529972__000000750_4.jpg
ADDED
samples/1729208562698__000000750_5.jpg
ADDED
samples/1729208595428__000000750_6.jpg
ADDED
samples/1729208628162__000000750_7.jpg
ADDED