Instructions to use AlekseyCalvin/RCA_Model_MERGE2_ConcatinatedMerge with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AlekseyCalvin/RCA_Model_MERGE2_ConcatinatedMerge 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/RCA_Model_MERGE2_ConcatinatedMerge") prompt = "rca style communist party poster with the front and centered words Ready for REVOLUTION? in large consistent constructivist font alongside a red 3d Soviet standing hammer on the right and a red Soviet sickle over the background of planet Earth, over the North American continent, outlined narrow font, below is narrow 3d text JOIN the Communists!”, HD detailed photorealistic agitprop art, professional poster illustration, constructivism, no repetition, black background empty black panel on the very bottom, art by Malevich, by Tatlin" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#2
by AlekseyCalvin - opened
- README.md +16 -0
- images/example_cjitm48m5.png +0 -0
README.md
CHANGED
|
@@ -38,6 +38,22 @@ widget:
|
|
| 38 |
commercial poster art, activist sticker, inspirational slogan
|
| 39 |
output:
|
| 40 |
url: images/example_5jq7m0k8t.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
base_model: black-forest-labs/FLUX.1-dev
|
| 42 |
instance_prompt: >-
|
| 43 |
RCA style communist party poster, MAYAK style Constructivist poster by
|
|
|
|
| 38 |
commercial poster art, activist sticker, inspirational slogan
|
| 39 |
output:
|
| 40 |
url: images/example_5jq7m0k8t.png
|
| 41 |
+
- text: >-
|
| 42 |
+
RCA MAYAK textographic photorealistic crisp collage featuring two distinct
|
| 43 |
+
sections. The upper section shows a silhouetted portrait of a figure in a
|
| 44 |
+
suit, set against a vivid background with swirling clouds and a caption
|
| 45 |
+
referencing a 1906 post-impressionist painter, which reads: "a true
|
| 46 |
+
post-impressionist painter once confessed to Paul Sean... we live in a
|
| 47 |
+
rainbow, she said. Agape, Paul lost face." Obviously, this is why the
|
| 48 |
+
central subject of this image is missing a face. The bottom section
|
| 49 |
+
features a hand-drawn subject all agape with panic (and whose appearance was
|
| 50 |
+
adapted from Munsch's "The Scream"). Here, the subject screas in a huge
|
| 51 |
+
garden of building-like 3D obelisks, while the title text above this image
|
| 52 |
+
asks: "Why SO CONFUSED?" and the key symbolic message, appearing as a
|
| 53 |
+
textual overlay, answers the above question with: "you're seeing... (that)
|
| 54 |
+
what you're reading is.../ not what's.../ you".
|
| 55 |
+
output:
|
| 56 |
+
url: images/example_cjitm48m5.png
|
| 57 |
base_model: black-forest-labs/FLUX.1-dev
|
| 58 |
instance_prompt: >-
|
| 59 |
RCA style communist party poster, MAYAK style Constructivist poster by
|
images/example_cjitm48m5.png
ADDED
|