IllustratorZ
Collection
8 items • Updated
How to use treeshark/edwingeorgi-v1.safetensors 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("treeshark/edwingeorgi-v1.safetensors")
prompt = "-"
image = pipe(prompt).images[0]










.png)


American illustrator from the 1950s and 60s. See examples for style, mixes with other loras well. Strength 0.25 to 0.75. Prompt painted illustration or similar.
Download them in the Files & versions tab.
Base model
black-forest-labs/FLUX.1-dev