Downloads · 30 days
4
31% of all-time downloads
michaelz/ArcaneFace-Diffusion
ArcaneFace-Diffusion is a text-to-image model from michaelz. Use it when you need an image from a text prompt. It is set up for diffusers. The card lists the license as creativeml-openrail-m.
This is the fine-tuned Stable Diffusion model trained by dreambooth with 30k steps, images dataset from Arcane4K. Use the tokens arcaneface in your prompts for the effect.
Downloads · 30 days
4
31% of all-time downloads
All-time downloads
13
Public
Repo size
5.5 GB
Likes
0
Public
Click a slice to open those files.
.bin5.5 GB · 100%
From the Hugging Face model README
This is the fine-tuned Stable Diffusion model trained by dreambooth with 30k steps, images dataset from Arcane4K. Use the tokens arcaneface in your prompts for the effect.
This model can be used just like any other Stable Diffusion model. For more information, please have a look at the Stable Diffusion.
You can also export the model to ONNX, MPS and/or FLAX/JAX.
from diffusers import StableDiffusionPipeline
import torch
model_id = "michaelz/arcaneface-diffusion"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float32)
pipe.requires_safety_checker = False
pipe.safety_checker = None
pipe = pipe.to("cuda")
prompt = "arcaneface, a beautiful girl"
image = pipe(prompt).images[0]
image.save("example.png")

Version 1 (arcaneface-diffusion-30k): This model was trained by dreambooth by 30k steps,a dataset Arcane4K with more than 3400 pictures