Instructions to use brenry/d4zz with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use brenry/d4zz with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("brenry/d4z", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("brenry/d4zz") prompt = "d4z" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files- d4z.safetensors +3 -0
- images/Flux1-Image_00114_.png +3 -0
d4z.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71d9fb85fa25c70b1b969eca368276fa1c519af09a6ddba52a762d6c72b618e0
|
| 3 |
+
size 39759056
|
images/Flux1-Image_00114_.png
ADDED
|
Git LFS Details
|