Instructions to use 2ch/penflux with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use 2ch/penflux 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("2ch/penflux") prompt = "close-up of thick average length penis, overhanging foreskin, dripping translucent fluid, clear viscous fluid dripping from tip" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload 2 files
Browse files- images/ComfyUI_01622_.png +2 -2
- images/ComfyUI_01855_.png +3 -0
images/ComfyUI_01622_.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
images/ComfyUI_01855_.png
ADDED
|
Git LFS Details
|