How to use Aybeeceedee/knollingcase with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Aybeeceedee/knollingcase", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0]
is it possible to get help on positive and negative commands to create these wonders? I am a beginner and you would be doing me a big favor! Thank you all
· Sign up or log in to comment