Update README.md
Browse files
README.md
CHANGED
@@ -3,60 +3,28 @@ tags:
|
|
3 |
- text-to-image
|
4 |
- lora
|
5 |
- diffusers
|
6 |
-
-
|
7 |
-
- cars
|
8 |
-
- midjourney
|
9 |
-
- SDXL
|
10 |
-
base_model: strangerzonehf/Flux-Midjourney-Mix2-LoRA
|
11 |
-
instance_prompt: "A futuristic racing car in a neon-lit cityscape, cinematic lighting"
|
12 |
-
license: creativeml-openrail-m
|
13 |
-
language:
|
14 |
-
- en
|
15 |
-
library_name: diffusers
|
16 |
-
pipeline_tag: text-to-image
|
17 |
widget:
|
18 |
-
- text:
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
|
|
24 |
---
|
25 |
-
|
26 |
-
# Xena
|
27 |
|
28 |
<Gallery />
|
29 |
|
30 |
-
##
|
31 |
-
|
32 |
-
Xena is a LoRA model fine-tuned for creating stunning, futuristic racing car imagery. It is based on the **Flux-Midjourney-Mix2-LoRA** and integrates the **Midjourney V6.1 meets FLUX [+SDXL]** LoRA for artistic, detailed, and sci-fi-inspired results.
|
33 |
-
|
34 |
-
---
|
35 |
-
|
36 |
-
## Download the Model
|
37 |
-
|
38 |
-
Weights for this model are available in Safetensors format. You can download them from the **[Files & Versions tab](https://huggingface.co/Xena18284/Xena/tree/main)**.
|
39 |
-
|
40 |
-
---
|
41 |
-
|
42 |
-
## How to Use
|
43 |
-
|
44 |
-
### Using Diffusers (Python Library)
|
45 |
|
46 |
-
|
47 |
|
48 |
-
```python
|
49 |
-
from diffusers import StableDiffusionPipeline
|
50 |
-
from safetensors.torch import load_file
|
51 |
|
52 |
-
|
53 |
-
pipe = StableDiffusionPipeline.from_pretrained("Xena18284/Xena")
|
54 |
|
55 |
-
|
56 |
-
pipe.load_lora_weights("racing_car_style_v1.safetensors") # Your first LoRA
|
57 |
-
pipe.load_lora_weights("aidmaMJ61-FLUX-v05.safetensors") # Midjourney v6.1 + FLUX
|
58 |
|
59 |
-
|
60 |
-
prompt = "A futuristic racing car on a neon-lit street at night, cinematic lighting"
|
61 |
-
image = pipe(prompt).images[0]
|
62 |
-
image.save("racing_car_output.png")
|
|
|
3 |
- text-to-image
|
4 |
- lora
|
5 |
- diffusers
|
6 |
+
- flux-diffusion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
widget:
|
8 |
+
- text: "a red Nissan GTR R35 in a rainy city scene"
|
9 |
+
base_model:
|
10 |
+
- black-forest-labs/FLUX.1-dev
|
11 |
+
instance_prompt: "a {subject} in a {scene}"
|
12 |
+
pipeline_tag: text-to-image
|
13 |
+
library_name: diffusers
|
14 |
+
metrics:
|
15 |
+
- FID
|
16 |
---
|
17 |
+
# Test123
|
|
|
18 |
|
19 |
<Gallery />
|
20 |
|
21 |
+
## Model description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
+
Testing
|
24 |
|
|
|
|
|
|
|
25 |
|
26 |
+
## Download model
|
|
|
27 |
|
28 |
+
Weights for this model are available in Safetensors format.
|
|
|
|
|
29 |
|
30 |
+
[Download](/Xena18284/Test123/tree/main) them in the Files & versions tab.
|
|
|
|
|
|