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/TheseFoolishThings with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/TheseFoolishThings 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/TheseFoolishThings", 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
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -42,6 +42,14 @@ prompt = "Photo, Shot on Hasselblad: brightlighting, vivid colours and skirt hue
|
|
| 42 |
|
| 43 |
professional, masterpiece, 8k, hyperrealistic portrait of a 20yo cute blond girl, long hair, redhead, (looking shy:1.3), freckles, detailed face, detailed skin, photography, hq, photorealistic, DV_Snooky_Vicious
|
| 44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
# Recipe:
|
| 46 |
|
| 47 |
- SuperMerger Weight Sum Use MBW 0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0
|
|
@@ -58,4 +66,4 @@ Then the 840KVAE was baked in, and then it was converted into no-ema version so
|
|
| 58 |
|
| 59 |
Output:
|
| 60 |
|
| 61 |
-
TheseFoolishThings
|
|
|
|
| 42 |
|
| 43 |
professional, masterpiece, 8k, hyperrealistic portrait of a 20yo cute blond girl, long hair, redhead, (looking shy:1.3), freckles, detailed face, detailed skin, photography, hq, photorealistic, DV_Snooky_Vicious
|
| 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 0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0
|
|
|
|
| 66 |
|
| 67 |
Output:
|
| 68 |
|
| 69 |
+
TheseFoolishThings
|