Text-to-Image
Diffusers
lora
template:diffusion-lora
PEFT
photo
historical
counterculture
Futurism
Cubism
illustration
experimental
Instructions to use AlekseyCalvin/AlbanyBulb_AutonomousZone_ZiT_LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AlekseyCalvin/AlbanyBulb_AutonomousZone_ZiT_LoRA 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", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("AlekseyCalvin/AlbanyBulb_AutonomousZone_ZiT_LoRA") prompt = "bulbart photo" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Rename BastedAtBulb.webp to BastetAtBulb.webp
Browse files- .gitattributes +1 -0
- BastedAtBulb.webp → BastetAtBulb.webp +0 -0
.gitattributes
CHANGED
|
@@ -44,3 +44,4 @@ Handshake.webp filter=lfs diff=lfs merge=lfs -text
|
|
| 44 |
1764723944701__000006400_0.jpg filter=lfs diff=lfs merge=lfs -text
|
| 45 |
PikaRuns.jpg filter=lfs diff=lfs merge=lfs -text
|
| 46 |
RunChu.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 44 |
1764723944701__000006400_0.jpg filter=lfs diff=lfs merge=lfs -text
|
| 45 |
PikaRuns.jpg filter=lfs diff=lfs merge=lfs -text
|
| 46 |
RunChu.jpg filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
BastetAtBulb.webp filter=lfs diff=lfs merge=lfs -text
|
BastedAtBulb.webp → BastetAtBulb.webp
RENAMED
|
File without changes
|