Instructions to use Datou1111/Yoji_Shinkawa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Datou1111/Yoji_Shinkawa 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("Datou1111/Yoji_Shinkawa") prompt = "a smart person, Yoji_Shinkawa" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit History
Update README.md 888c165 verified
Update README.md 713ae73 verified
Update README.md 8710681 verified
Upload 5 files 0109862 verified
Delete images 70489bd verified
Datou commited on
Create images df522ea verified
Datou commited on
Update README.md afe4ddf verified
Datou commited on
Upload Yoji_Shinkawa.safetensors 95b31e3 verified
Datou commited on
initial commit 695a1dd verified
Datou commited on