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
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
tags:
|
|
@@ -23,8 +23,8 @@ It was created using DreamBooth with additional learning of WaifuDiffusion.
|
|
| 23 |
|
| 24 |
If the generated image resembles Fuyuko Mayuzumi, the copyright may belong to Bandai Namco Entertainment Inc.
|
| 25 |
|
| 26 |
-
その他の利用上の注意点は
|
| 27 |
|
| 28 |
-
For other usage notes, please refer to the license of
|
| 29 |
|
| 30 |
https://hf.space/static/bigscience/license/index.html
|
|
|
|
| 1 |
---
|
| 2 |
+
license: creativeml-openrail-m
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
tags:
|
|
|
|
| 23 |
|
| 24 |
If the generated image resembles Fuyuko Mayuzumi, the copyright may belong to Bandai Namco Entertainment Inc.
|
| 25 |
|
| 26 |
+
その他の利用上の注意点は creativeml-openrail-mのライセンスを御覧ください。
|
| 27 |
|
| 28 |
+
For other usage notes, please refer to the license of creativeml-openrail-m.
|
| 29 |
|
| 30 |
https://hf.space/static/bigscience/license/index.html
|