Instructions to use aphexblake/599-new-blows with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use aphexblake/599-new-blows with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("aphexblake/new-msf", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("aphexblake/599-new-blows") prompt = "Blowjob" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("aphexblake/new-msf", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("aphexblake/599-new-blows")
prompt = "Blowjob"
image = pipe(prompt).images[0]LoRA DreamBooth - 599-new-blows
These are LoRA adaption weights for aphexblake/new-msf. The weights were trained on the instance prompt "Blowjob" using DreamBooth. You can find some example images in the following.
- Downloads last month
- 1
Model tree for aphexblake/599-new-blows
Base model
aphexblake/677-500-lop