File size: 4,508 Bytes
2bae398 8fde499 6f776c0 08ab163 6bed348 abbe90b 8fde499 2bae398 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 |
---
license: apache-2.0
language:
- en
base_model:
- black-forest-labs/FLUX.1-dev
tags:
- lora
- flux
- diffusers
- image-generation
pipeline_tag: text-to-image
library_name: diffusers
instance_prompt: photo of Julian Assange, white hair, realistic Assange
widget:
- text: >-
photo of julian assange, amateur color photo of Julian Assange in the
streets of San Francisco circa 1960, terrorizing and unnerving 1960
passersby, Captioned with text: "Assange was traveling thru time", textured
surfaces, blemished textured skin with pores
output:
url: images/example_sibw9r7jf.png
- text: >-
Photos of Julian Assange a textographic collage featuring two distinct
sections or segments: section '1': The upper section shows a photograph of
Julian Assange in a suit, set against a vivid background with swirling
clouds. section '2': The bottom section features a photo of Julian Assange
all agape with panic (his appearance adapted from Munsch's famous painting
"The Scream”, which the collage's bottom section ‘2’ resembles). In '2' the
subject screams amid a huge garden of building-like 3D obelisks, a surreal
landscape of jagged, colorful forms.
output:
url: images/example_yt6o8w18q.png
- text: >-
Photo of Julian Assange reading a book, amateur film camera photograph,
realistically textured skin with pores, realistic Assange, white hair
output:
url: images/example_gi8sj3ujk.png
- text: >-
laughing Julian Assange saying via word bubble text: "I got stuck
CONFRONTING JUDGES FROM A BURNING EMBASSY...", then below another text
bubble: "WITH A LASER POINTER iPhone AND A ROLL OF MAGAZINES!" analog camera
amateur casual surrealist photograph Collage of thin photorealistic Julian
Assange screaming via word bubble "I got stuck confronting judges from a
burning embassy with a laser pointer iPhone and a roll of magazines!",
analog film, 8k movie, cinematic, realistic lifelike textured face and
clothing, flames thru window, 8k UHD masterpiece film still, intricate
details, extremely photorealistic, top quality, (realistic face & irised
eyes, textured detailed realistic skin), detailed clothing
output:
url: images/example_auhrxan11.png
- text: >-
smiling Julian Assange saying via word bubble accurate text: “JUST AS I
ARRIVED THERE, SADLY, LOCAL COPS RECEIVED A CALL…", below is continuation
text bubble: “SO I LIT A CASE OF DONUTS… IMPROVISED A FIREWALLl!!”, analog
camera amateur casual surrealist photograph Collage of thin photorealistic
Julian Assange, cinematic, realistic lifelike textured face and clothing,
flames thru a window exploding with thousands of bursting burning donuts, 8k
UHD masterpiece film still, intricate details, extremely photorealistic, top
quality, realistic face & irised eyes, textured detailed realistic skin,
detailed clothing
output:
url: images/example_jwyt6icym.png
---
## Julian Assange ℒ𝓸ℜ𝐴 Variant 2
## |||| By SilverAgePoets.com ||||
*NOTE: This Variant was fine-tuned over a Dedistilled version of Flux, and at a higher rank than Varint 1.* <br>
*Find **Julian Assange LoRA Variant 1** [HERE](https://huggingface.co/AlekseyCalvin/Julian_Assange_FluxLoRA_BySilverAgePoets).* <br>
A Low-Rank Adapter (LoRA) for FLUX-family models... <br>
Intended to produce the likeness of Julian Assange circa roughly 2014-2017. <br>
Made to create content for a conceptual animation project. <br>
This LoRA was fine-tuned on a minimal set of widely available publicity photos, many (if not all) of which have almost certainly already gone into SD1.4/1.5 and maybe other models (albeit in unfocused-on forms), via news/etc-sourced pre-training data. <br>
We politely ask you not to use this LoRA towards any creation, production, illustration, or any other use-case that might in any way compromise (or even so much as annoy) the real Assange. <br>
<Gallery />
## Prompt using:
`Photo of Julian Assange, white hair, realistic Assange`, etc... <br>
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
```py
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('AlekseyCalvin/Julian_Assange_Var2OverDedist_FluxLoRA_BySilverAgePoets')
image = pipeline('your prompt').images[0]
```
|