{"id":15059069,"url":"https://github.com/ottcs/automatic1111-webui-fedora","last_synced_at":"2025-04-10T13:13:42.381Z","repository":{"id":244423506,"uuid":"815180189","full_name":"OttCS/automatic1111-webui-fedora","owner":"OttCS","description":"A guide for the installation and troubleshooting of Automatic1111's Stable Diffusion WebUI on Fedora-based distributions","archived":false,"fork":false,"pushed_at":"2024-06-18T17:56:39.000Z","size":7,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T11:56:55.024Z","etag":null,"topics":["automatic1111","fedora","installation-guides","nobara","stable-diffusion-webui"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OttCS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-14T14:21:55.000Z","updated_at":"2024-11-17T20:53:15.000Z","dependencies_parsed_at":"2024-06-18T22:44:25.771Z","dependency_job_id":"a0b5251b-0767-4f6a-9381-4819a84d71ff","html_url":"https://github.com/OttCS/automatic1111-webui-fedora","commit_stats":null,"previous_names":["ottcs/automatic1111-webui-linux","ottcs/automatic1111-webui-fedora"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OttCS%2Fautomatic1111-webui-fedora","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OttCS%2Fautomatic1111-webui-fedora/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OttCS%2Fautomatic1111-webui-fedora/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OttCS%2Fautomatic1111-webui-fedora/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OttCS","download_url":"https://codeload.github.com/OttCS/automatic1111-webui-fedora/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248225652,"owners_count":21068078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automatic1111","fedora","installation-guides","nobara","stable-diffusion-webui"],"created_at":"2024-09-24T22:36:29.093Z","updated_at":"2025-04-10T13:13:42.159Z","avatar_url":"https://github.com/OttCS.png","language":null,"readme":"# [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) for Fedora-Based Distros\n**A guide for NVIDIA and AMD GPUs**\n\nFedora is tailored more towards FOSS software, so there can be some issues when it comes to NVIDIA. I personally use [Nobara](https://nobaraproject.org/) because it includes tons of compatibility fixes on top of Fedora. In this guide, I'll be using \"Nobara\" instead of Fedora, as that is where I've tested these changes more thoroughly.\n\n## NVIDIA on Fedora\nEnable rpmfusion-nonfree in your software center, and then install the latest proprietary NVIDIA drivers. This guide was created with the 555.52.04 driver version.\n\n## Dependencies\nStable Diffusion **requires** Python 3.10, and Nobara has moved beyond this. Use the following command to get the proper version on your system.\n\n```\nsudo dnf install python3.10\n```\n\nMinimal Fedora may not come with some required packages. Make sure you also have `pciutils` and `gperftools` installed. If you have an AMD gpu, you should also have `lspci`.\n\nFor easy installation and updates, make sure you have `git` installed.\n\n## Git Cloning and Setup\nClone the repository, using the url provided through the [official repo](https://github.com/AUTOMATIC1111/stable-diffusion-webui) or the command below. Make sure you're in the directory (folder) that you want it to be installed in. This will be large, so have plenty of space:\n\n```\ngit clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git\n```\n\nThe default `webui-user.sh` file assumes that the latest version of python will work, which it won't. Open and change line 16 from `#python_cmd=\"python3\"` to the following, making sure to save.\n\n```\npython_cmd=\"python3.10\"\n```\n\n**Note.** This simply tells the program to use `python3.10` anywhere it would normally just try `python`.\n\n## Usage\nFrom inside of the cloned `stable-diffusion-webui` folder, run the following command to start the program:\n\n```\n./webui.sh\n```\n\nAnd it's running!\n\nWell, it's going to start downloading the different models it uses as defaults. This could take a bit, so you may as well read the following section while you wait, it'll automatically start when it's done. BTW, it won't have to do this again and starts up pretty quick.\n\nAfter it's done though, try out the following prompt! It's sort of like a \"Hello world!\" of image generation\n\n```\nphotograph of an astronaut riding a horse\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fottcs%2Fautomatic1111-webui-fedora","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fottcs%2Fautomatic1111-webui-fedora","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fottcs%2Fautomatic1111-webui-fedora/lists"}