Instructions to use dragiychev/Lateral-Spark with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dragiychev/Lateral-Spark 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", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("dragiychev/Lateral-Spark") prompt = "a person on a crossroads, symbolizing chaos and healing journey, lateralspark style" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#2
by dragiychev - opened
- README.md +7 -0
- images/example_oh1k2a6ca.png +0 -0
README.md
CHANGED
|
@@ -48,6 +48,13 @@ widget:
|
|
| 48 |
gradients reflecting the transition from dogma to enlightened understanding.
|
| 49 |
output:
|
| 50 |
url: images/example_kxhrei2h6.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
|
| 52 |
---
|
| 53 |
# lateralspark
|
|
|
|
| 48 |
gradients reflecting the transition from dogma to enlightened understanding.
|
| 49 |
output:
|
| 50 |
url: images/example_kxhrei2h6.png
|
| 51 |
+
- text: >-
|
| 52 |
+
THEMES LEVEL 2: -HUMAN DATA (????) UTOPIAN VERSUS DYSTOPIAN FUTURES (HEAVEN
|
| 53 |
+
VERSUS HELL). -HUMAN HISTORY AND PAST EXPERIENCES. EMPATHY WITH PAST,
|
| 54 |
+
PRESENT AND FUTURE. -FUTURE OF HUMANITY AND LIFE. -CONDITION HUMAINE -HUMAN
|
| 55 |
+
PSYCHOLOGY -ETCETERA, lateralspark style
|
| 56 |
+
output:
|
| 57 |
+
url: images/example_oh1k2a6ca.png
|
| 58 |
|
| 59 |
---
|
| 60 |
# lateralspark
|
images/example_oh1k2a6ca.png
ADDED
|