Upload folder using huggingface_hub
Browse files- README.md +47 -0
- modal_run_test_12.safetensors +3 -0
- modal_run_test_12_000000500.safetensors +3 -0
- modal_run_test_12_000000750.safetensors +3 -0
- modal_run_test_12_000001000.safetensors +3 -0
- modal_run_test_12_000001250.safetensors +3 -0
- samples/1733234867340__000001000_0.jpg +0 -0
- samples/1733235278555__000001300_0.jpg +0 -0
README.md
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- flux
|
| 5 |
+
- lora
|
| 6 |
+
- diffusers
|
| 7 |
+
- template:sd-lora
|
| 8 |
+
- ai-toolkit
|
| 9 |
+
widget:
|
| 10 |
+
- text: woman with red hair wearing a denim jacket, atelierai_sks_768
|
| 11 |
+
output:
|
| 12 |
+
url: samples/1733235278555__000001300_0.jpg
|
| 13 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 14 |
+
instance_prompt: atelierai_sks_768
|
| 15 |
+
license: other
|
| 16 |
+
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 |
+
# modal_run_test_12
|
| 21 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
| 22 |
+
<Gallery />
|
| 23 |
+
|
| 24 |
+
## Trigger words
|
| 25 |
+
|
| 26 |
+
You should use `atelierai_sks_768` to trigger the image generation.
|
| 27 |
+
|
| 28 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
| 29 |
+
|
| 30 |
+
Weights for this model are available in Safetensors format.
|
| 31 |
+
|
| 32 |
+
[Download](/Muhammadreza/modal-ai-toolkit-test-11/tree/main) them in the Files & versions tab.
|
| 33 |
+
|
| 34 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
| 35 |
+
|
| 36 |
+
```py
|
| 37 |
+
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('Muhammadreza/modal-ai-toolkit-test-11', weight_name='modal_run_test_12.safetensors')
|
| 42 |
+
image = pipeline('woman with red hair wearing a denim jacket, atelierai_sks_768').images[0]
|
| 43 |
+
image.save("my_image.png")
|
| 44 |
+
```
|
| 45 |
+
|
| 46 |
+
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)
|
| 47 |
+
|
modal_run_test_12.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b12608094dd1a22d7544bdbb31d3428c3f383a38f4d272dc92359e1ef664e89d
|
| 3 |
+
size 171969392
|
modal_run_test_12_000000500.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d41732bfd465f2269e89ad4e54a3f681e89ac531f440af1991d0c4839f76ad4
|
| 3 |
+
size 171969392
|
modal_run_test_12_000000750.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3e510f1cfdc9a4407701bc8744414e8e7a00994a440919ea09b6760fa3fa94e
|
| 3 |
+
size 171969392
|
modal_run_test_12_000001000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f24344ec1988fcd9b6ffdbb97d55b55dcb918b59e41bc84b30e43c6e291e6ab
|
| 3 |
+
size 171969392
|
modal_run_test_12_000001250.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8b35223d3c662d8f8acb3a839ca5ae9c48eb7107e8f9e0f94e81b1c847571a5
|
| 3 |
+
size 171969392
|
samples/1733234867340__000001000_0.jpg
ADDED
|
samples/1733235278555__000001300_0.jpg
ADDED
|