ApacheXL-Mini! v1 by Apache Labs
๐ Introducing ApacheXL-Mini! ๐ ApacheXL is designed to generate stunning, photorealistic portraits, specifically featuring individuals under natural lighting conditions.
Terms and Conditions: Using this model, you agree not to deploy it behind API services or competing platforms. For commercial licenses, please contact license@apachelabs.com.
This model is not authorised for use in API services. Please contact license@apachelabs.com for business inquiries, commercial licensing, and consultation.
Key Features:
- Exceptional, prompt adherence โ
- High-quality image generation
- Optimized for generating portraits with freckles
- Enhanced details and compositions
- Trained on an extensive dataset to ensure diverse representation
- Lightweight but powerful model!
Experience the power of ApacheX-MiniL v1:
- Find
CompVis(A1111)
for model deployment using A1111.(Comming Soon) - Every other file other than
CompVis(A1111)
is part ofDiffusers
.
Usage:
Make sure to upgrade diffusers to >= 0.19.0:
pip install diffusers --upgrade
In addition, make sure to install transformers
, safetensors
, accelerate
as well as the invisible watermark:
pip install invisible_watermark transformers accelerate safetensors
To just use the base model, you can run:
from diffusers import DiffusionPipeline
import torch
pipe = DiffusionPipeline.from_pretrained("apache-labs/apachexl-mini", torch_dtype=torch.float16, use_safetensors=True, variant="fp16")
pipe.to("cuda")
# if using torch < 2.0
# pipe.enable_xformers_memory_efficient_attention()
prompt = "An astronaut riding a green horse"
images = pipe(prompt=prompt).images[0]
Other Sites ApacheXL-Mini is on:
We appreciate your support in our journey to enhance generative AI capabilities. Don't forget to follow us for updates on new models and features:
- Downloads last month
- 6