Text-to-Image
Diffusers
English
FluxPipeline
template:sd-lora
flux
lora
flux dev
image-generation
photo
Instructions to use AlekseyCalvin/ASSA_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AlekseyCalvin/ASSA_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("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("AlekseyCalvin/ASSA_lora") prompt = "movie cover" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#5
by AlekseyCalvin - opened
- README.md +10 -0
- images/example_wnk0nfi84.png +0 -0
README.md
CHANGED
|
@@ -72,6 +72,16 @@ widget:
|
|
| 72 |
corner))
|
| 73 |
output:
|
| 74 |
url: images/example_aawf1mb3m.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
|
| 76 |
---
|
| 77 |
|
|
|
|
| 72 |
corner))
|
| 73 |
output:
|
| 74 |
url: images/example_aawf1mb3m.png
|
| 75 |
+
- text: >-
|
| 76 |
+
HST style autochrome color photograph of in a highly realistic modern
|
| 77 |
+
American medical hospital one wounded ill long-haired poet dandy green-eyed
|
| 78 |
+
patient wields long sharp scalpels to duel a giant phone, ,orange backlight,
|
| 79 |
+
phone screens, mirrors everywhere, Iphone anthropomorphic cell phone
|
| 80 |
+
tech-monster phone creature, (an intricately detailed overcrowded modern
|
| 81 |
+
American hospital medical complex), ((labeled with titular large text "ASSA
|
| 82 |
+
LoRA" in bottom right corner))
|
| 83 |
+
output:
|
| 84 |
+
url: images/example_wnk0nfi84.png
|
| 85 |
|
| 86 |
---
|
| 87 |
|
images/example_wnk0nfi84.png
ADDED
|