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
|
@@ -14,7 +14,7 @@ widget:
|
|
| 14 |
star trek, the next generation, john de lancie, q, closeup portrait, solo,
|
| 15 |
happy, red starfleet uniform, starship
|
| 16 |
parameters:
|
| 17 |
-
negative_prompt: (
|
| 18 |
output:
|
| 19 |
url: images/2024-11-13_12-14-25_4698.png
|
| 20 |
- text: star trek, the next generation, starship bridge, ferengi, solo, bald
|
|
|
|
| 14 |
star trek, the next generation, john de lancie, q, closeup portrait, solo,
|
| 15 |
happy, red starfleet uniform, starship
|
| 16 |
parameters:
|
| 17 |
+
negative_prompt: (epaulettes)
|
| 18 |
output:
|
| 19 |
url: images/2024-11-13_12-14-25_4698.png
|
| 20 |
- text: star trek, the next generation, starship bridge, ferengi, solo, bald
|