Text-to-Image
Diffusers
TensorBoard
English
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Instructions to use yuk/fuyuko-waifu-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use yuk/fuyuko-waifu-diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("yuk/fuyuko-waifu-diffusion", 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
- Local Apps Settings
- Draw Things
- DiffusionBee
Update License
#1
by CarlosMF - opened
Hi @yuk ! Cool that you are using an OpenRAIL license to distribute the model! However, I would suggest you choose between the CreativeML OpenRAIL-M and the BigScience OpenRAIL-M. The one you chose -the BigScience BLOOM RAIL 1.0- was specifically drafted for the BLOOM set of models, and your model is based on Stable Diffusion, not BLOOM. It would be also cool if you could include the license in your Spaces for this model! (in case you have some).
Thanks in advance and have a good weekend!🤗