Instructions to use EmpSurak/The-Next-Generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EmpSurak/The-Next-Generation with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("EmpSurak/The-Next-Generation") prompt = "star trek, the next generation, john de lancie as klingon warrior, q, solo, big grin, open mouth, sharp long teeth, fangs, armor, starship bridge" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
TNG

- Prompt
- star trek, the next generation, john de lancie as klingon warrior, q, solo, big grin, open mouth, sharp long teeth, fangs, armor, starship bridge

- Prompt
- star trek, the next generation, john de lancie, q, closeup portrait, solo, happy, red starfleet uniform, starship
- Negative Prompt
- (epaulettes)

- Prompt
- star trek, the next generation, starship bridge, ferengi, solo, bald
- Negative Prompt
- (hair)

- Prompt
- star trek, the next generation, beverly crusher, medical emergency, klingon patient
Model description
A general LoRA with the goal to create Star Trek: TNG-like pictures. Currently, it is limited to season 1.
Trigger words
You should use star trek to trigger the image generation.
You should use the next generation to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 18
Model tree for EmpSurak/The-Next-Generation
Base model
stabilityai/stable-diffusion-xl-base-1.0