RedSparkie
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -29,32 +29,4 @@ widget:
|
|
29 |
url: >-
|
30 |
26475647.jpeg
|
31 |
|
32 |
-
---
|
33 |
-
|
34 |
-
## Model description
|
35 |
-
|
36 |
-
<p>USE THE TRIGGER WORD AT THE BEGINNING BY ADDING:<br />LLNCLRK, [rest of the prompt].</p><p>I've been trying with less pics and steps.</p><p>Please guys, give me like, add pictures and tip me some buzz ♥.</p>
|
37 |
-
|
38 |
-
## Trigger words
|
39 |
-
You should use `LLNCLRK` to trigger the image generation.
|
40 |
-
|
41 |
-
|
42 |
-
## Download model
|
43 |
-
|
44 |
-
Weights for this model are available in Safetensors format.
|
45 |
-
|
46 |
-
[Download](/RedSparkie/lluna-clark/tree/main) them in the Files & versions tab.
|
47 |
-
|
48 |
-
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
49 |
-
|
50 |
-
```py
|
51 |
-
from diffusers import AutoPipelineForText2Image
|
52 |
-
import torch
|
53 |
-
|
54 |
-
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
|
55 |
-
pipeline.load_lora_weights('RedSparkie/lluna-clark', weight_name='llunaclark.safetensors')
|
56 |
-
image = pipeline('`LLNCLRK`').images[0]
|
57 |
-
```
|
58 |
-
|
59 |
-
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)
|
60 |
-
|
|
|
29 |
url: >-
|
30 |
26475647.jpeg
|
31 |
|
32 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|