Update README.md
Browse files
README.md
CHANGED
|
@@ -7,20 +7,17 @@ tags:
|
|
| 7 |
- template:sd-lora
|
| 8 |
widget:
|
| 9 |
- text: >-
|
| 10 |
-
|
| 11 |
-
appears to be made from a mix of gold and stone, featuring intricate
|
| 12 |
-
carvings and symbols that suggest a lost civilization. It sits on a pedestal
|
| 13 |
-
in a dimly lit room, casting shadows on the walls that hint at its complex
|
| 14 |
-
shape. The atmosphere is filled with a sense of wonder and ancient power,
|
| 15 |
-
inviting the viewer to speculate about its origins and purpose.
|
| 16 |
output:
|
| 17 |
-
url: images/
|
| 18 |
-
- text:
|
|
|
|
| 19 |
output:
|
| 20 |
-
url: images/
|
| 21 |
-
- text:
|
|
|
|
| 22 |
output:
|
| 23 |
-
url: images/
|
| 24 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 25 |
instance_prompt: null
|
| 26 |
license: openrail++
|
|
@@ -37,7 +34,7 @@ SDTX is a LoRA model based on Stable Diffusion XL, trained by @binarybardakshat.
|
|
| 37 |
|
| 38 |
Weights for this model are available in Safetensors format.
|
| 39 |
|
| 40 |
-
[Download](https://huggingface.co/
|
| 41 |
|
| 42 |
## How to Use
|
| 43 |
|
|
@@ -50,5 +47,5 @@ from diffusers import StableDiffusionPipeline
|
|
| 50 |
pipeline = StableDiffusionPipeline.from_pretrained("username/SDTX")
|
| 51 |
|
| 52 |
# Generate an image
|
| 53 |
-
image = pipeline("
|
| 54 |
-
image.save("
|
|
|
|
| 7 |
- template:sd-lora
|
| 8 |
widget:
|
| 9 |
- text: >-
|
| 10 |
+
India as a tech champ, showcasing the country as a global leader in technology with a futuristic skyline filled with tech hubs, innovation centers, and advanced infrastructure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
output:
|
| 12 |
+
url: images/india-tech-champ.png
|
| 13 |
+
- text: >-
|
| 14 |
+
An astronaut floating in the deep ocean, surrounded by marine life, with the ocean floor visible in the background. The scene is surreal, blending space exploration with underwater adventure.
|
| 15 |
output:
|
| 16 |
+
url: images/astronaut-ocean.png
|
| 17 |
+
- text: >-
|
| 18 |
+
A group of dogs and cats laughing together in a park, with joyful expressions and playful energy. The image captures a moment of pure happiness among the animals.
|
| 19 |
output:
|
| 20 |
+
url: images/dogs-cats-laughing.png
|
| 21 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 22 |
instance_prompt: null
|
| 23 |
license: openrail++
|
|
|
|
| 34 |
|
| 35 |
Weights for this model are available in Safetensors format.
|
| 36 |
|
| 37 |
+
[Download](https://huggingface.co/username/SDTX/tree/main) them in the Files & versions tab.
|
| 38 |
|
| 39 |
## How to Use
|
| 40 |
|
|
|
|
| 47 |
pipeline = StableDiffusionPipeline.from_pretrained("username/SDTX")
|
| 48 |
|
| 49 |
# Generate an image
|
| 50 |
+
image = pipeline("India as a tech champ").images[0]
|
| 51 |
+
image.save("india_tech_champ.png")
|