How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("digiplay/HIMAWARI_v1", torch_dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

Model info :

https://civitai.com/models/103018/himawari?modelVersionId=110254

More models from the Author: (he made a lot of useful LORAs, pls check it out ^^)

https://civitai.com/user/KimTarou/models

Sample image I made thru Huggingface's API :

bbda4384-34ab-4feb-a404-ae0f0518872b.jpeg

more pictures πŸ‘‰ https://huggingface.co/digiplay/HIMAWARI_v1/discussions/3

Original Author's DEMO images :

00037-2587810593.jpeg 00029-3842020659.jpeg

Downloads last month
32
Safetensors
Model size
0.9B params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using digiplay/HIMAWARI_v1 51