@Bendy and Boney
I’d probably still do
I’d probably still do
- G4
- A-G
- H-P
- Q-Z
- IDW & EqG
- G1,2,3,5
- OCs
If you still want to sort by category, Major, Minor, Incidental, and Background Character is another degree of separation. Incidental characters would be characters that do play some kind of role in an episode vs background characters which could literally not exist and nothing would change.
- G4
- A-G
- H-P
- Q-Z
- IDW & EqG
- G1,2,3,5
- OCs
Euler: "Basic Steps" or "Simple Subtraction" - This sampler works by simply removing noise in each step. It's like taking away a layer of blur to reveal the image. It is also one of the fastest and most straightforward samplers
Euler a: "Creative Variation" or "Adding Noise" – This one is like the "Basic Steps" sampler, but with a bit of random noise added back in at each step. This makes the results more unpredictable, like a creative filter that produces a slightly different image each time [2, 3]. This also means that the image will keep changing as more steps are added [4, 5].
DPM2: "Smart Prediction" - This sampler uses a smarter way to predict how to remove the noise, making it more accurate [6].
DPM2 Karras: "Smart Prediction, Better Colors" – Like the previous one but with improved color quality.
DPM++ 2M: "Advanced Smart Prediction" – An improved version of "Smart Prediction" that uses some extra information from previous steps to make better predictions [6, 7].
DPM++ 2M Karras: "Advanced Smart Prediction, Better Colors" – Like the previous one but with improved color quality [6, 7].
DPM++ SDE: "Detailed Stochastic Prediction" – This sampler uses a more complex math model to understand noise, resulting in detailed images [7]. It is stochastic, meaning that it introduces a degree of randomness, which can lead to varied results [8].
DPM++ SDE Karras: "Optimized Detailed Stochastic Prediction" - This is a version of the previous sampler that is optimized for better performance and image quality [7].
DPM fast: "Fast DPM" - This sampler is designed to be fast, but may require more steps and is not generally recommended [9-11].
DPM adaptive: "Self-Adjusting Detail" - Instead of using steps, this sampler adjusts itself based on a setting that changes the image's contrast and saturation [4, 12].
Heun: "Two-Step Correction" - This sampler works by predicting the image, checking the prediction, and then combining both for a better result [13]. It uses a weighted average of two noise estimates [14].
LMS: "Artistic Style" or "Painterly" – This sampler uses information from previous steps to create an image with a more artistic or painterly style [15]. It can struggle with generating detailed characters or animals [16].
LMS Karras: "Artistic Style, Better Colors" – Like the previous one but with improved color quality [16].
DDIM: "Photorealistic Detail" or "Smooth Solver" – This sampler uses a special method to generate images which are often photorealistic and highly detailed. It was widely used, but is now considered outdated by some [17, 18].
PLMS: "Quick Estimator" – This sampler quickly estimates the noise and removes it, but it is not generally recommended because it is slower and produces worse results [9, 19].
LCM: "Fast Refiner" or "Single Step Image" – This sampler can produce good images very quickly, in as little as one step. It uses a special technique to refine the image in its latent space [20].
Restart: "Noise Reset" or "Iterative Correction" - This sampler is like restarting the image generation by adding a lot of noise, and then starting again with the denoising process. It does this several times [21, 22].
UniPC: "Smart Combination" or "Flexible Solver" – This sampler is designed to combine information in a way that it can be used with many different models. It can also change its level of accuracy to work faster [23].
ollama pull rolandroland/llama3.1-uncensored
ollama show rolandroland/llama3.1-uncensored --modelfile
FROM rolandroland/llama3.1-uncensored:latest
SYSTEM"""<your prompt here>"""
ollama create <new mode name> --file Modelfile
ollama rm <model>
If you do not specify a field to search over, the search engine will search for posts with a body that is similar to the query's word stems. For example, posts containing the words winged humanization
, wings
, and spread wings
would all be found by a search for wing
, but sewing
would not be.
Field Selector | Type | Description | Example |
---|---|---|---|
author | Literal | Matches the author of this post. Anonymous authors will never match this term. | author:Joey |
body | Full Text | Matches the body of this post. This is the default field. | body:test |
created_at | Date/Time Range | Matches the creation time of this post. | created_at:2015 |
id | Numeric Range | Matches the numeric surrogate key for this post. | id:1000000 |
my | Meta | my:posts matches posts you have posted if you are signed in. | my:posts |
subject | Full Text | Matches the title of the topic. | subject:time wasting thread |
topic_id | Literal | Matches the numeric surrogate key for the topic this post belongs to. | topic_id:7000 |
topic_position | Numeric Range | Matches the offset from the beginning of the topic of this post. Positions begin at 0. | topic_position:0 |
updated_at | Date/Time Range | Matches the creation or last edit time of this post. | updated_at.gte:2 weeks ago |
user_id | Literal | Matches posts with the specified user_id. Anonymous users will never match this term. | user_id:211190 |
forum | Literal | Matches the short name for the forum this post belongs to. | forum:meta |