Upload folder using huggingface_hub
Browse files- README.md +53 -0
- rktim.safetensors +3 -0
- rktim_000000500.safetensors +3 -0
- rktim_000000750.safetensors +3 -0
- rktim_000001000.safetensors +3 -0
- rktim_000001250.safetensors +3 -0
- samples/1751030775267__000001500_0.jpg +0 -0
- samples/1751030787587__000001500_1.jpg +0 -0
- samples/1751030799878__000001500_2.jpg +0 -0
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 person in a bustling cafe RKTIM
|
11 |
+
output:
|
12 |
+
url: samples/1751030775267__000001500_0.jpg
|
13 |
+
- text: RKTIM holding a skull, RAW realistic
|
14 |
+
output:
|
15 |
+
url: samples/1751030787587__000001500_1.jpg
|
16 |
+
- text: realistic portrait of RKTIM, raw, captured in canon
|
17 |
+
output:
|
18 |
+
url: samples/1751030799878__000001500_2.jpg
|
19 |
+
base_model: black-forest-labs/FLUX.1-dev
|
20 |
+
instance_prompt: RKTIM
|
21 |
+
license: other
|
22 |
+
license_name: flux-1-dev-non-commercial-license
|
23 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
24 |
+
---
|
25 |
+
|
26 |
+
# rktim
|
27 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
28 |
+
<Gallery />
|
29 |
+
|
30 |
+
## Trigger words
|
31 |
+
|
32 |
+
You should use `RKTIM` to trigger the image generation.
|
33 |
+
|
34 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
35 |
+
|
36 |
+
Weights for this model are available in Safetensors format.
|
37 |
+
|
38 |
+
[Download](/roktimsardar123/rktim/tree/main) them in the Files & versions tab.
|
39 |
+
|
40 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
41 |
+
|
42 |
+
```py
|
43 |
+
from diffusers import AutoPipelineForText2Image
|
44 |
+
import torch
|
45 |
+
|
46 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
47 |
+
pipeline.load_lora_weights('roktimsardar123/rktim', weight_name='rktim.safetensors')
|
48 |
+
image = pipeline('A person in a bustling cafe RKTIM').images[0]
|
49 |
+
image.save("my_image.png")
|
50 |
+
```
|
51 |
+
|
52 |
+
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)
|
53 |
+
|
rktim.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8840c20b2c24d9a3b2f361a65afc8f2bcb86028b57874aaed75c0fe6b87d969b
|
3 |
+
size 171969384
|
rktim_000000500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e06a069b3bb78af9e928d379a93e92ebdf331e79db866d44ce7cac676e82df70
|
3 |
+
size 171969384
|
rktim_000000750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9113dbe11627718472668cdba91e47e4aff044b1212d294ddcd391218153064
|
3 |
+
size 171969384
|
rktim_000001000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ce6b6e3889cd22f13f3f193fc7a5b1fa352afcd7712c5d86dd4d9f47075581c
|
3 |
+
size 171969384
|
rktim_000001250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d742f55a5bd38361f1a17dba1db5db0a8a7e5a67d7ee5b70f736e09eb751f58
|
3 |
+
size 171969384
|
samples/1751030775267__000001500_0.jpg
ADDED
![]() |
samples/1751030787587__000001500_1.jpg
ADDED
![]() |
samples/1751030799878__000001500_2.jpg
ADDED
![]() |