Text-to-Image
Diffusers
English
flux
lora
replicate
woodcut
avantgarde
SilverAgePoets
Soviet
art-style
image-generation
flux-diffusers
photo
realism
Surrealism
illustration
experimental
character
historical person
poetry
literature
history
archival
Instructions to use AlekseyCalvin/NikolayKupreyanov_FluxLoRA_v1_bySilverAgePoets with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AlekseyCalvin/NikolayKupreyanov_FluxLoRA_v1_bySilverAgePoets 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/NikolayKupreyanov_FluxLoRA_v1_bySilverAgePoets") prompt = "Nikolay Kupreyanov woodcut etching style illustration of a rebelling cat in a suit screaming at monstrous mutant policemen during a street battle in San Francisco, red title text at the top: \"END EMPIRE! END DEAD ERAS' RX!\"" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
Browse filesGenerated example for model AlekseyCalvin/NikolayKupreyanov_FluxLoRA_v1_bySilverAgePoets.
Prompt: Nikolay Kupreyanov style woodcut etching illustration art. The artwork features strong contrasts and dynamic lines typical of Kupreyanov’s style. A portrait of a man playing cards. The figure has exaggerated, angular features, and the scene is illuminated by a single candle on a table. A glass sits nearby, and a backdrop of vertical lines suggests books or a striped pattern. The artwork features strong contrasts and dynamic lines typical of Kupreyanov’snes typical of Kupreyanov’s style.
- README.md +10 -0
- images/example_vxfs1qf8d.png +0 -0
README.md
CHANGED
|
@@ -111,6 +111,16 @@ widget:
|
|
| 111 |
styles.
|
| 112 |
output:
|
| 113 |
url: images/example_tcxegqhnt.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 114 |
|
| 115 |
---
|
| 116 |
|
|
|
|
| 111 |
styles.
|
| 112 |
output:
|
| 113 |
url: images/example_tcxegqhnt.png
|
| 114 |
+
- text: >-
|
| 115 |
+
Nikolay Kupreyanov style woodcut etching illustration art. The artwork
|
| 116 |
+
features strong contrasts and dynamic lines typical of Kupreyanov’s style. A
|
| 117 |
+
portrait of a man playing cards. The figure has exaggerated, angular
|
| 118 |
+
features, and the scene is illuminated by a single candle on a table. A
|
| 119 |
+
glass sits nearby, and a backdrop of vertical lines suggests books or a
|
| 120 |
+
striped pattern. The artwork features strong contrasts and dynamic lines
|
| 121 |
+
typical of Kupreyanov’snes typical of Kupreyanov’s style.
|
| 122 |
+
output:
|
| 123 |
+
url: images/example_vxfs1qf8d.png
|
| 124 |
|
| 125 |
---
|
| 126 |
|
images/example_vxfs1qf8d.png
ADDED
|