RedSparkie commited on
Commit
7096cad
1 Parent(s): 5a98055

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-dev
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
+ # Aitana Ocaña
44
+
45
+ <Gallery />
46
+
47
+
48
+
49
+
50
+
51
+ ## Model description
52
+
53
+ <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>
54
+
55
+ ## Trigger words
56
+ You should use `TNTCN` to trigger the image generation.
57
+
58
+ ## Download model
59
+
60
+ Weights for this model are available in Safetensors format.
61
+
62
+ [Download](/RedSparkie/aitana-ocana/tree/main) them in the Files & versions tab.
63
+
64
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
65
+
66
+ ```py
67
+ from diffusers import AutoPipelineForText2Image
68
+ import torch
69
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-schnell', torch_dtype=torch.float16).to('cuda')
70
+ pipeline.load_lora_weights('RedSparkie/aitana-ocana', weight_name='aitana.safetensors')
71
+ image = pipeline('`TNTCN`').images[0]
72
+ ```
73
+
74
+ 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)
75
+