Text-to-Image
Diffusers
flux
flux-diffusers
image-to-image
simpletuner
safe-for-work
lora
template:sd-lora
lycoris
Instructions to use quzo/plenerloha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use quzo/plenerloha with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("quzo/plenerloha") prompt = "unconditional (blank prompt)" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload 3 files
Browse files- assets/backup.zip +3 -0
- assets/checkpoint-4000.zip +3 -0
- assets/models.zip +3 -0
assets/backup.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2beaee15e940e2c2d66df9dd25bfce51784fcff5f46e182c62f7addb5a809d26
|
| 3 |
+
size 1231509387
|
assets/checkpoint-4000.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62f85c2b8c08c333437a637250c0675cd6e72adda4df3eb1abd859ec6496aec3
|
| 3 |
+
size 1119270077
|
assets/models.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6333eae6dd092856aa749db877618c838cb1fe0c2f145db8766e23479a5eec50
|
| 3 |
+
size 1214542097
|