Xena18284 commited on
Commit
98c0978
·
verified ·
1 Parent(s): 7c87d92

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -47
README.md CHANGED
@@ -3,60 +3,28 @@ tags:
3
  - text-to-image
4
  - lora
5
  - diffusers
6
- - futuristic
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: A hyper-realistic futuristic racing car in a neon city
19
- output:
20
- url: images/example1.jpg
21
- - text: A sci-fi spaceship flying over a futuristic city, cinematic lighting
22
- output:
23
- url: images/example2.jpg
 
 
24
  ---
25
-
26
- # Xena
27
 
28
  <Gallery />
29
 
30
- ## About the Model
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
- Here's how you can use the model with the `diffusers` library:
47
 
48
- ```python
49
- from diffusers import StableDiffusionPipeline
50
- from safetensors.torch import load_file
51
 
52
- # Load the base pipeline
53
- pipe = StableDiffusionPipeline.from_pretrained("Xena18284/Xena")
54
 
55
- # Load the LoRA weights
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
- # Generate an image
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.