Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Base Model
Realistic
Fantasy
RPG
World of Warcraft
Style
53rt5355iz
Anashel
stable-diffusion
stable-diffusion-1.5
stable-diffusion-diffusers
Instructions to use Yntec/PlayTheGame with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/PlayTheGame with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/PlayTheGame", 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 README.md
Browse files
README.md
CHANGED
|
@@ -42,6 +42,14 @@ cute girl dozing on the subway didn't know that her wide collar showed a bit of
|
|
| 42 |
|
| 43 |
oil painting with heavy impasto of a pirate ship and its captain, cosmic horror painting, elegant intricate artstation concept art by craig mullins detailed
|
| 44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
# Recipe:
|
| 46 |
|
| 47 |
- SuperMerger Weight Sum Use MBW 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,1,1,1
|
|
|
|
| 42 |
|
| 43 |
oil painting with heavy impasto of a pirate ship and its captain, cosmic horror painting, elegant intricate artstation concept art by craig mullins detailed
|
| 44 |
|
| 45 |
+
Original pages:
|
| 46 |
+
|
| 47 |
+
https://huggingface.co/Yntec/RPG_Remix
|
| 48 |
+
|
| 49 |
+
https://civitai.com/models/108111/beautyfool-reality
|
| 50 |
+
|
| 51 |
+
https://civitai.com/models/1116 (RPG)
|
| 52 |
+
|
| 53 |
# Recipe:
|
| 54 |
|
| 55 |
- SuperMerger Weight Sum Use MBW 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,1,1,1
|