RedSparkie commited on
Commit
dece8b6
1 Parent(s): 12ef52a

Update README.md

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