LORA by MANY WAYNE
Collection
3 items • Updated
How to use ManyWayne/CHUBBY 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("ManyWayne/CHUBBY")
prompt = "ch8by9 puffer, puffy texture, puffer effect, beautiful fashion 1 model, dressed in black puffer oversize hoodie suit, in big black boots, black beckground, "
image = pipe(prompt).images[0]


Hi Bob,
I’ve trained a very interesting LORA with a chubby effect. If you enjoy this style as much as I do, I’m sure it will be a great addition to your LORA collection.
With love, Wayne
In the meantime, you can look at my work. https://www.artstation.com/manywayne
You should use ch8by9 puffer to trigger the image generation.
You should use puffy texture to trigger the image generation.
You should use puffer effect to trigger the image generation.
Download them in the Files & versions tab.
Base model
black-forest-labs/FLUX.1-dev