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
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,6 +22,9 @@ widget:
|
|
| 22 |
negative_prompt: (hair)
|
| 23 |
output:
|
| 24 |
url: images/2024-11-13_12-31-59_5786.png
|
|
|
|
|
|
|
|
|
|
| 25 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 26 |
instance_prompt: star trek, the next generation, tng
|
| 27 |
license: gpl-3.0
|
|
|
|
| 22 |
negative_prompt: (hair)
|
| 23 |
output:
|
| 24 |
url: images/2024-11-13_12-31-59_5786.png
|
| 25 |
+
- text: star trek, the next generation, beverly crusher, medical emergency, klingon patient
|
| 26 |
+
output:
|
| 27 |
+
url: images/2024-11-13_17-09-54_8849.png
|
| 28 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 29 |
instance_prompt: star trek, the next generation, tng
|
| 30 |
license: gpl-3.0
|