Instructions to use ms2stationthis/pepeflux with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ms2stationthis/pepeflux 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("ms2stationthis/pepeflux") prompt = "This is a digital drawing in a cartoon style, depicting two characters from the internet meme \"Sad Frog.\" The main pepe on the left is a green frog with a sad expression, characterized by drooping eyes, a downturned mouth, and a single tear rolling down his cheek. His skin is a bright green, and he has large, expressive eyes that are shaded with dark green and a hint of blue. He is wearing a blue shirt, which contrasts with his green skin." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!