SDTX - Image Generation Model
Model description
SDTX is a LoRA model based on Stable Diffusion XL, trained by @binarybardakshat. It is designed for efficient image generation with low space usage and is CUDA-integrated, ensuring optimal performance on compatible hardware. The model is suitable for generating high-quality images with a focus on creativity and detail.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
How to Use
You can use the SDTX model in your projects by loading it with the diffusers
library.
from diffusers import StableDiffusionPipeline
# Load the model
pipeline = StableDiffusionPipeline.from_pretrained("username/SDTX")
# Generate an image
image = pipeline("India as a tech champ").images[0]
image.save("india_tech_champ.png")
- Downloads last month
- 2
Model tree for Binarybardakshat/SDTX
Base model
stabilityai/stable-diffusion-xl-base-1.0