Instructions to use neph1/80s_scifi_lora_zit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use neph1/80s_scifi_lora_zit with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image-Turbo", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("neph1/80s_scifi_lora_zit") prompt = "80s_scifi. A man in a leather jacket with rolled up sleeves. He's looking confident in a mullet. he wears futuristic sun glasses and stands in front of a futuristic car with sleek metallic surface. To the left of him stands a woman, in a voluminous mullet. She is wearing a purple jacket with wide shoulder pads and makeup. Both are facing the camera. the background is a busy street in a cyberpunk city. shops with store signs, people in futuristic clothing." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 5 files
Browse files- 80s_scifi_z_80.safetensors +3 -0
- images/ComfyUI_10214_.png +3 -0
- images/ComfyUI_10267_.png +3 -0
- images/ComfyUI_10272_.png +3 -0
- images/ComfyUI_10288_.png +3 -0
80s_scifi_z_80.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:677aecdacbd16773f2a023b43483868a16b7253cee6c81ab1b9359df1d7bbca0
|
| 3 |
+
size 348114224
|
images/ComfyUI_10214_.png
ADDED
|
Git LFS Details
|
images/ComfyUI_10267_.png
ADDED
|
Git LFS Details
|
images/ComfyUI_10272_.png
ADDED
|
Git LFS Details
|
images/ComfyUI_10288_.png
ADDED
|
Git LFS Details
|