prithivMLmods commited on
Commit
39e9a38
1 Parent(s): 784b2ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -25,11 +25,7 @@ license: creativeml-openrail-m
25
  ---
26
  # Castor-Gta6-Theme-Flux-LoRA
27
 
28
- ![Castor-Gta6-Theme-Flux-LoRA](images/1.webp)
29
-
30
- | **Prompt** |
31
- |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
32
- | World of GTA 6, Captured at eye-level on a high-angle shot of a highway at sunset. The sky is a vibrant pink, with a few wispy clouds scattered across the sky. The sun is setting, casting a warm glow over the scene. In the foreground, a bridge stretches over a body of water, dotted with trees and a few cars. The bridge is adorned with a white truck with a red sign on the side, adding a pop of color to the scene to the image, GTA 6 Theme |
33
 
34
  **The model is still in the training phase. This is not the final version and may contain artifacts and perform poorly in some cases.**
35
 
@@ -66,6 +62,15 @@ pipe.load_lora_weights(lora_repo)
66
  device = torch.device("cuda")
67
  pipe.to(device)
68
  ```
 
 
 
 
 
 
 
 
 
69
  ## App File Structure
70
 
71
  /project-root/
 
25
  ---
26
  # Castor-Gta6-Theme-Flux-LoRA
27
 
28
+ <Gallery />
 
 
 
 
29
 
30
  **The model is still in the training phase. This is not the final version and may contain artifacts and perform poorly in some cases.**
31
 
 
62
  device = torch.device("cuda")
63
  pipe.to(device)
64
  ```
65
+ # Sample
66
+
67
+ ![Castor-Gta6-Theme-Flux-LoRA](images/1.webp)
68
+
69
+ | **Prompt** |
70
+ |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
71
+ | World of GTA 6, Captured at eye-level on a high-angle shot of a highway at sunset. The sky is a vibrant pink, with a few wispy clouds scattered across the sky. The sun is setting, casting a warm glow over the scene. In the foreground, a bridge stretches over a body of water, dotted with trees and a few cars. The bridge is adorned with a white truck with a red sign on the side, adding a pop of color to the scene to the image, GTA 6 Theme |
72
+
73
+
74
  ## App File Structure
75
 
76
  /project-root/