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 Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ widget:
|
|
| 16 |
parameters:
|
| 17 |
negative_prompt: ((epaulettes)), (red jacket), buttons
|
| 18 |
output:
|
| 19 |
-
url: images/2024-11-13_12-
|
| 20 |
- text: star trek, the next generation, starship bridge, ferengi, solo, bald
|
| 21 |
parameters:
|
| 22 |
negative_prompt: (hair)
|
|
|
|
| 16 |
parameters:
|
| 17 |
negative_prompt: ((epaulettes)), (red jacket), buttons
|
| 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
|
| 21 |
parameters:
|
| 22 |
negative_prompt: (hair)
|