stable diffusion trained on yujiro hanma images baki anime fun project
Overview
Highlights
- High fidelity to Yujiro Hanma's specific anime aesthetic
- Optimized for consistent character anatomy and expressions
- Compatible with standard Stable Diffusion integration pipelines
- Reduces prompt complexity for Baki-style image generation
Usage
# Install Hugging Face transformers
pip install transformers torch
# Load model with transformers
from transformers import AutoModel, AutoTokenizer
model = AutoModel.from_pretrained("nicky007/stable-diffusion-trained-on-yujiro-hanma-images-baki-anime-fun-project")
tokenizer = AutoTokenizer.from_pretrained("nicky007/stable-diffusion-trained-on-yujiro-hanma-images-baki-anime-fun-project")
Hugging Face Download
We recommend downloading the model via the Hugging Face CLI or Hub SDK.
Guidance:Before downloading, install huggingface_hub with:
pip install -U huggingface_hub
CLI Download
Download the full repository
huggingface-cli download nicky007/stable-diffusion-trained-on-yujiro-hanma-images-baki-anime-fun-project
Download a single file to a local folder (e.g. config.json into ./dir)
huggingface-cli download nicky007/stable-diffusion-trained-on-yujiro-hanma-images-baki-anime-fun-project config.json --local-dir ./dir
See the official docs for more CLI options
SDK Download
# 模型下载
from huggingface_hub import snapshot_download
model_dir = snapshot_download('nicky007/stable-diffusion-trained-on-yujiro-hanma-images-baki-anime-fun-project')
Git Download
Make sure git-lfs is installed first
git lfs install
git clone https://huggingface.co/nicky007/stable-diffusion-trained-on-yujiro-hanma-images-baki-anime-fun-project
To skip LFS large-file downloads, use:
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/nicky007/stable-diffusion-trained-on-yujiro-hanma-images-baki-anime-fun-project
Model files are hosted on the Hugging Face Hub — download directly via HF CLI / SDK / Git, not through this site.
PyTorch / Transformers Usage
Install Transformers
pip install -U transformers torch
Load the model and run inference
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained('nicky007/stable-diffusion-trained-on-yujiro-hanma-images-baki-anime-fun-project')
tokenizer = AutoTokenizer.from_pretrained('nicky007/stable-diffusion-trained-on-yujiro-hanma-images-baki-anime-fun-project')
Full Documentation
---
license: creativeml-openrail-m
tags:
- text-to-image
- stable-diffusion
---
Stable_Diffusion-trained-on-YUJIRO-HANMA-images(Baki-anime)-Fun-project model trained by nicky007
Trained on YUJIRO HANMA character of Baki-the grappler anime ..its just a fun project coz i was bored..
try Text on the prompt like:
'yujiro hanma clay statue',
'yujiro hanma laughing and angry pose',
'yujiro hanma posing very angry' etc
Or you can try your own unique text
Enjoy ,have a wonderfull day !!