Upload folder using huggingface_hub
Browse files
Prepared Fish.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c00c74aa86e4bf2e2a45dce2d0e208ee94b1bbc885cedd8f7574ac4be68d185
|
3 |
+
size 171969392
|
Prepared Fish_000000011.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba6e8afc5358f687dd0306294dbdc1d954f8d0433322092ee38f76d1c7474aab
|
3 |
+
size 171969392
|
README.md
CHANGED
@@ -7,9 +7,9 @@ tags:
|
|
7 |
- template:sd-lora
|
8 |
- ai-toolkit
|
9 |
widget:
|
10 |
-
- text:
|
11 |
output:
|
12 |
-
url: samples/
|
13 |
base_model: black-forest-labs/FLUX.1-dev
|
14 |
instance_prompt: TOK
|
15 |
license: other
|
@@ -17,7 +17,7 @@ license_name: flux-1-dev-non-commercial-license
|
|
17 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
18 |
---
|
19 |
|
20 |
-
#
|
21 |
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
22 |
<Gallery />
|
23 |
|
@@ -38,8 +38,8 @@ from diffusers import AutoPipelineForText2Image
|
|
38 |
import torch
|
39 |
|
40 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
41 |
-
pipeline.load_lora_weights('sarathmenon/lora_weights', weight_name='
|
42 |
-
image = pipeline('
|
43 |
image.save("my_image.png")
|
44 |
```
|
45 |
|
|
|
7 |
- template:sd-lora
|
8 |
- ai-toolkit
|
9 |
widget:
|
10 |
+
- text: Image of TOK
|
11 |
output:
|
12 |
+
url: samples/1740488351911__000000020_0.jpg
|
13 |
base_model: black-forest-labs/FLUX.1-dev
|
14 |
instance_prompt: TOK
|
15 |
license: other
|
|
|
17 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
18 |
---
|
19 |
|
20 |
+
# Prepared Fish
|
21 |
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
22 |
<Gallery />
|
23 |
|
|
|
38 |
import torch
|
39 |
|
40 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
41 |
+
pipeline.load_lora_weights('sarathmenon/lora_weights', weight_name='Prepared Fish.safetensors')
|
42 |
+
image = pipeline('Image of TOK').images[0]
|
43 |
image.save("my_image.png")
|
44 |
```
|
45 |
|
samples/1740488269192__000000001_0.jpg
ADDED
![]() |
samples/1740488309552__000000011_0.jpg
ADDED
![]() |
samples/1740488351911__000000020_0.jpg
ADDED
![]() |