How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("syaimu/7th_test", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

/ 7th Test /

(Important Notice:1.6)

default CFG Scale : 7 ±5

default Sampler : DPM++ 2M Karras

default Steps : 25

Negative prompt : (worst quality:1.4), (low quality:1.4) , (monochrome:1.1),

Don't write a lot of "Negative prompt". It won't end well.

prompt :

https://majinai.art/i/SPGJQ2S

Downloads last month
94
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support