Instructions to use stalkeryga/f222 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stalkeryga/f222 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stalkeryga/f222", 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
#3
by dubschops - opened
README.md
CHANGED
|
@@ -1 +1,3 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
best quality, 1girl, breasts, swimsuit, thighhighs, bikini, long hair, large breasts, navel, solo, white bikini, side-tie bikini bottom, brown hair, looking at viewer, black thighhighs, choker, smile, holding, phone, braid, parted lips, bangs, string bikini, cleavage, thighs, very long hair, underboob, bare shoulders, stomach, hair between eyes, arm support, orange eyes, sitting, bracelet, jewelry, grin, holding phone, cellphone
|
| 2 |
+
Negative prompt: lowres, ((bad anatomy)), ((bad hands)), text, missing finger, extra digits, fewer digits, blurry, ((mutated hands and fingers)), (poorly drawn face), ((mutation)), ((deformed face)), (ugly), ((bad proportions)), ((extra limbs)), extra face, (double head), (extra head), ((extra feet)), monster, logo, cropped, worst quality, low quality, normal quality, jpeg, humpbacked, long body, long neck, ((jpeg artifacts))
|
| 3 |
+
Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 7, Seed: 669322297, 1274771037, Size: 512x768, Model hash: 783d0732, Model: yohan-diffusion, Denoising strength: 0.7, ENSD: 31337, First pass size: 0x0
|