RedSparkie
commited on
Commit
•
f58ef86
1
Parent(s):
88df3ee
Upload folder using huggingface_hub
Browse files- 25652398.jpeg +0 -0
- 25652399.jpeg +0 -0
- 25652400.jpeg +0 -0
- 25652402.jpeg +0 -0
- 25652404.jpeg +0 -0
- README.md +79 -0
- aitana.safetensors +3 -0
25652398.jpeg
ADDED
25652399.jpeg
ADDED
25652400.jpeg
ADDED
25652402.jpeg
ADDED
25652404.jpeg
ADDED
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: bespoke-lora-trained-license
|
4 |
+
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=True
|
5 |
+
tags:
|
6 |
+
- text-to-image
|
7 |
+
- stable-diffusion
|
8 |
+
- lora
|
9 |
+
- diffusers
|
10 |
+
- template:sd-lora
|
11 |
+
- migrated
|
12 |
+
- celebrity
|
13 |
+
|
14 |
+
base_model: black-forest-labs/FLUX.1-schnell
|
15 |
+
instance_prompt: TNTCN
|
16 |
+
widget:
|
17 |
+
- text: ' '
|
18 |
+
|
19 |
+
output:
|
20 |
+
url: >-
|
21 |
+
25652399.jpeg
|
22 |
+
- text: ' '
|
23 |
+
|
24 |
+
output:
|
25 |
+
url: >-
|
26 |
+
25652402.jpeg
|
27 |
+
- text: ' '
|
28 |
+
|
29 |
+
output:
|
30 |
+
url: >-
|
31 |
+
25652400.jpeg
|
32 |
+
- text: ' '
|
33 |
+
|
34 |
+
output:
|
35 |
+
url: >-
|
36 |
+
25652398.jpeg
|
37 |
+
- text: ' '
|
38 |
+
|
39 |
+
output:
|
40 |
+
url: >-
|
41 |
+
25652404.jpeg
|
42 |
+
|
43 |
+
---
|
44 |
+
|
45 |
+
# Aitana Ocaña
|
46 |
+
|
47 |
+
<Gallery />
|
48 |
+
|
49 |
+
|
50 |
+
|
51 |
+
|
52 |
+
|
53 |
+
## Model description
|
54 |
+
|
55 |
+
<p>Aitana Ocaña.</p><p>Just describe the scene. If it doesn't work, mention her as AitanaOcana.</p><p>The trigger word is supposed to be TNTCN, but it isn't necessary.</p><p>Please leave some Buzz and like the model if you want me to keep doing LORAs ♥.</p><p>Add some images and give me feedback so I can do better things ^^.</p>
|
56 |
+
|
57 |
+
## Trigger words
|
58 |
+
You should use `TNTCN` to trigger the image generation.
|
59 |
+
|
60 |
+
|
61 |
+
## Download model
|
62 |
+
|
63 |
+
Weights for this model are available in Safetensors format.
|
64 |
+
|
65 |
+
[Download](/RedSparkie/aitana-ocana/tree/main) them in the Files & versions tab.
|
66 |
+
|
67 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
68 |
+
|
69 |
+
```py
|
70 |
+
from diffusers import AutoPipelineForText2Image
|
71 |
+
import torch
|
72 |
+
|
73 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-schnell', torch_dtype=torch.float16).to('cuda')
|
74 |
+
pipeline.load_lora_weights('RedSparkie/aitana-ocana', weight_name='aitana.safetensors')
|
75 |
+
image = pipeline('`TNTCN`').images[0]
|
76 |
+
```
|
77 |
+
|
78 |
+
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)
|
79 |
+
|
aitana.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2afc6d5a9e8b9a031e46415d02dd879076abe38c9d2e1056197936ce95c018e5
|
3 |
+
size 171969416
|