prithivMLmods commited on
Commit
ef19df1
1 Parent(s): a260fda

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -84,6 +84,14 @@ pipe.load_lora_weights(lora_repo)
84
  device = torch.device("cuda")
85
  pipe.to(device)
86
  ```
 
 
 
 
 
 
 
 
87
  ## App File Structure
88
 
89
  /project-root/
 
84
  device = torch.device("cuda")
85
  pipe.to(device)
86
  ```
87
+ ## Sample Image + Prompt
88
+
89
+ ![Castor-Collage-Dim-Flux-LoRA](images/gta-saga.webp)
90
+
91
+ | **Prompt** |
92
+ |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
93
+ | A dynamic scene from GTA (Grand Theft Auto) is depicted in a collage of multiple panels. The background is a gritty, urban cityscape with neon lights casting vibrant shades of purple, blue, and orange, capturing the chaotic energy of the city at night. A character in casual streetwear, holding a bag of cash in one hand and a weapon in the other, stands confidently, slightly facing the right side of the frame. The character has a focused expression, exuding a sense of rebellion and risk. The entire frame is outlined in dark gray, creating a bold contrast with the vibrant city lights and shadowed streets, evoking the intense, action-packed vibe of GTA. |
94
+
95
  ## App File Structure
96
 
97
  /project-root/