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 (#5)
Browse files- Add generated example (206e0495a65df58b57599a63e6149667cc1d2f93)
- README.md +12 -0
- images/example_cp1u2zw9c.png +0 -0
README.md
CHANGED
|
@@ -67,6 +67,18 @@ widget:
|
|
| 67 |
house
|
| 68 |
output:
|
| 69 |
url: images/example_t25bpogbk.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
|
| 71 |
---
|
| 72 |
|
|
|
|
| 67 |
house
|
| 68 |
output:
|
| 69 |
url: images/example_t25bpogbk.png
|
| 70 |
+
- text: >-
|
| 71 |
+
Nikolay Kupreyanov style woodcut etching illustration art. The artwork
|
| 72 |
+
features strong contrasts and dynamic lines typical of Kupreyanov’s style.
|
| 73 |
+
This artwork depicts a woman reading a book, set against an industrial
|
| 74 |
+
background with smokestacks and cranes. The poster contains bold text
|
| 75 |
+
phrases: "RESOURCE KNOWLEDGE!" and, in speech balloon, the text: “COMRADES,
|
| 76 |
+
PRESERVE LIBRARIES!" Kupreyanov's distinct geometric illustrative style,
|
| 77 |
+
dynamic and with strong contrasts, indicative of early 20th-century Soviet
|
| 78 |
+
agitprop. The woman wears a headscarf and simple clothing, standing on
|
| 79 |
+
cobblestones.
|
| 80 |
+
output:
|
| 81 |
+
url: images/example_cp1u2zw9c.png
|
| 82 |
|
| 83 |
---
|
| 84 |
|
images/example_cp1u2zw9c.png
ADDED
|