[Edit 3/8/2023: this model has been removed from the notebook due to Kaggle’s ban.]
If you’re thinking about purchasing a new GPU, we’d greatly appreciate it if you used our Amazon Associate links. The price you pay will be exactly the same, but Amazon provides us with a small commission for each purchase. It’s a simple way to support our site and helps us keep creating useful content for you. Recommended GPUs: RTX 5090, RTX 5080, and RTX 5070. #ad
Hassan Blend 1.4 is a popular Stable Diffusion model for generating photo realistic pictures. Just added this model to my Kaggle notebook for various models. Note that this model might generate NSFW images. You might want to put NSFW in the negative prompt if you want to generate SFW images.
Kaggle Notebook link: https://www.kaggle.com/code/amida168/stable-diffusion-webui-various-models
Some resources about the model (the links might contain NSFW images)
If you want to incorporate the model to your notebook, this is the code to download the model and put it in the Automatic1111’s model directory
!wget -O /kaggle/working/stable-diffusion-webui/models/Stable-diffusion/HassanBlend1.4.ckpt -L https://huggingface.co/hassanblend/hassanblend1.4/resolve/main/HassanBlend1.4.ckpt
PS: The featured image is generate by the model.
Edit(1/27/2023):
New post about Hassan Blend 1.5.
Leave a Reply