YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
You can use Stable Diffusion with Dream's face on it!
The object name is: dream-youtuber, and the class name is male.
You can use it in the prompts like:
photo of dream-youtuber male, digital painting
Now to use this model: In AUTOMATIC1111's notebook (https://github.com/AUTOMATIC1111/stable-diffusion-webui) just below the Normal 1.4 Model block. Insert this block:
#@title Stable-Dreamfusion Model
# get a token from https://huggingface.co/settings/tokens
user_token = "" #@param {type:"string"}
user_header = f"\"Authorization: Bearer {user_token}\""
!wget --header={user_header} https://huggingface.co/whyperr/stable-dreamfusion/resolve/main/model.ckpt -O models/sd-v1-4.ckpt
Run the next steps normally, and you should be able to generate juicy dream faces!
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
HF Inference API was unable to determine this model's library.