Views
No views yet
RunchatToys in your prompts with diffusers library.1from diffusers import FluxPipeline
2import torch
3
4pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16)
5pipe.load_lora_weights("runchat/lora-533d7b31-63fd-42a0-be75-b68de7db171f-mw65tg")
6pipe.to("cuda")
7
8image = pipe("RunchatToys style").images[0]black-forest-labs/FLUX.1-dev5000.000132RunchatToys