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
Add 4 files
Browse files
TNG-v3.0.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:276bfe8cedbc86ad1adaf8ddf0606c6dc7508695475e28da74d6a4706022de9d
|
| 3 |
+
size 228462524
|
images/2024-11-13_11-58-50_4147.png
ADDED
|
Git LFS Details
|
images/2024-11-13_12-16-30_8723.png
ADDED
|
Git LFS Details
|
images/2024-11-13_12-31-59_5786.png
ADDED
|
Git LFS Details
|