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 (#4)
Browse files- Add generated example (2be363177e04cd8df48f362c67021c35c95949e2)
- README.md +10 -0
- images/example_t25bpogbk.png +0 -0
README.md
CHANGED
|
@@ -57,6 +57,16 @@ widget:
|
|
| 57 |
"CAPITAL": title text atop
|
| 58 |
output:
|
| 59 |
url: images/example_zrndsipsq.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
|
| 61 |
---
|
| 62 |
|
|
|
|
| 57 |
"CAPITAL": title text atop
|
| 58 |
output:
|
| 59 |
url: images/example_zrndsipsq.png
|
| 60 |
+
- text: >-
|
| 61 |
+
Nikolay Kupreyanov style woodcut etching illustration art of a female Soviet
|
| 62 |
+
perestoika era colorful anarchist punk poet in leather jacket with patches
|
| 63 |
+
walking thru Leningrad and saying, in a word bubble: "... by the PORCH … a
|
| 64 |
+
PUDDLE where the STAR COLLAPSED ! ... ", best quality, elaborate details,
|
| 65 |
+
crisp detailed background, on the ground a fallen medal decoration of a
|
| 66 |
+
golden Soviet star had fallen into a dirty puddle by a wooden porch of a
|
| 67 |
+
house
|
| 68 |
+
output:
|
| 69 |
+
url: images/example_t25bpogbk.png
|
| 70 |
|
| 71 |
---
|
| 72 |
|
images/example_t25bpogbk.png
ADDED
|