Binarybardakshat commited on
Commit
f3c7995
·
verified ·
1 Parent(s): f5d5ba8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -14
README.md CHANGED
@@ -7,20 +7,17 @@ tags:
7
  - template:sd-lora
8
  widget:
9
  - text: >-
10
- A realistic 3D rendering of a mysterious, ancient artifact. The artifact
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/c17abed6-d041-4330-9791-a8e09f619c0f.png
18
- - text: a cute robot artist painting on an easel, concept art
 
19
  output:
20
- url: images/cd51e756-cdde-49bc-b907-2f45d9079cc7.png
21
- - text: neon holography crystal cat
 
22
  output:
23
- url: images/7323a470-e3b5-4c03-8431-8e5de6f65f39.png
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/binarybardakshat/SDTX/tree/main) them in the Files & versions tab.
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("A futuristic city skyline at dusk").images[0]
54
- image.save("futuristic_city.png")
 
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")