Instructions to use AiAF/Animefull-final-pruned_safetensors_checkpoint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AiAF/Animefull-final-pruned_safetensors_checkpoint with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AiAF/Animefull-final-pruned_safetensors_checkpoint", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Animefull-final-pruned
This model was imported from Civitai by Unknown.
Description
Animefull-final-pruned model in the .safetensors format. Okay for image generation but a very good resoruce for training character, concept, or style LoRAs that are in an anime/cartoonish style (similar to how SD 1.5 should be used as a training model for realism LoRAs. I'm primarily uploading this here so it can be used with the on-site trainer.
This should go without saying but this is not my model. It's the O.G. Animefull-final-pruned model converted from .ckpt to .safetensors using this nodebook code. . Most trainers require the base model to be in .safetensors format so this will be useful to anyone who wants to use it for training. It's better to use ancestral models rather than model mixes for better compatability with different models (for example, it ensures a LoRA used with AnythingV3 will also work well with MeinaUnreal). Message me if you have any questions.
Model Details
- Type: checkpoint
- Base Model: SD 1.5
- Version: safetensors
- Rating: N/A (0 votes)
- Downloads: 2451
- Size: 0.0 MB
Usage
# This model can be used with Stable Diffusion, ComfyUI, and other compatible frameworks
from diffusers import DiffusionPipeline
pipeline = DiffusionPipeline.from_pretrained("hf_repo_path")
Credits
Original model by: Unknown Civitai: Link
- Downloads last month
- 48